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

  • Dynamic page URLs · 9 years ago

    Yah i would not use rewrites at this point. Simply create a plugin (like flex-directory) that can interpret and process the URL before Grav looks for a page.

  • Dynamic page URLs · 9 years ago

    Thanks, will check that out. What I recently tried was to play around with the URI params and tried to redirect something like www.domain.com/subpage/param:value/param2:value to www.domain.com/subpage

  • Dynamic page URLs · 9 years ago

    You could also look at flex-directory plugin, this might be a simpler process as the whole plugin is not as convoluted as admin.

  • Dynamic page URLs · 9 years ago

    Thank you very much for the hint with the admin plugin, I will take a look into this and try to adapt from there.

  • Dynamic page URLs · 9 years ago

    This is possible, it's basically how the admin plugin works. All those URLs you visit in the admin are not real pages, they are simply intercepted by the admin plugin and processed. There is no one-

  • Dynamic page URLs · 9 years ago

    Hi Grav team. First of all I must say I am growing more and more on your CMS and allthough I might have come up with some questions here on the forum I am finding myself getting more and more done wit

  • Conditional forms with JQuery plugin · 9 years ago

    Thank you for your answer. Unfortunately I can't get this working. Could you please give a more concrete example?

  • Conditional forms with JQuery plugin · 9 years ago

    The form plugin now has a basic conditional field. I 'just' added it this past week and as yet it is not documented. However, here is a quick example of how to use it: https://gist.github.com/rhukste

  • Conditional forms with JQuery plugin · 9 years ago

    Sorry - please replace markdown with YAML frontmatter

  • Conditional forms with JQuery plugin · 9 years ago

    Hi guys, I want to build a form with conditional fields (shown or hidden based on the field values of other fields). I could use a jQuery plugin (http://www.jqueryscript.net/form/jQuery-Plugin-For-Con