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

  • Help Sorting :( · 10 years ago

    @rhukster I would do this: 1) loop over image as you are doing, but insert them into an array with the key being the date. 2) sort the array by key 3) loop over the list again now in order by date. co

  • Help Sorting :( · 11 years ago

    Ohhh.. fantastic idea, thank you!

  • Help Sorting :( · 11 years ago

    I would do this: 1) loop over image as you are doing, but insert them into an array with the key being the date. 2) sort the array by key 3) loop over the list again now in order by date.

  • Help Sorting :( · 11 years ago

    This should be simpler in my mind, I'm fried as usual. Creating a list of images like this: {% set imgList =[] %} {% for image in page.media.images %} {% set imgList = imgList|merge([image]) %} {%

  • Problem with modular page form · 10 years ago

    OK (despear must be a condition of success!) it's was the asset and maintenance plugin! *see bottom of this page > If the form fields do not appear if you have installed the Assets plugin disable /

  • Problem with modular page form · 10 years ago

    Hello Grav I have a form in a modular page that for some reason stop working after updating. The form.yaml has been checked briefly by @Flaviocopes and is working well on a simple page but on a modula

  • Create a modular page with pages from other folders · 10 years ago

    Thanks a lot!

  • Create a modular page with pages from other folders · 10 years ago

    I think the page-inject plugin might make your job https://github.com/getgrav/grav-plugin-page-inject. With this plugin you are able to access content from other pages with a link in your markdown Edi

  • Create a modular page with pages from other folders · 10 years ago

    We are starting a project to build rich documentation dedicated to the Web solution we are providing. We often have to create and maintain content that is replicated in different tutorials. I was wond

  • Is it possible to get ajax params in json? · 10 years ago

    That AJAX request builds a request of type: /products?index=0, so you need to use uri.query('index') to get the value. uri.param() is to be used for grav parameters, which are more readable, e.g. site