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

  • Comment form not showing (comments - plugin) · 10 years ago

    Try switching the theme to Antimatter, which follows the same structure so you should not need any change. Is the comments form appearing?

  • Comment form not showing (comments - plugin) · 10 years ago

    Hi, I use a variation of the pinpress theme and try to implement the commencts plugin. But the comment form does not show. I just see a batch "0 Comments". My configuration: Structue: /blog = blog pa

  • Dependencies generating · 10 years ago

    A similar issue already exists: #880.

  • Dependencies generating · 10 years ago

    Using .dependencies is more thought for skeletons, to work alongside our installer, not really thought for site deployment. But it's probably a good idea, submit it on the Grav issues for a future imp

  • Dependencies generating · 10 years ago

    Hi, we're currently moving some GRAV sites with several plugins. It's great, that with grav install all plugins are installed but if you add a completely new plugin to your project we have to update t

  • Life cycle when processing twig in a page · 10 years ago

    But the plugin needs to know the route of the page being requested. It does that using $this->grav['page']. Will that return a valid result that early? I guess I'll just have to try and see :)

  • Life cycle when processing twig in a page · 10 years ago

    onPageInitializedhappens about midway in the lifecycle, so you can actually add your stuff to twig in an event prior like onPagesInitialized or even onTwigInitialized to ensure they are available dur

  • Life cycle when processing twig in a page · 10 years ago

    Can anyone confirm the order in which events are fired when twig is processed in a page? I have a page with the following front mater: twig_first: true process: twig: true I then try to access cer

  • Simplesearch routing issue · 10 years ago

    Hi, I'm currently experiencing the same issue when using the Bootstrap theme. @rhukster: Can you apply the same patch as for the Antimatter theme to the Bootstrap theme as well? Or is there any other

  • Simplesearch routing issue · 11 years ago

    Thanks for your reply :) Ehm, I think that was it, yes. I've updated everything (using the Admin panel! ;)) and now it works just fine. Thanks again for pointing me in the right direction.