Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Force default language in url
· 11 years ago
Nope. That will redirect only if I request the root resource i.e. /. If I request e.g. /blah it would be processed as is without including the language code
-
Force default language in url
· 11 years ago
home_redirect.include_lang: true should do the trick http://learn.getgrav.org/content/multi-language#language-based-homepage
-
Force default language in url
· 11 years ago
Hi. I recently started to play with Grav in order to know whether it suitable for my next project. And I have one question. Is there a way to force default language in url? For example, I have 2 langu
-
Translate to Russian
· 11 years ago
Not in the plugin folder, because it would be overwritten when you update the plugin. If you created a custom theme (by using inheritance, for example), put it twig file in the templates/partials/ fol
-
Translate to Russian
· 11 years ago
Thanks and Thanks the trick of placeholder={{ "SEARCH.PLACEHOLDER"|t }}... should be in the plugin ?
-
Translate to Russian
· 11 years ago
Theme Inheritance Documentation @tramber91 this article need to be on the learning pages
-
Translate to Russian
· 11 years ago
It will depend on your theme and the plugin you are using for the search. Asuming you are using SimpleSearch (if you started with the blog skeleton you probably are), then you need to modify this temp
-
Translate to Russian
· 11 years ago
Many thanks this article need to be on the learning pages What about translation of search in search box http://i57.tinypic.com/25a0xh0.png
-
Translate to Russian
· 11 years ago
If you want or have modified the twig files of your theme you should check this to create a child theme of the theme you are using instead of making changes directly in the folder: http://getgrav.org/
-
Translate to Russian
· 11 years ago
Hi It is also one of my first asking, but for french language What will happen if I update the theme or a plugin, i will keep my modifs ? possible to create custom twig file ? thanks