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

  • JSComments? · 10 years ago

    Nope, the author "namaless" pulled all his repos a couple of weeks ago. I guess he was not supporting them any more and didn't want the hassle of people bugging him about them. Would of been nice to

  • JSComments? · 10 years ago

    Just curious, I noticed the JSComments plugin is no longer available?

  • Taxonomy plugin: links of tag cloud point to homepage · 10 years ago

    I found a solution: IN: /user/themes/pinpress/templates/partials/taxonomylist.html.twig I just added "/blog" Now the file looks like this: {% set taxlist = taxonomylist.get() %} {% if taxlist %} <d

  • Taxonomy plugin: links of tag cloud point to homepage · 10 years ago

    Hi guys, I use the pinpress theme for my site (http://demo.getgrav.org/pinpress-skeleton/) and have the taxonomy plugin enabled. When I read my blog article and click on a tag it points to the correc

  • Cache problem with blog list page · 10 years ago

    It 'should' work without any issue because those two events are called whenever the page is not cached, and you call the ->content() method of the page in question. Your blog list page is probably

  • Cache problem with blog list page · 10 years ago

    I have written a plugin which replaces some placeholders with generated content. Therefore it uses the "onPageContentProcessed" event and get the content by "getRawContent()" method. This works fine o

  • Piwik plugin · 10 years ago

    Hello Palmik, how can I use your Piwik plugins? I'm new to Piwik. In the github documentation under Usage it states: "Copy the ID URL and insert it to the configuration of this plugin." Is the ID URL

  • Piwik plugin · 11 years ago

    And available new version for piwik plugin fixed bug

  • Piwik plugin · 11 years ago

    Can you add a request to add this to GPM in the Grav issue tracker so i don't forget? https://github.com/getgrav/grav/issues

  • Piwik plugin · 11 years ago

    Hey, thanks! Will have to check it out... Right now I've got the codes hardcoded in my template files