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

  • Multilang routing / redir · 6 years ago

    That's a neat little plugin! May I just suggest one small improvement? In your code it is assumed that the config file has a variable named reroutecode but it hasn't. So there are two possible solutio

  • Setting Grav to display frontend in Spanish · 6 years ago

    The default theme Quark comes with a Spanish translation, just look at the language.yaml file. Please explain what you did and which step you couldn't do or failed at.

  • Media page unified directory · 6 years ago

    There is nothing in Grav preventing you from storing page media files in directories like data/media/pages/04.events/ and for instance data/media/pages/05.about-us/. Of course you would need to adjust

  • URL Redirects not working! · 6 years ago

    Some time ago I had problems with custom routes and redirects. They simply didn’t work. Later the probable cause was in that I was also using a custom slug in the page frontmatter. Somehow this confus

  • URL Redirects not working! · 6 years ago

    If I were you I would set the redirects in the Grav .htaccess file.

  • Buglet in simplesearch_item.html.twig? · 6 years ago

    Yes! You got it. Much better!

  • Buglet in simplesearch_item.html.twig? · 6 years ago

    I meant wrapping your code in triple backticks (```), so it shows as: {% set banner = page.media.images|first %} {% if banner %} {{ banner.cropZoom(100,100).html|raw }} {% endif %} {% if [page.h

  • Buglet in simplesearch_item.html.twig? · 6 years ago

    Please check the code you showed. Also please enclose code in triple single ticks (```).

  • Is there a plugin that allows sharing of a new blog post via social media? · 6 years ago

    Using the Add Page by Form Plugin you can create blog posts from the frontend. After the page with the blog post has been created the plugin fires a “onAddPageByFormPluginAfterPageSave” event. As @pam

  • Frontend Edit Button Plugin not working · 6 years ago

    Aha, thanks. It appears that when the back- and frontend session are split, which is default in Grav, then there are two cookies set. I mostly use session.split: false but wasn't thinking of that. Tha