Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Authorise pages
· 9 years ago
This can be done via the login plugin. Read the README here: https://github.com/getgrav/grav-plugin-login Also look at the docs: Groups & Permissions
-
Authorise pages
· 9 years ago
Hello. How can I limit access to some pages based on the user? I mean I want to make sure a user is logged in and has access to a page before the page is displayed. How can I do that? Thanks! Ross.
-
How do I get the filepath to the current page in my custom plugin
· 9 years ago
Not sure how I missed that in the API docs. Thanks.
-
How do I get the filepath to the current page in my custom plugin
· 9 years ago
Actually it's just: $page->filePath() See the API or view the code.
-
How do I get the filepath to the current page in my custom plugin
· 9 years ago
Try $mypath = $this->grav['uri'];
-
How do I get the filepath to the current page in my custom plugin
· 9 years ago
I'm creating a plugin that stores a custom file in a subdirectory of the page being edited when the page is saved. To do this I'm adding a custom form processing action, and in the action the plugin w
-
Hello, I wrote a Vue.js Example Plugin, Wish this help
· 9 years ago
Great! I will push a request
-
Hello, I wrote a Vue.js Example Plugin, Wish this help
· 9 years ago
Nice, maybe this can be added to https://github.com/getgrav/awesome-grav as not being in the installable plugins, it's not easy to find.
-
Hello, I wrote a Vue.js Example Plugin, Wish this help
· 9 years ago
I like GRAV, cuz it's super fast, but the learning curve has been steep. The document can't cover everything. so most time I had to learn from github, not so efficient. P.S Maybe a official maintained
-
Page inject plugin help
· 9 years ago
The page inject plugins fits my needs for what I want to achieve. Only it doesn't seem to work for what I want. This is my problem... I have a homepage and I want to inject a page that only consists