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

  • Trouble With Feeds · 12 years ago

    Ah the install instructions are out of date, we did change how feeds work. @namaless is correct, feed's should work on any page, that has children, and if your blog is http://mysite.com/blog, then th

  • Trouble With Feeds · 12 years ago

    If you use a default blog skeleton you found the feed to www.site.com/blog.rss

  • Trouble With Feeds · 12 years ago

    I think I have everything set up like the Blog Skeleton, but I must not because I get 404 errors at www.site.com/feed.rss and at www.site.com/blog/feed.rss. The installation instructions say: The feed

  • Dates in other languages · 12 years ago

    Thank you!

  • Dates in other languages · 12 years ago

    https://github.com/getgrav/grav-plugin-smartypants/blob/develop/smartypants.php#L75-L86

  • Dates in other languages · 12 years ago

    It would need to be done in a plugin. Look at the SmartyPants plugin for an example.

  • Dates in other languages · 12 years ago

    Rhukster, my last question will be: where (what file, which line) do I add this: $twig->addExtension(new Twig_Extensions_Extension_Intl()); ? Thank you in advance :)

  • Dates in other languages · 12 years ago

    Well, that's to hard for me :) I'm getting an error when I try to update composer.phar as u said, also getting an error when I try to install Extensions library (http://twig.sensiolabs.org/doc/extensi

  • Dates in other languages · 12 years ago

    well you could create your own composer.json in user/ folder, and then it would create a 'vendor/` folder you there. Then you would just have to add that class loader during init. We could actually

  • Dates in other languages · 12 years ago

    mmm... and add a vendor folder on user folder?