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

pamtbaau Legend

Grav Forum Moderators

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

Badges

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

Recent posts

  • Form or Email Plugin error / Server error · 4 years ago

    @MurrayG, The error is caused by the last action - null. As the error says, the server expects the key to be an array instead of null. As @Karmalakas said, the formatting used is not consistent. The '

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

    Since the question has been cross-posted on Github, here is a ping back of the answer from the dev team: [..] from my knowledge, the data[xxx] syntax is just how Grav forms work. There are other inte

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

    @hughbris, Yes you are right, it wasn't exactly that easy. But a bit of marketing for Search wouldn't hurt. It has already led @jbd to find the answer to another "burning" question ;-) The following

  • 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 · 4 years ago

    @redstone, Thanks for reporting back!

  • Moving Taxonomies field in Admin blueprint to another tab · 4 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? · 4 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 · 4 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