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

  • Tag directs to about:blank problem · 12 years ago

    So does the problem your facing is that the Tag URLs are not working only on the blog item page? Do the tags work fine on the blog listing page? There was a change in Antimatter between 1.1.6 and 1.1

  • Tag directs to about:blank problem · 12 years ago

    I'm wondering if you can help me with a question about my item.md pages directing tags in "Popular Tags" section to about:blank. With Grav running, the code in "Popular Tags" is, for example: <a hr

  • Rename blog to news · 12 years ago

    Hmm, that is true in the previous version of Grav, but in the last couple of weeks I changed it so the plugins link path was no longer relying on that site.yaml value. You probably should check to mak

  • Rename blog to news · 12 years ago

    found it and can answer myself ;) in site.yaml one hast to define blog: route '/news'

  • Rename blog to news · 12 years ago

    I’m currently evaluating the blog-skeleton and like it a lot. But there’s a little problem: As soon as i change the name from "blog" to "news" all the tag-links cause to 404-errors. Also archives and

  • Major update for lightSlider plugin · 12 years ago

    In case you missed the Tweet, i just released a HUGE update for the lightSlider plugin. The author of the original JS project has been busy and has added lots of great features, so I took the time to

  • Twig filters example · 12 years ago

    you need to change CustomTwigFilters() with \Grav\Common\CustomTwigFilters() because you are in this namespace :)

  • Twig filters example · 12 years ago

    I'll need to see all your code for the plugin to know what's going on.

  • Twig filters example · 12 years ago

    Thanks, I tried this, but I got this error : Call to a member function addExtension() on a non-object on the line : $this->grav['twig']->twig->addExtension(new CustomTwigFilters()); the clas

  • Twig filters example · 12 years ago

    There are two main parts to this question: First you need to create a Twig extension file that provides the filters. An example of this can be found in TwigExtension.php file that we provide in the