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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Ron Wardenier Regular

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

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Best way to add services in ePrivacy Plugin · 8 years ago

    In the in between days I've implemented the Grav native mechanism of partial templates as you suggested. These are rendered to be used as Twig variables and shortcodes. For the latter I got inspired

  • How to force login user on new module · 8 years ago

    If frontend login works but this is not passed to Admin then I would try to change the "Split session" setting. By default frontend and backend (Admin) sessions are separated. See also https://github.

  • Best way to add services in ePrivacy Plugin · 8 years ago

    Aha, I didn't know that. Thanks. Rethinking options again. I have doubts about storing these snippets in YAML as I need an easy way for webmasters to edit the snippets if they require modifications b

  • Redirect to custom language slug on page load · 8 years ago

    It may be a long shot but I 'feel' some experimenting with Language Logic in Twig Templates might be worthwhile.

  • Best way to add services in ePrivacy Plugin · 8 years ago

    Hi Aaron, Thanks for your reply. Yes I agree with your suggestion to use the site config file for the definitions. However because the definitions are HTML snippets I can't use them in YAML. For insta

  • Best way to add services in ePrivacy Plugin · 8 years ago

    I'm making good progress with developing the ePrivacy Plugin but I need you girls and guys to think along please. At the moment third party service like Twitter can be inserted into a page via a Twig

  • Announcing ePrivacy Plugin · 8 years ago

    You'll be happy to know that a demo is available from today. It shows how to add services in theme templates.

  • Announcing ePrivacy Plugin · 8 years ago

    To address the issue of Grav and EU GDPR / ePrivacy Regulations compliance (see this post) I've created a new plugin called ePrivacy. This plugin is by no means a final solution. In fact it's in early

  • How to exclude page frontmatter from being cached? · 8 years ago

    By adding the lines below to /system/src/Grav/Common/Page/Page.php#L620 the frontmatter is processed when system.pages.frontmatter.process_twig === true and page.header.cache_enable === false: $frontm

  • GDPR 2018 Data Protection · 8 years ago

    Sounds good. Are you willing to share that solution with the Grav community?