Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Assigning modified Twig templates
· 12 years ago
Hi! How can I solve this? +- 01.blog (=> blog.html.twig) | +- 02.research | +- 03.publications (=> publications.html.twig) 01.blog and 03.publications are both listing pages. For 01.blog I want
-
Thanks!
· 12 years ago
Thanks so much! Really is great to see all our hard work with Grav is appreciated.
-
Thanks!
· 12 years ago
This GRAV project is awesome, I see a great present and future, an easy management, incredible FAST websites, and simple CMS like this is a must have now. The dedication and attitude to attend simple
-
Code snippet: sidebar menu
· 12 years ago
If you look in the templates/partials/navigation.html.twig file you will see this already implemented.
-
Code snippet: sidebar menu
· 12 years ago
thanks a lot! does anyone know how to get li.active in such a submenu when a top level menu entry is just a redirect to one of the subsequent second level entries? i am everything but familiar with ph
-
Code snippet: sidebar menu
· 12 years ago
Ah neat! I didn't see that in there. Thanks for sharing!
-
Code snippet: sidebar menu
· 12 years ago
It passes the parent url to allow filtering of child pages related to the parent page, therefore providing more granular control with implementing a context based sidebar menu where you may not want t
-
Code snippet: sidebar menu
· 12 years ago
Thanks for the snippet but what is different between this and the 'cookbook' entry we have on the learn site? dropdown-menu cookbook entry
-
Code snippet: sidebar menu
· 12 years ago
Here's a simple code snippet that uses the awesome macro feature in Twig, it's also Bootstrap friendly. Enjoy! {% macro loop(page, parent_url) %} {% for p in page.children %} {% if p.visible %
-
Weird Issue when using url "test"
· 12 years ago
Thanks rhukster. I am aware about the css but thanks for bringing it up (I am glad you guys do care about validity!). I had it in the footer for testing reasons with a preloader javascript I was havi