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 From File Upload · 7 years ago

    I suggest using the latest Grav 1.6.x version. The cause is not likely to be with Grav core or the Form plugin. Whilst developing my Add Page by Form Plugin I've tested uploading to a great extent ove

  • How to not show image in blog post listing · 7 years ago

    Regarding your quest for a good editor which syntax highlights Twig templates, yes, Visual Studio Code recognises a Twig file as "HTML (Twig)" and highlights the code very nicely.

  • How to not show image in blog post listing · 7 years ago

    Great to see the replace works for you. Also thanks for your explanation of the solution. Turning off caching site wide can be a real downside. You can try having site wide caching on and disable cach

  • Login Plugin: Show log in, if not logged in, shot logout if logged in · 7 years ago

    Similar questions have been asked before. A search for "logged in menu" in this forum will give you a good overview of these.

  • How to not show image in blog post listing · 7 years ago

    Welcome @ChaseCrom ! Gaining some more knowledge of Twig is inevitable I think in order to use Grav's full possibilities regarding content processing. If the image is included in the page content mark

  • Error "identifier shortcode is not defined" when creating new plugin · 7 years ago

    Hi @marius.loots, welcome to the Grav community. I tried to replicate your issue but can't. I've downloaded Grav version 1.6.9, installed the dev-tools and created a new plugin from the command line w

  • How to access to header custom properties with php? · 7 years ago

    There are numerous ways to store data. You're already comfortable with storing data as variables in a page header (BTW also frequently named "frontmatter") so you could create a page just to store you

  • Is it possible to make a site like the one in this link in Grav? · 7 years ago

    Yes that's very well possible. You can look into embedding video and audio in the documentation about media. The requirements 1 to 5 are mostly handled by the theme of your choosing.

  • Tip: table element control via markdown · 7 years ago

    Very surprising to me: I was expecting to see two <head> elements in the page but that's not the case. Works perfectly. Very powerful!

  • Re-direction using site.yaml · 7 years ago

    To hide the page survey in the menu set the frontmatter variable visible to false. You can do that in the page frontmatter (often called the page header) like this: visible: false Or you can set it vi