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

  • Using plugins a little difficult · 11 years ago

    Yes it's true, sorry for reply only now, but my time is less then in the past... btw the example from @rhkster it's true!

  • Using plugins a little difficult · 11 years ago

    I didn't write that plugin but form looking at it quickly here is some advice: If you are wanting to use this in a markdown page, you will need to turn on twig processing because it's generated using

  • Using plugins a little difficult · 11 years ago

    hi, lately i try to use gmap plugin and read tutorial but could not run it properly. i could not find video tutorials to watch and practise it. i want to write an introdiction article about Grav in my

  • How do modular pages work? · 11 years ago

    thanks :D

  • How do modular pages work? · 11 years ago

    The docs have a little information on Modular Pages. However the best way to understand modular pages is download and inspect the One-Page Site Skeleton as this has a working example of how modular pa

  • How do modular pages work? · 11 years ago

    I wonder how it all fits together: The page-tree and the modules, and: what are modules and how look they in code? Thanks Timo

  • Colon in url · 11 years ago

    I remember this bug, it's for windows only and working only in the first segment, if you put the grav site inside a folder, example you have http://localhost/grav/foo:bar this not get any error to ap

  • Colon in url · 11 years ago

    Ok, I think I have a good solution for this. Basically i've made this separator configurable. It will default to : as this works for most scenarios, but you can change it to ; or ~, or whatever char

  • Colon in url · 11 years ago

    Many thanks! Here is my list of modifications to replace colon (:) with semicolon (;) as separator in Grav v0.9.17 system\src\Grav\Common\Uri.php line 81 - 86 if (strpos($uri, ';')) { $bit

  • Colon in url · 11 years ago

    Well I can reproduce it, and yes, I can see extensive comments on this on the net. Unfortunately this is not a trivial thing to change. it's somewhat embedded in Grav and a change could impact lots o