Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Plugin does not add Admin Panel
· 10 years ago
You probably want to jump on the Gitter chat to get help with this in a more interactive manner: https://gitter.im/getgrav/grav
-
Plugin does not add Admin Panel
· 10 years ago
Dear Community, Currently I try to write a plugin with a admin panel in the dashboard only it does not work, Can someone help me out, how I can add the admin panel on enabling the plugin. CODE: https:
-
Get Path of current page
· 10 years ago
Got get to the actual file, you can use: $page->filePath() How you get page depends on which event you are in. You can look in other plugins for examples.
-
Get Path of current page
· 10 years ago
Use $this->grav['page'] to have access to the current Page object
-
Get Path of current page
· 10 years ago
I am currently writing my first plugin for Grav and was wondering, how to get the path to the .md file which is currently opened using php.
-
CDN plugin: Exclude files from template
· 10 years ago
Done, thanks a lot.
-
CDN plugin: Exclude files from template
· 10 years ago
Please create an issue here: https://github.com/getgrav/grav-plugin-cdn/issues I think that we need to add some more flexible 'ignore' functionality.
-
CDN plugin: Exclude files from template
· 10 years ago
I've installed the CDN plugin and want to use it with KeyCDN. In the template (Agency theme) I've added a cookie bar with the following code: {% do assets.addJs('//cdn.jsdelivr.net/cookie-bar/1/cookie
-
Admin plugin
· 10 years ago
ok thks a lot.
-
Admin plugin
· 10 years ago
That's part of the 1.1 release, not yet public. Coming soon.