pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Form plugin : how to dynamically initialize form value depending on header data from a plugin
· 7 years ago
@randoum I would not use the second one though cause static functions are meant to be static. For my understanding, would you mind elaborating? As an alternative: public static function getDefault(
-
Is grav suitable for advance needs?
· 7 years ago
@randoum, Grav is build to be lean with a small, fast and efficient core. To keep it lean and fast, it depends on plugins for extended functionality. Plugins can be build upon and extend almost everyt
-
Form plugin : how to dynamically initialize form value depending on header data from a plugin
· 7 years ago
@randoum, Played a bit with your code... Having a page with the following header: --- title: Contact variables: name: My default value form: name: contact fields: name: la
-
How to automatically enable an override in a blueprint?
· 7 years ago
@prw, If not, it is at least a 'breaking change'... Please add an issue on https://github.com/getgrav/grav
-
Backoffice Custom action Controllers (from plugins ?)
· 7 years ago
@sherpadawan, Have you seen the documentation on Admin Event Hooks? Plugins for Admin are no different from plugins for front-end, they only subscribe to different events.
-
PHP version for getgrav?
· 7 years ago
See requirements: https://github.com/getgrav/grav#requirements Requirements PHP 7.1.3 or higher. Check the required modules list Check the Apache or IIS requirements
-
Create own plugin with shortcode
· 7 years ago
@keks, Would you mind sharing your relevant coding skills (e.g. php, twig, cms)? That will allow the community to adjust the answer to your level of coding experience. Also, would you mind sharing wh
-
Create own plugin with shortcode
· 7 years ago
@OleVik, Correct me if I'm wrong, but I'm afraid the functionality of a plugin created by the 'devtools' plugin does not provide the functionality as you describe. It also has been restructured quite
-
How to automatically enable an override in a blueprint?
· 7 years ago
@prw, For my previous answer, I did the following steps using the 'Blog Site' skeleton and theme 'mytheme' inheriting from Quark: Copied 'themes/quark/blueprints/item.yaml' to 'themes/mytheme/bluep
-
Help with checkbox
· 7 years ago
@seb3000, I have added you checkbox snippet to Quark's 'blueprints/default.yaml' Fixed indentation on line .agree_to_terms: Admin page now looks like the following after adding a row into the list: