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

  • GetGrav.org Plugin Search Not Working · 10 years ago

    iOS devices.

  • GetGrav.org Plugin Search Not Working · 10 years ago

    Yup works for me too.

  • GetGrav.org Plugin Search Not Working · 10 years ago

    Works for me, on Chrome - which browser did you try?

  • GetGrav.org Plugin Search Not Working · 10 years ago

    FYI ... When I try the search field on the plugins page I get no results.

  • Debugging URL parameters · 10 years ago

    Gotten used to keeping it there for development, but in fixing some errors in the language-setup it got lost between development, testing, and deployment.

  • Debugging URL parameters · 10 years ago

    Glad you got it sorted. That ; separator is only needed on certain windows/apache setups.

  • Debugging URL parameters · 10 years ago

    Oddly this was because a reformat of system.yaml had left out param_sep: ';', but this time this did not yield any error from Apache.

  • Debugging URL parameters · 10 years ago

    Is there a method for debugging URL parameters? In the process of chasing down a rendering bug on Chrome, I unintentionally did something that broke the uri params necessary for the simplesearch plugi

  • Angularjs single page app · 10 years ago

    You mention forms, so first I'll link to the Forms docs. You can certainly provide an Angular app in a Grav theme, by adding the JS / markup needed. The only issue you'll probably get into is Twig usi

  • Angularjs single page app · 10 years ago

    Is there any plugin/documentation about adding angularjs applications inside grav? I mean: an html form with some custom tags and some javascript code... Thanks Matteo