Badges
Creator of Grav CMS + other things...
Recent posts
-
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.
-
Grav bug has broken our site
· 9 years ago
BTW Jquery is there and can be accessed directly. Have you changed the Jquery version or prehaps changed the Jquery asset collection? That is shared between site and admin, so that could be an issue
-
Grav bug has broken our site
· 9 years ago
PM me some login credentials. I'm not sure how JQuery cannot be loaded in the admin, is it possible that something you are running is blocking it?