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

  • Processing page variables in a form · 7 years ago

    I recently created a thing that just might help you with this. It's called the Form Prefiller Plugin. It will help in using for instance page specific data from your page frontmatter in your form. You

  • Grav removes Strings in <> in code · 7 years ago

    Inserting Javascript code in the page content is not allowed by Grav. The easiest way is to use the Assets Plugin. You'll find it in the Grav Plugins Download section of the Grav website. Or if you ar

  • Limit site access to logged in users · 7 years ago

    By looking at the Private Plugin docs there is no solution. Actually I think the use of the Private Plugin and it's successor Private Site Plugin should be discouraged since the latter is still in bet

  • Form plugin not working anymore · 7 years ago

    It is best to create an issue in the Form Plugin repository on GitHub. Also make sure to include version numbers of Grav and the Form Plugin plus any other info that may be useful to investigate this.

  • Twig: loop over group members · 7 years ago

    Your question had me puzzled for some time. Finally I've come up with a small plugin called "Snitch" which will expose information about users and groups to Twig so it can be used in templates. The fi

  • Tracking logged in users in Matomo or Google Analytics · 7 years ago

    Did you search the web for "grav plugin matomo"? I got at least three promising results including two plugins.

  • Moving collection from header to twig - pagination doesn't show · 7 years ago

    Issue you've researched the Grav Pagination Plugin documentation but suggest it just to make sure. If you have and things still don't work you could create an issue in that plugin's repository as it t

  • Summary/excerpt size · 7 years ago

    Can you elaborate on "has to be provided in the twig for the filter"?

  • Modular pages vs Page collections · 7 years ago

    Well, you could say that modular pages are a special kind of normal pages. And yes, some terminology is confusing.

  • How to display blog list in modular page? · 7 years ago

    The Build a Blog section references a skeleton plus an explanation of how things work. Hopefully that will make things clearer.