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

  • Gpm update failing · 11 years ago

    cool :)

  • Gpm update failing · 11 years ago

    Yep, that did it thanks.

  • Gpm update failing · 11 years ago

    OK it's because we implemented our own mergeConfig() method in recent versions of Grav, and the JSComments plugin is the version prior to this fix. I think you should be able to resolve this by deleti

  • Gpm update failing · 11 years ago

    Hi, I'm just trying to update from 0.9.15 to the latest 0.9.19. I ran "bin/gpm selfupgrade" which seemed to work OK. Next when I try "bin/gpm update" to update the plugins I get this: Fatal error: Acc

  • Display a an area if there is a page available · 11 years ago

    <!-- Navigation 4 --> {% set child_available = false %} {% for p in pages.children %} {% if (p.active or p.activeChild) %} {% for c in p.children %} {% if (c.active or c.

  • Display a an area if there is a page available · 11 years ago

    sorry and thank you, i gonna try it :D

  • Display a an area if there is a page available · 11 years ago

    Hi! I'm not completely sure what you want to accomplish, but you can use children.count to see how many children there are. So you could do that loop before the section starts to detect if there are c

  • Display a an area if there is a page available · 11 years ago

    <!-- Navigation 4 --> <section> {% for p in pages.children %} {% if (p.active or p.activeChild) %} {% for c in p.c

  • Caching · 11 years ago

    no problemo :)

  • Caching · 11 years ago

    Please disregard... This is totally my issue.