Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Andy Miller Grav Creator

Grav Core Team Grav Forum Moderators

@rhuk · Joined 9 years ago · 434 posts · 32 topics · 222 reputation

Badges

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

Creator of Grav CMS + other things...

Recent posts

  • 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

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

    I've not tried it but it might be possible if you add this to the form.html.twig before the form include is called: {% do form.setAllData(page.header.predefined_fields) %} Where that predefined_fields

  • Manual install of Admin Panel · 9 years ago

    You should upgrade to latest Grav first before you upgrade the latest admin,form,email,login plugins. BTW, 0.9.44 is very old!