Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Theme - Load users info
· 10 years ago
Currently you cannot arbitrarily get to all users from Grav. You can get the current logged in user with {{ dump(grav.user) }} but not all users. You could however create a plugin that iterated over
-
Theme - Load users info
· 10 years ago
Hi, First of all... Thanks for the core team behind the Grav and all the developers/community working together with them. I'm searching some way to return user info from the accounts created in user/a
-
How to defer javascript?
· 10 years ago
Ah yes indeed. Thank you!
-
How to defer javascript?
· 10 years ago
This is documented on the Asset Manger page of the learn site.
-
How to defer javascript?
· 10 years ago
I want to ensure my plugin js does not run until the page is loaded by including the 'defer' attribute. So when adding assets like this: $this->assets->add('js', 'plugin://mylist-video-player/j
-
Language files for plugins?
· 10 years ago
Some info is already in http://learn.getgrav.org/content/multi-language#plugin-and-theme-language-translations
-
Language files for plugins?
· 10 years ago
Can you also put something about the language to the wiki how to build a plugin http://learn.getgrav.org/plugins In the hope that everyone that is building a plugin is using translating files :-) Than
-
Language files for plugins?
· 10 years ago
thanks :-)
-
Language files for plugins?
· 10 years ago
I put this on my list to contribute. It can take some time for me to start as I'm new to Github and currently I have some duties. I apologize if my comment sounded like I would complain.
-
Language files for plugins?
· 10 years ago
All the capability to translate plugins is there. Most of our plugins were developed before we had multi-language capabilities, so all it takes now is to provide translations strings. This is not a