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

  • Send email after login with one-time-login plugin · 5 years ago

    You might want to check out the One Time Login Mailer Plugin. It works with an unmodified One Time Login Plugin and of course requires a properly configured Email Plugin plus working mail server.

  • Unable to access grav start page on Windows 10 local site · 5 years ago

    Another two cents; recently I tried using Grav’s built-in Web Server as described in the Grav blog post Using Grav’s new built-in Web Server. Besides the super easy install that server is really blazi

  • Slash in url parameter · 5 years ago

    No I do not. It looks cool but I doubt that was the only reason The problematic behavior you encountered is a bug in my opinion. I suggest you open an issue in the Grav core repository so the develope

  • Slash in url parameter · 5 years ago

    Glad you got it working. Just for future reference, the docs about the URI object distinguishes between 'URL parameter' and 'URL query'. The first being what I call Grav style key:value' or actually

  • Slash in url parameter · 5 years ago

    I assume the page tags exists. Now when I use http:/mysite.com/tags/tag:category/something Grav gives me a 404. When instead I use http:/mysite.com/tags?tag=category/something Grav just goes to the pa

  • Slash in url parameter · 5 years ago

    Grav should not parse any URL parameter but it does when using the Grav URL parameter notation “key:value”. A workaround is to use the standard “key=value”.

  • Forms: taxonomy field type for frontend forms · 6 years ago

    This might be a good approach. The plugin function which gets called from the form need not be in the Add Page plugin. It could be just about the only function in a tiny plugin of its own. Somewhere a

  • Address in mailbox given [] does not comply with RFC 2822, 3.6.2 · 6 years ago

    You are right. The ‘from’ address in the Email Plugin actually is the system sender or webmaster address.

  • Media page unified directory · 6 years ago

    A plugin could help. Or you could suggest this on the Grav 2 Roadmap.

  • Index in subfolder adds trailing slash with different canonical url · 6 years ago

    Hi @rud, welcome to the Grav forum. This is a tough one. I tried setting a custom route through the Grav config but you can't set an empty destination. Also removing trailing slashes through a rewrite