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

  • Navigation - how to? · 11 years ago

    Depending on the theme you're using, you can also add to user/config/site.yaml a menu param: menu: - url: 'http://test.com' text: Test Antimatter, Afterburner2, Bootstrap and Striped work ou

  • Navigation - how to? · 11 years ago

    Basically any page that is visible will potentially show up in the menu. Also pages that have a numeric-folder prefix that defines order, are visible unless configured not to be. So basically you ca

  • Navigation - how to? · 11 years ago

    Would there be a possibility to set navigation through grav admin panel? Like - to mark selected page in settings to display it in menu. Also adding external links easy. These are the problems I'm fa

  • Wiki, security, future · 11 years ago

    Most awesome! Thank you!

  • Wiki, security, future · 11 years ago

    Could be done with a plugin sure. None exists currently that I know of. No phone-home, no statistics, no tracking. The lack of a database means less exposure to exploit. The core itself is very

  • Wiki, security, future · 11 years ago

    Hi! Please, I have four questions about grav: Is it possible to somehow use a wiki inside a grav install? I mean, would it be possible to create a page/post which would be markdown-editable by anyon

  • How To hide modular page from menu · 11 years ago

    The solution that you suggested worked well for me too, thanks! 1) added the hidemenu parameter to the header of the .md page I wanted to hide hidemenu: true 2) added the if condition to antimatter/te

  • How To hide modular page from menu · 11 years ago

    i have it. the answer is more or less easy. it has to be a MODULE rather than a PAGE so with "module.header.hidemenu" it works perfect. thinking MODULAR :)

  • How To hide modular page from menu · 11 years ago

    yep even this i tried but it seems only be working if i tell the page name directly via the module.menu

  • How To hide modular page from menu · 11 years ago

    try {% if not page.header.hidemenu %} If you referring to header variables you always have to use page. prefix.