Skip to content
Grav 2.0 is officially stable. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3185 posts · 17 topics · 1019 reputation

Badges

Grav Core Team ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Form plugin : how to dynamically initialize form value depending on header data from a plugin · 6 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? · 6 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 ?) · 6 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? · 6 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 · 6 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 · 6 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? · 6 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 · 6 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:

  • How to automatically enable an override in a blueprint? · 6 years ago

    @prw, Presuming the folders containing a blog item do not have a numeric prefix, shouldn't items be invisible by default? Or are numeric prefixes used in your use-case? See variable visible. By defau

  • How to set hide or visible page by the unpublished date · 6 years ago

    @pmoreno, When variable unpublish_date is set in the frontmatter of a page, it should become 'un-published' automatically. See https://learn.getgrav.org/16/content/headers#unpublish-date Optional fi