pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3183 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Does anybody know why Grav developers chose Flexbox over CCS Grid?
· 5 years ago
@joejac, My 2 cents of speculation... For what it's worth because only the dev team knows... The question about the supposed choice made by the Grav devs for Flexbox over CSS Grid is IMHO invalid. Th
-
Call to a member function getName() on null when uploading images
· 5 years ago
@tunkila, There are a few issues on Gravs repo about uploading, but they confuse me... Especially this on from May 2021: File upload fields on page blueprints #3363. OP is using file field in Page bl
-
Call to a member function getName() on null when uploading images
· 5 years ago
@tunkila, I can reproduce the issue... However, the docs on field file give a clear warning to not use the field file for pages. The file field is intended to be used by configuration , theme , and p
-
Head Tag splittet by Body Tag / Quote in Front of Link Tags
· 5 years ago
@muesli, I presume you've upgraded Grav from 1.6 to 1.7. Have you checked the upgrade guide before upgrading? It seems you have bumped into the first item in the Most common issues section.
-
Nested pages parent/child/child
· 5 years ago
@ctuxboy, What are the access paths you are going to provide the user? If the user only traverses down provincie -> antwerpen -> ravels -> dogparks, you would loop page.children() inside Tw
-
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