Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Path to childrens folder
· 10 years ago
Thanks for this hint. Good point. The draft works now. I can start the clean coding. Chris.
-
Path to childrens folder
· 10 years ago
You can fully use the collections in the plugin, why not do all the work in there, and just set the resultant collection on a twig variable to send to the template?
-
Path to childrens folder
· 10 years ago
At the moment the iteration is done in the twig-template using the rich capabilities of page collections. Is it possible to pass the collection from the twig-template to the plugin? For example a twig
-
Path to childrens folder
· 10 years ago
$this->grav['page'] is only ever going to retrieve the current page that Grav is rendering. In a collection you would need to iterate over the children and call ->path() on each of them to get
-
Path to childrens folder
· 10 years ago
I need to include data from a yaml-file to each page. The yaml-files are located in each page folder and they have all the same name (data.yaml). So I wrote a plugin, reading the file $filename = $thi
-
A plugin that can manage software licenses
· 10 years ago
There is no plugin that I know of that does this. It would require the development of a custom plugin.
-
A plugin that can manage software licenses
· 10 years ago
Do you have a plugin that would allow someone to manage software licenses via their website? The software would reside on the user's local computer (windows, mac) or maybe another webhost. Then I co
-
Gravstrap plugin refactored
· 10 years ago
Hello, just letting you know that I have refactored Gravstrap plugin using shortcodes. It provides: 6 Basic shortcodes 17 Bootstrap shortcodes 7 Modules 2 Footers Demo: http://gravstrap.diblas.net Plu
-
Right Alt + S as "Save" shortcut in admin-plugin's md editor
· 10 years ago
yeah, I got a bit impatient, and thought that maybe someone has already found the solution ;-P
-
Right Alt + S as "Save" shortcut in admin-plugin's md editor
· 10 years ago
There is already a discussion here https://github.com/getgrav/grav-plugin-admin/pull/405, can you post there?