Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Is Grav suitable for a Quoting/Invoicing System
· 10 years ago
Thanks for your reply. I'll have a deeper look at creating plugins and extending the functionality. Either way, my compliments to you on a beautiful CMS.
-
Is Grav suitable for a Quoting/Invoicing System
· 10 years ago
Well, Grav is designed purely for creating content-based web sites. Grav really doesn't have a full framework and is nothing like Laravel/Symfony even though we do use some Symfony components to make
-
Is Grav suitable for a Quoting/Invoicing System
· 10 years ago
Hello Grav I have been investigating at length the powers of Laravel/Symfony but cannot get them to play nice with a document-based db like Mongo and what's more I believe these powerful frameworks to
-
How to get URL of pages in a non-self collection
· 10 years ago
Nope, .url() is always the best approach as it takes into account things like route options in the page.
-
How to get URL of pages in a non-self collection
· 10 years ago
In fact, I now realise I can use child.url in both cases, instead of the clumsier {{ page.url }}/{{ child.slug }}that I was using. Are there any disadvantages or hidden gotchas?
-
How to get URL of pages in a non-self collection
· 10 years ago
Bingo again! You're good at this. Thank you!
-
How to get URL of pages in a non-self collection
· 10 years ago
Try this: {% for child in page.collection %} <li><a href="{{ child.url }}">{{ child.title }} </a></li> {% endfor %}
-
How to get URL of pages in a non-self collection
· 10 years ago
I want to do list-and-detail in a page collection that isn't a self collection. In a self collection it's easy enough, using a template containing this construction: {% for child in page.collection %}
-
Suggestion for plugin or admin like feature
· 10 years ago
Cool :)
-
Suggestion for plugin or admin like feature
· 10 years ago
It's a great idea. We are looking into adding a simple frontend editing capability with the pro admin plugin.