pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3129 posts · 12 topics · 1011 reputation
Badges
Recent posts
-
Page edit problems
· 1 year ago
@shane, The issue hard to understand because the behaviour is so unexpected. Eg. if there is a permission issue on the filesystem, I would expect an error being thrown in the UI. Grav does not have th
-
Is it possible to make the sub-directories foldable in the menu?
· 1 year ago
@JanLam, trying to set up RTFM skeleton, a sample documentation site using the learn2 theme, which really pleases me On the left-side menu, I would like the sub-folders to fold/unfold as the folders
-
Confused with online & local multisite setup
· 1 year ago
Are you sure you need a multisite setup? From you story, I'm getting the impression that you have multiple domains that point to the same content. You don't need a multisite setup for that. You need a
-
I have set up a modular page in my custom grav theme. But the modules / sections in that modular page render out of the container in base twig template
· 1 year ago
@_shreyas04, Any progress you would like to share? Some questions: What's your level of expertise in Tailwind and CSS? Do you know how to use the devtools of the browser? Do you have a website we ca
-
Hints offered: Amending grav notepad blog skeleton
· 1 year ago
@jzedward, Please be advised that themes should be seen as a starting point and do not cater for all possible uses and preferences of end-users. For that reason, themes can be inherited so you can add
-
How can I create dynamic pdf files from a page
· 1 year ago
@dean_007, Yes, it may have solved the error, but it is a bit crude... I would do the following to better align with PHP PSR-1 codestyle, Composer autoloading and Grav itself: Create a plugin using $
-
Delimiter doing the opposite
· 1 year ago
@lonko, A kind request to be kind to the reader's time and effort. TLDR: Only present a relevant code snippet that replicates the issue. Show what the markdown of the page looks like. Show what is be
-
Quark shows empty module 'gallery'
· 1 year ago
@regis, See this post /forum/themes-styling/how-to-use-the-gallery-module-in-the-quark-theme-t1536?u=pamtbaau The template 'gallery' only works in concert with the premium Lightbox Gallery plugin.
-
Custom field data not being submitted in Admin
· 1 year ago
I tried type: array, because when I replaced type: plancompare in the blueprint with array or list all worked fine, although the layout was off.
-
Custom field data not being submitted in Admin
· 1 year ago
Ok, try this... public function getFormFieldTypes(): array { return [ 'plancompare' => [ 'array' => true, ], ]; } Uhh... please don't ask...