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

  • Taxonomylist Plugin - How to invoke? · 11 years ago

    I use it automagically through the blog template in the antimatter theme. It consists among others of this partial: templates/partials/sidebar.html.twig It has this code snippet {% if config.plugins.t

  • Taxonomylist Plugin - How to invoke? · 11 years ago

    I read the readme, it's installed. How doy ou invoke it in the page or page template? Doing something like... {% include 'partials/taxonomylist.html.twig' %} ...causes a twigsplosion. The docs say to

  • Get child pages from another parent · 11 years ago

    Yup, that's exactly how I would of done it :)

  • Get child pages from another parent · 11 years ago

    Gah, knew I posted too early. Figured out something close enough to what I'm trying to do to probably have answered myself. In my /country/new-zealand/_region module template I have: {% for region in

  • Get child pages from another parent · 11 years ago

    I'm wanting to create a site with a structure similar to as shown below, where I have a /geography directory with 3 different sections: countries, region, and cities. Essentially, I want to have all t

  • Bin/gpm install ... deletes content in images folder · 11 years ago

    All right, thank you. (Guess I have to study more grav docs...)

  • Bin/gpm install ... deletes content in images folder · 11 years ago

    The /images folder is for Grav to use for it's processed and cached images. This does get cleared any time there is a cache clearing event. You should not be putting your images in here. You should b

  • Bin/gpm install ... deletes content in images folder · 11 years ago

    just found out that gpm install command deleted my images in my images folder. tried three different plugins, same result: images are gone after install

  • Problem with the installation · 11 years ago

    i found the solution on this problem. It is not so rellative in my case the permissions. The problem there was that i had to create a directory with the name phpsessions and after on php settings i ha

  • Problem with the installation · 11 years ago

    More details on permissions in the Troubleshooting section of the docs.