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

  • JSON Data Store · 10 years ago

    Hi, How to het the Grav JSON Pages API to work? What is the exact request i have to do? I've tested it with postmen, but i dont get any json response? best regards,

  • JSON Data Store · 11 years ago

    A JSON API is going to be bundled in the core in the future. In the meantime the plugin Grav JSON Pages API looks like what you need.

  • JSON Data Store · 11 years ago

    Can we save the data in JSON format and retrieve using Grav folder struture ?

  • Redirection problem · 10 years ago

    @dfuhrmann The regular expression used for custom routes and redirects are not anchored (see i.e. https://github.com/getgrav/grav/blob/develop/system/src/Grav/Common/Page/Pages.php#L332 ). It means th

  • Redirection problem · 10 years ago

    I've already tried that. Here some more details I need: /doc/admin -> /doc/v2/admin /doc/admin/domain-join (no redirect) I have: /doc/admin -> /doc/v2/admin /doc/admin/domain-join -> /doc/v2/

  • Redirection problem · 10 years ago

    You need to set the redirect using regular expression, see the explanation

  • Redirection problem · 10 years ago

    Hi, I've got a problem with redirection. I want to redirect a page /doc/admin to /doc/v2/admin, that works fine. But now I want to call /doc/admin/domain-join but get redirect to /doc/v2/admin. Is th

  • Language settings · 10 years ago

    The settings should work. The theme / plugin that outputs the month name should however be setup to use the translation. Which theme / plugin is generating that?

  • Language settings · 10 years ago

    Hi, I can't get the language to the correct country. Also after reading the docs Its is not working. We don't need multi language, just the correct language of the country. Settings Blog

  • Page summary triggering · 10 years ago

    No problem, glad you got it sorted :)