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

  • Any rough ETA on Pro Admin Panel? · 10 years ago

    Hi Grav Team! Just wondering about how the admin panel pro version is coming along, and/or what sorts of features are in the pipeline for it. Thanks as always, and Happy New Year!

  • Rewrite rule for colon · 10 years ago

    Taxonomy pages are special, as the tag name is a parameter. I don't think there's an alternative to using a redirect.

  • Rewrite rule for colon · 10 years ago

    I should also say that redirects work. But I specifically want to maintain the existing URLs.

  • Rewrite rule for colon · 10 years ago

    I have an existing blog with URLs /tag/XXX and /page/XXX and I can't seem to create routing rules in Grav to route /tag/XXX to /tag:XXX. How can I do this?

  • New Comment Notfication · 10 years ago

    The Comments plugin by default uses the Email plugin to send an email to the site owner, using a form process action: https://github.com/getgrav/grav-plugin-comments/blob/develop/comments.yaml#L67-L75

  • New Comment Notfication · 10 years ago

    Anyone has setup the comment plugin to receive email notification of new comments posted? Please share your steps on how to customize the plugin. Thank you.

  • Insert Unique ID into page? · 10 years ago

    Currently there is no way to do it. Thinking loud, it could be a form field that you add to a page blueprint, and if it's a new page it generates a new incremental ID, whose current maximum value wou

  • Insert Unique ID into page? · 10 years ago

    When creating a new page via the Admin, is it possible to have a random number created and stored in the markdown frontmatter for that page? Or some other way to create a unique id number stored with

  • No Redirect? Configuration - Site · 10 years ago

    Yes otherwise if you have a page in /times, an existing URL in your case, Grav is going to serve that.

  • No Redirect? Configuration - Site · 10 years ago

    Oh, just had a look at the source code /system/src/Grav/Common/Page/Pages.php and it looks like the first URL must result in a "not found" so that the testing for a redirect takes place. Both URLs i a