Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Show Source
· 10 years ago
Does the Learn2 theme has something for this? Or does it just link to the GitHub-page? I haven't looked into it closely, but this wiki-like functionality is not present in any current plugin or mechan
-
Show Source
· 10 years ago
Is there a built-in way to let users see the source code of a given page? Or do I need to code a plugin for this? I have demos of various plugins and it would be helpful to also let them see the actua
-
How to display array key and value
· 10 years ago
See the Twig documentation on the matter.
-
How to display array key and value
· 10 years ago
Hi, I have an array in my config.site yaml like so: mobile_nav: 'Our School': /our-school 'Our Community': /our-community Gallery: /gallery Contact: /contact How do I get the key and value? I
-
Force image resize on upload
· 10 years ago
Even if it's not possible natively, there's no reason you couldn't do a plugin. I don't immediately see a hook, but it should be easy enough to create a hook that fires once the file is uploaded but b
-
Force image resize on upload
· 10 years ago
I want to resize on upload because I don't want clients to have to resize image themselves prior to uploading (which is how limiting the filesize works) because many of my clients don't know how or do
-
Force image resize on upload
· 10 years ago
You can limit the size of the file, but as far as I know, you can not limit width on upload natively. Is there a reason why you would want your file to have a certain width? I ask because you can easi
-
Force image resize on upload
· 10 years ago
Is there a way to force ANY image uploaded in Grav via admin plugin to be resized to certain width and auto-height when uploaded? Or even on a field by field basis? Though a global setting would be be
-
Grav inside admin dashboard loads extremely slow
· 10 years ago
@flaviocopes, it loads like 30sec or so. Just one image under 100KB, mostly text. I suspect is caching issue but I cannot find a way to always 100% replicate the issue - sometimes it happens and somet
-
Grav inside admin dashboard loads extremely slow
· 10 years ago
How slow? Is the site big / with many images?