Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Nginx location and admin plugin
· 10 years ago
Hi, I'm very very new to web development, and I have the following "weird" behaviour. I'm using nginx and my web root is /var/www/html and I have a subfolder /portfolio with a grav skeleton, and in my
-
How i can set default image if image not found
· 10 years ago
Assumed default.jpg is in the user/pages/images folder, you can do something like this: {% set firstimage = ps.media.images|first %} {% set defaultimage = page.find('/images').media['default.jpg'] %}
-
How i can set default image if image not found
· 10 years ago
if image not uploaded form admin in this case i want to set default image {% set first_image = ps.media.images|first %} {{ first_image.cropZoom(900,300).html() }}
-
Invalid security token when saving page with a lot of data
· 10 years ago
You would set this in your php.ini, then restart your webserver.
-
Invalid security token when saving page with a lot of data
· 10 years ago
@rhukster: What did you change it to?
-
Invalid security token when saving page with a lot of data
· 10 years ago
Great, thanks for the update!
-
Invalid security token when saving page with a lot of data
· 10 years ago
Problem solved. It was all about the following parameter in php.ini: ; How many GET/POST/COOKIE input variables may be accepted max_input_vars = 1000 I have increased it and it worked perfectly.
-
Invalid security token when saving page with a lot of data
· 10 years ago
Please create an issue here. https://github.com/getgrav/grav-plugin-admin/issues If you can include the blueprint in question and also sample data that will help us recreate the issue easier.
-
Invalid security token when saving page with a lot of data
· 10 years ago
Hi guys. Recently I have faced with the following issue. Given a page has some blueprint which consists of a list of countries, and every country has a list of items inside. So it's like nested lists.
-
Limit page children creation and possible templates
· 10 years ago
One of the biggest pains when working on bigger site with Grav for me is not be able (atleast from what i know) to prohibit some page template to have children. This gets very bad especialy when you h