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

Ron Wardenier Regular

@bleutzinn · Joined 9 years ago · 252 posts · 14 topics · 75 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Configuration to display 'Thank you' in modular contact form · 6 years ago

    I think you need to use the formdata template for your thankyou page. See the docs on Form Actions and then the section Display.

  • Is it possible to change plugin config programmatically? · 6 years ago

    Just a guess: is the code modifying the user/plugins/events/events.yaml file instead?

  • Support for Featherlight Gallery · 6 years ago

    If I were you I would search all open and closed issues in the Grav Featherlight Plugin repository and do the same with the featherlight.js repository.

  • Configuration to display 'Thank you' in modular contact form · 6 years ago

    I hope my suggestions are still relevant to you, so here they are. First try your current solution with the standard Quark theme. If it does work then there is something strange with the Hola theme. I

  • Personal User Infos / pages · 6 years ago

    To use data from users account files you could use the Snitch Plugin. Another approach is to let each member create and maintain their own "Me and my boat(s)"-page. For that you may find some of my ot

  • 2FA doesn't show QR code · 6 years ago

    The third screenshot in the documentation about configuring 2FA is taken from a user profile page in the Admin. So it's also a per user setting. Slide the switch "2FA Enabled" to "Yes" there and the Q

  • Is it possible to change plugin config programmatically? · 6 years ago

    Of course. The settings is in a YAML file and YAML files can be changed from a plugin. Just start with the Plugin Tutorial and hack your way through ;)

  • Remove/edit default headers and footers · 6 years ago

    Hi Anto, For that you need to change the Twig theme template files "header.html.twig" and "footer.html.twig". You'll find them in the Hypertext theme folder under "templates/partials/page/". To learn

  • Whenever i upload image on to page, image is not showing live on page · 7 years ago

    Hi @mindtek, welcome to the Grav forum. What code did you try? Though HTML is allowed it's use in Grav pages content is discouraged. Grav is a markdown cantered CMS. This is the markdown code to be us

  • Processing page variables in a form · 7 years ago

    After some time investigating this and trying similar things as you did I think the action parameter can't be set dynamically. Your best option is to raise an issue in the Form Plugin repository.