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

  • Frontend Edit Button Plugin not working · 6 years ago

    Is anyone using the [Frontend Edit Button Plugin]() on a recent Grav version? It's not working for me using Grav v1.6.26 and Admin v1.9.15. The plugin checks the presence of a cookie with the suffix "

  • Workaround: prebuild responsive images via ImageMagick via cron · 6 years ago

    Might I suggest Adaptive Images? It is CMS independent and builds a cache on the fly.

  • Disable Online Users / Admin · 6 years ago

    @pamtbaau, I agree with your comments on the use of the term ‘security by obscurity’.

  • Looking at Drupal alternativies for basic cms site · 6 years ago

    Hello @burgerwhore, welcome to the Grav forum. First of all I'm not very familiar with Drupal but since your question remained unanswered here are my two cents. What you require can be done in Grav. T

  • Online learning web · 6 years ago

    Have you been searching through the available plugins on the Grav site, see Downloads. You'll find answers to your questions there. Also the themes by Hibbitts Design might interest you as they are fo

  • Disable Online Users / Admin · 6 years ago

    Possibly the most convenient and simple way is not to remove the /user/plugins/admin folder but rename it. Only when you want to use the Admin panel interface again simply temporarily rename it back t

  • Page linking with less typing · 6 years ago

    In response to your "by the way"-question, yes that's possible. You need your plugin to subscribe to the onPageInitialized event. Then is the corresponding function do roughly this: $page = $this->

  • Page linking with less typing · 6 years ago

    This is a nice plugin! Grav tries to stay as close to the official Markdown syntax as possible. Markdown which contains "YALinks" is less portable since the links will only render into working HTML li

  • Grav configuration in Javascript object · 6 years ago

    Exposing internal data in the frontend is asking for trouble. You might think it all is pretty harmless but you'll be amazed what hackers can do with such information. And if you are amazed it's too l

  • Grav.user.username twig variable not substituting in destination field in frontmatter · 6 years ago

    No anomalies I’m afraid. It’s a feature, not a bug.