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

  • Need a little help getting what I want · 9 years ago

    Hey guys I'll get straight to the point... I would like to be able to sign up and sign in to my grav site using facebook or google is this possible? I understand you can get a plugin that allows you t

  • Modular name in twig · 9 years ago

    You can find this twig variable using dump(). Open up modular.html.twig and add dump() like this: {% for module in page.collection() %} {{ dump(module) }} etc. etc. You need

  • Modular name in twig · 9 years ago

    Please tell me how to get the name of a modular page template using twig? It is necessary to insert in the templates instead of the id. Thanks!

  • How can I log every user/admin login attempts? · 9 years ago

    For anyone's interest here, this question by the OP was answered on GitHub.

  • How can I log every user/admin login attempts? · 9 years ago

    How can I log every user/admin login attempts?

  • Modular page / subpages ordering in admin panel · 9 years ago

    hi @adrian5, doesn't work :/ tried adding t modular.md but to no avail...also tried via admin panel again nothing.

  • Modular page / subpages ordering in admin panel · 9 years ago

    I'm not sure if this works for your situation, but if you want the children of a page to follow the order defined in the frontmatter (collection), you can go to the Advanced tab for that page and – at

  • Modular page / subpages ordering in admin panel · 9 years ago

    How do you get admin panel to obey the custom modular page order? Works on frontend but in admin panel all subpages are in some random order..

  • Markdown in Custom Blueprint doesn't render · 9 years ago

    --- twig {{ page.header.releasebio|markdown }} [Learn doc](https://learn.getgrav.org/themes/twig-filters-functions#markdown)

  • Markdown in Custom Blueprint doesn't render · 9 years ago

    Hi all, looking for help with a custom page blueprint. I have created a new tab and properties one of which is a markdown editor. The text properties all work as expected, however the markdown editor