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

  • Executing Bash commands over a WebGUI · 9 years ago

    A little dangerous to have a web interface for bash commands, but still... You just need to create a plugin with some custom actions or tasks that call PHP's exec() method. Ideally this would be done

  • Admin Credentials won't saved by Grav · 9 years ago

    Did Grav create a file: user/accounts/admin.yaml ? If so then it did save the credentials and your password is probably not correct. To reset it, simply remove the hashed_password line and put a new

  • Login custom login page · 9 years ago

    The best thing to do is: Create your reference to route: "/new-login" Create a new page file in user/pages/new-login/login.md. note the route is /new-login but the file is still called login.md, thi

  • Form - find rendering twig, debug enhancements · 9 years ago

    To be honest when i'm debugging Twig templates, i usually just put in some text that will render in HTML to help ensure i'm viewing the correct one. Just a simple AAA or BBB in at the top of the cont

  • Has the core and themes been tested for XSS attacks? · 9 years ago

    We've had a few XSS issues reported over the past couple of years, and those have all been promptly fixed. To be honest, most XSS issues reported have required a valid admin login, which really means

  • Which grav theme is the get grav site built on · 9 years ago

    It's a custom theme built specifically for getgrav.org. it's not available i'm afraid.

  • Folder Numeric Prefix - possible to enable by default in admin panel? · 9 years ago

    Maybe create an issue so i remember to look at it: https://github.com/getgrav/grav-plugin-admin/issues

  • The "Grav Club" | Christchurch, New Zealand · 9 years ago

    Regarding Cloud9, I covered it in a blog post a while back (might be a bit out of date) - https://getgrav.org/blog/cloud-ide-zero-to-code And also I know they developed a Grav plugin that makes gettin

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

    We feel that new page templates are really the realm of the developer, not the user. As the admin is really intended for end-users and not primarily intended for developers, its unlikely you'll see a

  • Folder Numeric Prefix - possible to enable by default in admin panel? · 9 years ago

    There's not an option, but Grav actually looks at the siblings of thew new page, if the are mostly 'visible' ie, they have numeric prefix, the new page will be created with numeric prefix also.