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

  • 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!

  • Grav bug has broken our site · 9 years ago

    This should be sorted in latest Grav release.

  • Coding Standards of Grav? · 9 years ago

    It's not really built "on" anything per say. We don't use an underlying framework because Grav needs to run as fast as possible.. However, we do use a bunch of packages to handle specific things lik

  • Clarification about Official GPM Only · 9 years ago

    We're currently working on a major new GPM / Resource management which will allow the ability to use public or private repos, however these still need to be on GitHub because of the API we use to acce

  • Changes of $core-accent not applied: · 9 years ago

    $core-accent variable is the primary color correct. Change it in this one place, and your SCSS compiler should pick up the changes and recompile, therefore fixing the color throughout the resulting CS

  • How to align images(and text) · 9 years ago

    That only works if you have markdown extra enabled, and that is a bit buggy for my liking, you can do it without the extra {.right}, with this: ![YamiFrankc](defaultyami.png?resize=400,400&classes

  • Changes of $core-accent not applied: · 9 years ago

    Once you are used to SCSS, it's very hard to go back to regular CSS. There' just so many improvements in SCSS that you get used to using on a day-to-day basis.

  • Can't launch comment plugin / linonberry theme · 9 years ago

    OK, I see the problem. This theme requires JSComments plugin that is not provided in the skeleton. I think you need to install it via gpm: $ bin/gpm install jscomments Then follow the instructions to

  • Discuss Grav 1.3 and Admin 1.5 releases · 9 years ago

    The blog has been a bit quieter than normal lately, but that's only because we've been busy working on a new Grav release that contains a plethora of goodies, a variety of user requested improvements,