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

  • Language Fallback and other Issues · 11 years ago

    Well, I guess it also depends on what you are used to and how you expect it to work. I didn't get it. I might have understood it if I would have noticed that little arrow next to the save button. Than

  • Language Fallback and other Issues · 11 years ago

    I don't see it as confusing at all. It was created this way based on a diverse group of multilanguage Grav users and their input. 1) When you view your pages in admin, you see them as you would in yo

  • Language Fallback and other Issues · 11 years ago

    And about that Fallback Option, what is it for exactly? Is it just for translatable strings from plugins and themes? Nothing related to the content? That's not really clear in the documentation.

  • Language Fallback and other Issues · 11 years ago

    Ookay thanks! I didn't see that new little icon next to the save button. Wouldn't it be more logical to switch that around. Let's say english is my main language. I create a few pages and then i want

  • Language Fallback and other Issues · 11 years ago

    The admin panel does support multi-languages. There is a bug I just fixed to ensure the default lang is set on initial view, but the flag in the top right corner should let you change the language.

  • Language Fallback and other Issues · 11 years ago

    Hi, to hide a page on the other languages you need to create the pages for the other languages, but set as published: false. The translations_fallback setting does not reflect on the menu, just on the

  • Language Fallback and other Issues · 11 years ago

    So, I'm evaluating Grav as our new go-to CMS for small and medium Websites because it looks very promising. But I quickly ran into some issues regarding Multi-Language-Support. I set Language Fallbac

  • Loop through recents posts in all categories · 11 years ago

    Andy, thanks for your help - it's working now :) {% for post in taxonomy.findTaxonomy({'category':'post'}).order('date', 'desc').slice(0, 10) %} It might be helpful if you could add some method docume

  • Loop through recents posts in all categories · 11 years ago

    rather than find a page by path, how about using a taxonomy? Ie, you can give every page a category taxonomy of post, and then use: {% for post in taxonomy.findTaxonomy({'category':'post'}).children.

  • Loop through recents posts in all categories · 11 years ago

    I've set up my site that the url format is like /categorie/posttitle (post.md looks like taxonomy: category: cat1). For an index page I'd like to loop through the latest posts in ALL categories. While