pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3183 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Is Quark Open Publishing available on Grav 1.6.9?
· 5 years ago
@BigDC, The theme's blueprint.yaml lists the following dependencies: dependencies: - { name: grav, version: '>=1.6.0' } - ... But you might ask the developer on his repo to be sure.
-
Relocate pages folder
· 5 years ago
@christiana83, I'm using Windows Subsystem for Linux (WSL) with Ubuntu. I have about 15 symlinked installations linking to a single Grav installation. Only /cache, /images, /logs/ and */user are not b
-
Admin Event Hook for Flex Object
· 5 years ago
@christiana83, Thanks for the follow up on you own question. NB. The reply you respond to is however being flagged as spam.
-
Linux permissions - still confusing
· 5 years ago
@gobs, True, but.... element <center> is already deprecated and might already have been removed by some browsers. Currently, according to caniuse, only 47% of users use browsers supporting it.
-
Linux permissions - still confusing
· 5 years ago
@gobs, Not sure why you are writing HTML inside Markdown, but that's another topic...
-
Linux permissions - still confusing
· 5 years ago
@gobs, To me it looks more like an incorrect src attribute of the image and not a matter of permissions. This is img tag being used: <img src="Artwork.jpg" ... > The page's url is https://gobs.b
-
Order collection by 'custom' or 'manual' in Twig
· 5 years ago
@Markus, Yes, I got the 'hardcoded' and Admin part, but if that is all there is, it could also be achieved, even simpler, as follows: Same folder structure as above. /pages/footer/default.md --- cont
-
Order collection by 'custom' or 'manual' in Twig
· 5 years ago
@Markus, Here is an example for using 'manual': Folder structure /pages user/pages ├── 01.home ├── 02.typography └── footer ├── default.md ├── x │ └── default.md ├── y │ └── de
-
Order collection by 'custom' or 'manual' in Twig
· 5 years ago
@Markus, The order_manual refers to the variable in the frontmatter of the page: --- content: items: [email protected] order_manual: - subfolder_a - subfolder_c - subfolder_b --- From th
-
Is there a way to store all emails sent?
· 5 years ago
@dan-james, That option totally slipped my mind.... @ozfiddler, Sorry for suggesting to create a custom plugin...