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

  • Linking page in a folder to a parent taxonomy page in a different folder · 10 years ago

    I have 2 folders, songs and artists. My songs have a tax tag 'artists' and every song by an artist is tagged with that. On my artist page I have a page collection with all pages tagged with that artis

  • Internal Sever Errors while using Admin Plugin · 10 years ago

    Geoip looks like a php extension installed on your server, not something required by Grav, try removing it from your php.ini to see if that is the cause of the issue.

  • Internal Sever Errors while using Admin Plugin · 10 years ago

    I've got a new Grav install with the Admin Plugin installed. I frequently get an internal server error message. When I check the grav.log file, it shows a "grav.CRITICAL: Module 'geoip' already loaded

  • Taxonomy · 10 years ago

    Ok I answered my own question with a page collection.

  • Taxonomy · 10 years ago

    Hi, I have a taxonomy question. The basic premise is that I have 2 folders: Artists and Songs. I have a taxonomy called ‘artists’ and set that for both the artist page and then any song by that artist

  • Taxonomy · 10 years ago

    taxonomy

  • Popularity logs git conflict issues · 10 years ago

    Nevermind I realised the logs folder is supposed to be gitignored... it is in the default gitignore file so nfi why it didn't ignore it.

  • Popularity logs git conflict issues · 10 years ago

    Hi, I'm having git conflict issues with the popularity logs - I have 3 git locations for the 1 site and everytime I commit, pull, push etc I can't auto merge cause of these logs. Ideally I'd like the

  • Page.find() - how to exclude modular pages? · 10 years ago

    Thanks a lot, I missed this point !

  • Page.find() - how to exclude modular pages? · 10 years ago

    The .children method returns a Collection of pages. You can then use the .nonModular method to filter out modular pages: {% for page in page.find('/').children.nonModular.order('date', 'desc').slice