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

  • Do I need to wait on "Multisite Grav" or...? · 11 years ago

    Grav also has more sophisticated multisite capabilities via a custom setup.php in the root of the Grav install. This can provide custom locations for various elements, even multiple locations, via PH

  • Do I need to wait on "Multisite Grav" or...? · 11 years ago

    Hi Jason, and welcome to the Geav community! Your request is possible with the current Grav version. You can read the basic steps in documentation, but I will explain it to you here in detail :-) Firs

  • Do I need to wait on "Multisite Grav" or...? · 11 years ago

    I want to do a total redo of my sprawed-outta-control website and make it more focused. I am considering using subdomains to help my cause: www.my.site -- just my regular landing page in a "one pager

  • Cookies policy banner plugin · 11 years ago

    Hey, here's the plugin: https://github.com/giansi/grav-plugin-cookies-policy and here's in action http://diblas.net. While you will notice the Italian translation is not rerequired ;-), maybe you coul

  • Cookies policy banner plugin · 11 years ago

    Great to hear :) I'll add the Italian translation when it's ready

  • Cookies policy banner plugin · 11 years ago

    Don't know if this is the best place, but I'd like to to inform you I'm working on a new plugin to implement the cookie policy banner. Maybe tomorrow I will release it

  • Param_sep variable not writing - 403 persists · 11 years ago

    Andy pull requests to add the separator config option to these other themes and plugins that might not have support for it, would always be appreciated.

  • Param_sep variable not writing - 403 persists · 11 years ago

    Glad to hear! Yes, it is not intuitive but this is Gravs ecosystem. Templates are tightly coupled to content and thus you need to change your template, if you want to add a new feature. The param_sep

  • Param_sep variable not writing - 403 persists · 11 years ago

    I now understand that this theme is hard-coded and that replacing the ':" with '{{param_sep}}' will not work. It needs to be '{{config.system.param_sep}}' as you stated with your code sample and empha

  • Param_sep variable not writing - 403 persists · 11 years ago

    Ok, you may have changed that. Can you check, that you setup the system.yaml correctly? param_sep: ';' (no indentation, be sure that there are no tab stops in the file)