pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3198 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
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...
-
Order collection by 'custom' or 'manual' in Twig
· 5 years ago
@Markus, You're close, but 'custom' expects an array like in the yaml example in the docs... Try: {% set options = { items: { '@page.children': '/footer' }, order: {
-
Why can't I access PHP session data from theme PHP file?
· 5 years ago
@thisisready, Cross-posting the same question on multiple forums a few minutes apart is not really considerate to other people's time spend... ...keep in mind that this is not generally in the intere
-
Disabling git-sync when developing
· 5 years ago
@nolan, Please ping back any interesting info you get on Github.
-
Disabling git-sync when developing
· 5 years ago
@nolan, Hum, I'm not sure what the impact is of --dev on other configs. Alternatively, the Scheduler uses config file config/plugins/scheduler.yaml to load custom jobs. See code line 75 $saved_jobs =