Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Aaron Dalton Regular
@Perlkonig · Joined 8 years ago · 144 posts · 3 topics · 28 reputation
Badges
Recent posts
-
Copy and modify an existing plugin
· 8 years ago
Bienvenue! Je ne pense pas que tu veuille un seul plugin. I'm not an expert, and I don't know all your requirements, but I'd guess that most of what you want to do could be managed leveraging existing
-
Grav doesn't update existing pages when twig template is changed
· 8 years ago
In the terminal, from the root folder, type bin/grav clearcache. If you're only using the Admin screen, then I'm not sure. I assume there's a "Clear Cache" feature somewhere on the Admin screen.
-
Get most viewed (popular) pages
· 8 years ago
I did a plugin for this: https://github.com/Perlkonig/grav-plugin-count-views. See my Knowledge Base theme (https://github.com/Perlkonig/grav-theme-knowledge-base) for examples of how to use it.
-
Page paths and child collections
· 8 years ago
My table importer plugin pulls data from the page's folder (where the .md file lives). It does this by looking at $this->grav['page']->path(). The problem is that when the page's content is gene