Skip to content
● Grav 2.2 is out: 2x faster cold starts and 96% less memory on big sites. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3198 posts · 17 topics · 1020 reputation

Badges

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

Recent posts

  • Hide menu (left-side navigation bar) from unauthenticated users · 4 years ago

    @kmwil & @jbd, Using a fresh Grav v1.7.31 install, try the following: Add the following to page header of 02.typography/default.md login: # The following will mark page as invisible for users wi

  • Form: name="EMAIL" instead of name="data[EMAIL]"? · 4 years ago

    @nclm, A few suggestions: Using your own form Create a plugin that intercepts the submit and pass the posted values to the external service. Using Grav's form plugin (1) Create a plugin which inte

  • Convert static website to GRAV · 4 years ago

    @Henning007, I think I would not embark on this journey... If I understand the philosophy of Xara correctly there is no separation of content, layout and logic. Everything is hardcoded and mingled i

  • Problem with Admin Panel after update · 5 years ago

    @redstone, Thanks for reporting back!

  • Moving Taxonomies field in Admin blueprint to another tab · 5 years ago

    @hughbris, Using Quark and its /blueprints/default.yaml, the following blueprint: Removes field Taxonomies from tab Options Creates a new tab NewTab containing field Taxonomies extends@: default fo

  • How to create a collection from a node js array, JSON to page.md? · 5 years ago

    @filo91, [..] were you suggesting to create item.md from node? Yes. I've update my post to add it explicitely. Flex-objects is something I’ve been looking forward to learn, but never really dived i

  • List of recent news/events from blog · 5 years ago

    @MichaelSL, Is there an easy way to achieve this with Grav? Sure. See how a blog is build in skeleton Blog Site. The blog/news collection does not need to be shown by the Blog page itself. The coll

  • Filter in pages/.MD with toggle options · 5 years ago

    @BKaernel, I’ve already seen Complex collections but it’s not very explicit… With which part of the documentation are you struggling? In twig it’s easy, but i want to know if it’s possible in pages

  • Filter in pages/.MD with toggle options · 5 years ago

    @BKaernel, I hope my question is easy to understand. Uhm... what shall I say.... Do you perhaps want to filter a collection based on a boolean field in the header/frontmatter of a page? If so, no yo

  • How to create a collection from a node js array, JSON to page.md? · 5 years ago

    @filo91, A few thoughts... Location of node package. I don't think the location matters much except that it shouldn't be stripped when updating Grav and/or theme. I wouldn't go for the root folder th