Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Send email with attachment, which is stored on server
· 10 years ago
Hi guys. Need to send email with an attachment, PDF file, which is already stored on a server. In the docs there's only how to send file which was uploaded via form... Please advise. Or there's no suc
-
How to allow user to sort a collection list in the front end?
· 10 years ago
Thanks, what I am trying right now is to create a custom template that needs this list, I then create the collection completely in the backend. The only issue I am having is sorting on date fields. I
-
How to allow user to sort a collection list in the front end?
· 10 years ago
Pagination is usually done with the pagination plugin. If you need front-end sorting, I wouldn't use page collections, though theoretically you can put twig variables in the front matter. I just have
-
How to allow user to sort a collection list in the front end?
· 10 years ago
I am following from here: https://learn.getgrav.org/content/collections When you define a page you can say the default sort order. But is it possible to allow the user to sort this list from the front
-
Caching static files
· 10 years ago
Thank you. But I somehow automatically... But the change in reports is not yet noticed. Maybe the hosting?
-
Caching static files
· 10 years ago
in my .htaccess file
-
Caching static files
· 10 years ago
Hi, browser cache and grav cache are two different things. See : https://varvy.com/pagespeed/leverage-browser-caching.html I added <IfModule mod_expires.c> ExpiresActive On ExpiresByType a
-
Caching static files
· 10 years ago
When I pass check my site Google Page Speed Tools, that means "it is recommended to use the browser cache" and more specifically: "If you specify a date in the HTTP headers or the validity of static r
-
How to use a skeleton withe the admin plugin
· 10 years ago
Yes because the admin is just a plugin, and currently the skeletons are not provided with Admin preinstalled.
-
How to use a skeleton withe the admin plugin
· 10 years ago
Got it, so each skeleton needs its own plugin. Thanks!