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

  • Multi language nav menu · 8 years ago

    @aristotletalks The chapter Multi-Language Basics gives a very good description on how to setup multiple concurrent languages. Making an excerpt of that chapter takes more time then reading it... if

  • Hacking vulnerability · 8 years ago

    @starfoxik According the README on Grav's repo: Security issues If you discover a possible security issue related to Grav or one of its plugins, please email the core team at [email protected] and w

  • Limit site access to logged in users · 8 years ago

    @bolide Did you add the following frontmatter to the page(s) you want to be private? access: site.login: true This will popup a login screen when the user in not yet authenticated.

  • Wordpress migration to Grav · 8 years ago

    Since I migrated a few websites from Wordpress myself a few months ago, this post triggers me to explore some options. I was thinking of creating a Grav plugin with a cli interface using the WP restfu

  • How to rename images for multi-language website and should I use cyrillic? · 8 years ago

    @Krassie I've tried a few things for you, but haven't been able to come up with a good solution with respect to unique filenames. Filenames: A descriptive filename for an image is indeed valuable for

  • Creating dynamic content with JS tools: any recommendations? · 8 years ago

    Have you tried to enclose the parameters in brackets instead of curly braces? According the API docs on Assets: addJs( mixed $asset , int $priority=null , bool $pipeline=true , string $loa

  • Cache-busting and assets · 8 years ago

    @mathmax I may be mistaken, but it seems that server side caching by Grav and client side caching by the browser are a bit mixed-up in the discussion. TL;DR: Enabling Grav's Assets pipelines leads to

  • How to set a new default frontmatter on Admin plugin · 8 years ago

    When you edit a page in 'Expert' mode, there is no blueprint, you just edit the frontmatter manually. You can 'extend' an existing blueprint and add fields to tabs, you can override fields and you can

  • How to set a new default frontmatter on Admin plugin · 8 years ago

    I presume you would like to set some defaults to Page fields in the Admin plugin when adding a new page to your blog? Maybe the docs on Example: Page Blueprints and Advanced Blueprint Features might g

  • Is it possible to assign the creation date to the folder of the sub-page? · 8 years ago

    Sorry, I'm afraid I wasn't clear when I asked about the problem you are trying to solve. Hope this brings a bit more clarity: Is it you always want to see the last created blog item on top of the li