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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1013 reputation

Badges

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

Recent posts

  • Webp and lightbox · 4 years ago

    @skipper, Not sure what is meant by "totally broken image". I'm also missing the when and where the webp doesn't work. Are the generated HTML elements <a> or <img> incorrect? Is the ima

  • Convert static website to GRAV · 4 years ago

    @Henning007, I'm afraid I do not understand your last reply... I see black with the convert. ??? I now have the problem that Google smears an advertising bar at the bottom without asking me, althou

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

    @Karmalakas, I'm not familiar with all existing languages, but it holds for YAML. See its specs: 7.3.2. Single-Quoted Style The single-quoted style is specified by surrounding “ ' ” indicators. Ther

  • 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!