pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3183 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
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:
-
Chosing inherited theme in admin panel
· 5 years ago
@nwi, Have you tried the CLI method to see if that creates a functional child theme?
-
Chosing inherited theme in admin panel
· 5 years ago
@nwi, If properly defined a child theme shows up in Admin. I would suggest to use the easier and less error prone CLI version: $ bin/gpm install devtools $ bin/plugin devtools new-theme // Choose in
-
Create collection independent of query params in url
· 5 years ago
@pmoreno, Have you tried my suggestions for your minipost collection?
-
Create collection independent of query params in url
· 5 years ago
@pmoreno, By default, page.collection uses setting 'url_taxonomy_filters': true, which means the collection will be filtered by the query provided in the url. When using url /blog/author:foo, the col
-
Form doesn't send data. No error shown
· 5 years ago
@01K A bit more feedback might be helpful if someone else tumbles over the same issue.. How did you found out that AdvancedPageCache was causing the issue? In what way is AdvancedPageCache causing th