Badges
Creator of Grav CMS + other things...
Recent posts
-
Website is very slow in spite of grav core feature (crazy fast..)
· 9 years ago
Regarding linode and databases... A VPS at linode is a bare Linux machine. You have root access to it and can install any software you wish including MySQL or mariadb. You can also create as many DBs
-
Grav bug has broken our site
· 9 years ago
Nothing has changed regarding page media handling that I can think of.
-
Shopping Cart detail view more photos
· 9 years ago
@flavio is the author of the shoppingcart pluign, perhaps he can help you out.
-
New mediapicker field from v1.5.0-rc.3
· 9 years ago
Going to note down the fact that we need to document it. In the meantime, here's an example of how it's used: header.image: type: mediapicker folder: 'self@' label: Select a file preview_imag
-
Markdown links stripping trailing slash
· 9 years ago
I'm not sure there's any benefit of having trailing slashes. When I did a quick search it basically turned up people saying you need to be consistent, either use slash or don't at the end, other than
-
Find Media outside Page
· 9 years ago
@AWRog: {% for image in page.find(’…/img’).media.images %} Should be: {% for image in page.find(’/img’).media.images %} Because the find() method expects a full page route.
-
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