Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Translating Grav
· 11 years ago
It depends where you are using those. We added month names to the Grav lang file not so long ago: https://github.com/getgrav/grav/blob/develop/system/languages/en.yaml#L99-L100 you can post a PR for t
-
Translating Grav
· 11 years ago
Thnaks! :) Now the only thing missing is the date names. From what I gather these are PHP related and I can't seem to "force" Grav to display Croatian month names. Tnx again :)
-
Translating Grav
· 11 years ago
There are different places to translate for different things: 1) Content - just write your content in your language of choice 2) Templates - Depends on the theme really, but you need edit the Twig to
-
Translating Grav
· 11 years ago
Hi all! Grav is just great but I'm having trouble wrapping my head around translations. I don't need a multilanguage site, I just want all strings properly translated. I realize I can create alternati
-
Move user directory outside root folder
· 11 years ago
Hm still wondering if there is way to set absolute path out of doc root any suggestions?
-
Move user directory outside root folder
· 11 years ago
Okey in this case 'asset' => [ 'type' => 'Stream', 'prefixes' => [ '' => ['../assets'], ] ], Url will be ht
-
Move user directory outside root folder
· 11 years ago
Yes you can do that too, by customizing the page stream. Grav\Common\Config\Setup defines the default values for the streams. Check http://learn.getgrav.org/advanced/multisite-setup#streams for more
-
Move user directory outside root folder
· 11 years ago
It would be nice if there is little more about streams in docs. Kinda all I need it move user/pages outside root folder because all other directories are basicly only static files and we don't need wr
-
Move user directory outside root folder
· 11 years ago
You can with core grav: Add a setup.php file inside the Grav root folder, with this content: <?php return [ 'streams' => [ 'schemes' => [ 'user' => [
-
Move user directory outside root folder
· 11 years ago
Hey, I would like to ask you if its possible to move user (data) directory outside root folder for example one level up or so... I found that you are using a lot of hard coded paths instead of USER_DI