Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Matthew Appleton Member
@dezbat · Joined 9 years ago · 18 posts · 4 topics · 3 reputation
Badges
Recent posts
-
GRAV + Flex Directory
· 8 years ago
You just saved my bacon with this! No idea what the 'keys' filter does yet but it lets me spit out my flex images!!! thanks!
-
User sorting date order on page collection
· 8 years ago
Just wanted to post this little trick which might be useful for people building a blog where they want to allow the user to sort post order. — in this case reverse the date order... this is courtesy
-
Issue with webm video files due to incorrect default configuration
· 8 years ago
sorry - -just found it! system/config/media.yaml for those who are running into same issue! copying this yaml file into user/config/media.yaml and making the edit suggested by @mos0711 worked for me.
-
Issue with webm video files due to incorrect default configuration
· 8 years ago
@mos0711: thumb: media/thumb-webm.png @mos0711 — I am interested in where exactly the media type config description is saved so as to edit / try this trick myself, also having trouble with webm files
-
Unlink() not supported for read-only stream wrappers
· 8 years ago
Hi there I haven't come across this issue before, wondering if it is to do with the new admin / Grav beta version. I am running grav beta 1.5.0 beta-2. Basically if I try and remove a media file (imag
-
Trying to set advanced / overrides / visible to DISABLED by default in my page blueprint
· 8 years ago
Sorry! learning how to do this...
-
Apply body class from parent page?
· 8 years ago
@paul: {{ page.parent.header.body_classes }} That works! More elegant I think than the workaround I had, many thanks!!
-
Trying to set advanced / overrides / visible to DISABLED by default in my page blueprint
· 8 years ago
Still stumped! This is my current .yaml... the custom.Subtitle and the folder.numeric prefix are working fine, but not visibility 'off' setting.... Out of interest, where is the documentation that wou
-
Trying to set advanced / overrides / visible to DISABLED by default in my page blueprint
· 8 years ago
hi @paul - -thanks as ever - -so far it gives me this craziness! Having a tinker now...
-
Trying to set advanced / overrides / visible to DISABLED by default in my page blueprint
· 8 years ago
I have a projectpage.yaml file, extending 'default' — and I want to force new project pages to be set to visible 'disabled' by default when adding new pages with projectpage template... trying with th