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

  • Langswitcher update language name · 10 years ago

    1.1.1. (thank you) (in the issue linked above, Flavio is not able to recreate the problem either...)

  • Langswitcher update language name · 10 years ago

    What version of Grav are you on? I'm not having this problem with latest Grav 1.1

  • Langswitcher update language name · 10 years ago

    Hello Updating langswitcher plugin made language name variable {{ native_name(key)}} output as 1 or 2 instead of Engish or 日本語. There's an issue https://github.com/getgrav/grav-plugin-langswitcher/iss

  • Save Form field values in case the browser tab is closed · 10 years ago

    I added a functionality to the Form plugin where the field values are saved as a cookie in case the browser tab is closed, and thought I'd share in case someone else finds it useful as well as to stor

  • Related Pages: multiple pages in collection · 10 years ago

    I already tried @root yesterday without luck, but gave it another try now and got it work! The mistake I made earlier was using @root.children, but actually @root.descendants was required. Thanks for

  • Related Pages: multiple pages in collection · 10 years ago

    Actually I thing @root will work as that was added to collections after relatedpages plugin readme was written. However, if it's not (untested) you should be able to use @taxonomy

  • Related Pages: multiple pages in collection · 10 years ago

    Hi, I have child pages under two different parent pages. I'd like to receive related posts from both of these parent's children. @page: /mother or @page: /father limits me to only one parent, @self.si

  • Rendering Dynamic Content · 10 years ago

    Of course, you can set anything as a twig variable and have it available to use in a twig template.

  • Rendering Dynamic Content · 10 years ago

    In the example plugin I see that it just returns a "page" from the collection. Can I generate a string in a plugin and have that rendered rather than rendering a page. Or can I dynamically generate

  • Require class into custom plugin · 10 years ago

    Since you define the namespace namespace Grav\Plugin, if you try to call your class as MCAPI the namespace is prepended to it. Try \MCAPI