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

  • Filtering results using multiple taxonomies · 10 years ago

    I got this working

  • Filtering results using multiple taxonomies · 10 years ago

    I have two categories (C1, C2) and four tracks (T1, T2, T3, T4). I want to build out four pages like so page 1 =( C1, T1), page 2 = (C1, T2), page 3 = (C1, T3), etc. the category taxonomy is working b

  • Present different menu items per group · 10 years ago

    Building a site with Grav is kinda like building blocks. Grav is the starter kit, but you get the powerful functionality by integrating plugins. This way a simple site can be kept very fast and lean

  • Present different menu items per group · 10 years ago

    At least you took the time to reply. It sounds like this might work. On the other hand I think that this should be a core feature in Grav.

  • Present different menu items per group · 10 years ago

    You can assign permissions to a page via the page headers. This can include group access. Then you would just have to modify your navigation twig so that when it loops over the pages to display to t

  • Present different menu items per group · 10 years ago

    Hello, How do I present each user (that belongs to a specific group) a different menu? I know how to add a global login to my website (by adding: access: site.login: true in the frontmatter content f

  • Using grav for api documentation · 10 years ago

    good job!

  • Using grav for api documentation · 10 years ago

    I have achieved the tabbed code box functionality very easily by using the shortcodes-ui plugin https://github.com/getgrav/grav-plugin-shortcode-ui Very easy, just a 5 minute install and go!

  • Using grav for api documentation · 10 years ago

    The issue with the menu is that I would need to have conditionals to switch to whatever solution (icomoon, fontawesome or just css) I use for an API menu item. I have a very, very ugly semi-solution i

  • Using grav for api documentation · 10 years ago

    Why not use your own icon, and add it to, for example, icomoon ?