Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Activate plugin by template · 11 years ago

    I would like to activate the TOC plugin only on pages based on a specific twig template. Is there a way to set a configuration setting through a template?

  • For loop order by date · 11 years ago

    your going to have to put another loop in side that first loop. have a look at the macro in the partials/navigation.html.twig in the Antimatter theme to see how you can do this recursively.

  • For loop order by date · 11 years ago

    ok, next level.. what if i need to return all the second level child of a page with a for loop in date order.. ? :/

  • For loop order by date · 11 years ago

    You are my hero @rhukster! :)

  • For loop order by date · 11 years ago

    Yup, it's just: {%for lil_foo in foo.children.order('date', 'desc') %}

  • For loop order by date · 11 years ago

    Is it possible to render pages with a {% for lil_foo in foo.children %} in date order, like newest to oldest?

  • Taglinks with semicolon freezes Chrome · 11 years ago

    I'm not sure how the semicolon could freeze chrome. I use chrome all the time, and im sure many others do also. I have never seen or heard of anything like this. The semicolon is intended to be used

  • Taglinks with semicolon freezes Chrome · 11 years ago

    Hi! Thnx for a fantastic CMS! I do have one issue tho with a blog for a client. It appears as Chrome doesn't like the blog tags at all. The tag cloud or tags attached to posts won't work in Chrome (Ve

  • How do I iterate over data collected by a form? · 11 years ago

    if your talking at the Grav form plugin, then you might want to look at the Data Manager plugin that basically shows data (from forms and other places). it iterates over any json data it finds in the

  • How do I iterate over data collected by a form? · 11 years ago

    I have a simple form that I want to user to be able to add events with. I have the form set up to save the data collected, but now I need to be able to show the data in a list. How should I go about t