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 · 183 reputation
Badges
Recent posts
-
Form file upload does not work
· 9 years ago
That looks correct, please create an issue here so we can investigate: https://github.com/getgrav/grav-plugin-email/issues
-
Array slice and split in format
· 9 years ago
|join() will stick array items together with some characters. However, it appears your already getting a string from your microdata, just comma separated. I think you will need to |split() your strin
-
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