Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Got error message upon submitting quiz?
· 11 years ago
This is the Grav forum. Your question is concerning WordPress, another CMS altogether. Just FYI, as Grav is so much better than WordPress, you would never see an error like this if you used Grav inst
-
Got error message upon submitting quiz?
· 11 years ago
Well the error indicates that PHP cannot access the certificate, as in it does not exist in the given path. How does this relate to Grav though?
-
Got error message upon submitting quiz?
· 11 years ago
I am using WordPress Quiz Master Next Plugin set up and it gives a certificate. When any user finishes the quiz it gives an error message is as below: This is an error message Warning:file_put_conten
-
Automatic image caching
· 11 years ago
Thanks a bunch!
-
Automatic image caching
· 11 years ago
BTW, if you check in the develop branch of Grav on github you will see i've already added this system option and also the ?cache option :)
-
Automatic image caching
· 11 years ago
Ignore my last post, I've found the problem - forgot to call $page->setRawContent() at the end of the hook
-
Automatic image caching
· 11 years ago
As a quick and dirty solution I have attempted to reformat the markdown of each page with a plugin so that for example  gets replaced with , thereby forcing
-
Automatic image caching
· 11 years ago
Yes, your example together with a config option to make it automatic when toggled would suffice.
-
Automatic image caching
· 11 years ago
It's not possible for images referenced by css, but it is possible for all page media images. We actually made a performance optimization a while back that left images that were not manipulated as-is
-
Automatic image caching
· 11 years ago
Hi, is it possible to enable automatic caching of all images referenced in markdown and twig files into the /images folder? As far as I see, by default that happens only for images which are run throu