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.

Andy Miller Grav Creator

Grav Core Team Grav Forum Moderators

@rhuk · Joined 9 years ago · 335 posts · 28 topics · 181 reputation

Badges

Grav Core Team ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Cache-control header by page · 9 years ago

    Yes, my understanding was he was looking for the cache-control header option to be set by page. That option is an internal grav cache enable/disable by page.

  • Cache-control header by page · 9 years ago

    Nope, please add a feature request here: https://github.com/getgrav/grav/issues

  • Can Grav do this? course to support teaching · 9 years ago

    You also might want to check out @paulhibbitts resources: http://learn.hibbittsdesign.org

  • Grav in a shared host environment; admin directory & .htaccess not found · 9 years ago

    Of course Grav runs fine in most shared hosting environments. I suggest you follow along with one of the guides we have here: learn.getgrav.org/webservers-hosting/shared Granted we may not have your

  • Plugin, upgrade issues · 9 years ago

    I 'think' it might be related to the changelog. You've got the dates in european format and it's confusing Grav: https://raw.githubusercontent.com/iusvar/grav-plugin-snappygrav/master/CHANGELOG.md In

  • Using Grav for Event showtimes? · 9 years ago

    We created an events plugin for a user that was based on the flex-directory plugin (actually we created flex-directory from the events plugin by making it more generic). https://github.com/trilbymedia

  • Override events plugin blueprints · 9 years ago

    it really depends on the plugin. This events plugin in particular, i'm assuming is this one: https://github.com/kalebheitzman/grav-plugin-events/blob/master/events.php#L222 As you can see this line i

  • Support for Markdown row-/colspan · 9 years ago

    Yup, markdown is really not intended to support complex table handling. Any solution in markdown would probably end up more complicated than simply using HTML to display the table.

  • Installing Grav with Ansible · 9 years ago

    Thanks Andy! I still need to check this out!

  • Twig in form yaml, dynamic input values · 9 years ago

    Gave this a quick test and it works! Here's my test: markdown file: --- title: Predefined Form Fields form: name: predefined-form fields: name: label: Name pl