Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Install plugins
· 11 years ago
You can install them manually via FTP although this is far less than ideal. Most plugins have a manual installation step, and really it's the same for all. Most shared hosting does have SSH access how
-
Install plugins
· 11 years ago
Hi, i'm new here. Is possible install plugins without ssh acces? (shared hosting)
-
How does the new multiple collections feature work?
· 11 years ago
On your page where you are defining the content items collections (ie blog list view) you can simply add another, for example: content: items: @taxonomy.category: blog @self.modul
-
How does the new multiple collections feature work?
· 11 years ago
I read in the Changelog for 0.9.42 that Grav now supports multiple collections. But there seems not yet any documentation how this is supposed to work. Any hints would be appreciated as this would be
-
Template header throws exception
· 11 years ago
First, i'm not sure you are understanding the mechanics of modular pages. I strongly suggest you download the onepage skeleton and have a look how that page is built. You will see there is a parent
-
Template header throws exception
· 11 years ago
I'm building a site using modular pages, and I have come across this problem: I want to have two modules on the same page use the same template. I read the documentation and came across the "template"
-
Print twig inside .html() action
· 11 years ago
You can use every filters/functions from Twig (this library used for parse the templates). You are welcome! :)
-
Print twig inside .html() action
· 11 years ago
Oh alright! Thanks for your additional information. Didn't know that…
-
Print twig inside .html() action
· 11 years ago
You need to filter the variable page.header.imagemeta: {{ image.html('My title', page.header.imagemeta | e('html_attr'), 'myclass') }} Here the reference: http://twig.sensiolabs.org/doc/filters/escape
-
Print twig inside .html() action
· 11 years ago
Hah! Seems like a typical beginners mistake. I should have known better. Anyways… thanks again and I'll do my best to tell everyone about Grav. Have a great day!