pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3137 posts · 13 topics · 1013 reputation
Badges
Recent posts
-
Nested pages parent/child/child
· 5 years ago
@ctuxboy, Since a page can only be one of 'provincie', 'city', 'dogpark', you only need a single taxonomy variable for it. /pages/provincie/antwerpen/ravels/aarleheide/dogpark.md --- taxonomy: level
-
Admin panel Notifications & News Feed do not update
· 5 years ago
@mkocon Contacting the dev team can be done by creating an issue at the repo: https://github.com/getgrav/grav-plugin-admin/issues Alternatively: You already get a notification of new Grav releases in
-
Admin: Page list display field not working
· 5 years ago
@npetri, Admin config field pages_list_display_field is a mystery to me... It is referenced in a macro in Admin template /user/plugins/admin/themes/grav/templates/pages.html.twig but it looks like tha
-
Nested pages parent/child/child
· 5 years ago
@ctuxboy, Is it also possible filtering by ‘template’? You cannot create a collection based on templates, but your can filter on templates. Having said that, I think it is more efficient to create
-
Nested pages parent/child/child
· 5 years ago
@ctuxboy, As always, it depends... Based, for example, on one or more of the following criteria: Navigation style of the site Functionality provided to the user Maintainability of pages in terminal o
-
Admin panel Notifications & News Feed do not update
· 5 years ago
@mkocon, So, why these channels are no longer updated? That's something only the devs can answer... But frankly my Dear...
-
Admin panel Notifications & News Feed do not update
· 5 years ago
@ryanboyd/@mkocon, Try: Delete folders /user/data/feed and /user/data/notifications Refresh Admin home page Result: Two new folders with files containing feeds/notifications as shown in Admin Ergo.
-
Add / remove file by frontend form
· 5 years ago
@tomasz_s1, You will have to write you're own custom plugin to handle the onFormProcessed event. Unless you can find one on the plugin repository that suits your needs (but I doubt you will).
-
theme_config.XXX.enabled or theme_config.XXX == true works in different way
· 5 years ago
@pmoreno, Extending on the answer of @Karmalakas... Mark the difference in variables used: Variable theme_config.latestposts.enabled does not exist. Twig happily ignores/silences this issue by the wa
-
Add / remove file by frontend form
· 5 years ago
@tomasz_s1, Please note: Don't ever change file below /user/plugins/* or /user/themes/*. Any changes made to plugin/theme files will be removed after an update of plugin/theme. According the docs: