Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
Plugin generating modular page
· 5 years ago
@bkraegelin: In my modular page (parent page, modular.md within /user/plugin/my-plugin/pages ) I have to use @self.all for the page collection. Neither @self.modular nor @self.children nor @self works
-
Plugin generating modular page
· 5 years ago
As I suspected, my snippet just needed a bit of touch :) Plugin class: // @modular.php protected $route = '/modular'; public function onPluginsInitialized(): void { /** @var
-
Plugin generating modular page
· 5 years ago
I see.. Do you have to have modular page there or maybe three AJAX forms would do?
-
Plugin generating modular page
· 5 years ago
Could you maybe share your plugin with info how to use it and what's the expected result? I might give it a try
-
Upgrade... broke backend
· 5 years ago
Hmm... I think v1.7 should be compatible with PHP8 and run without issue 🤔 Requirements page says: PHP 7.3.6 or higher Maybe some PHP setting is messing up things and this should to be fixed in Grav
-
Upgrade... broke backend
· 5 years ago
What I would try, is download everything and run it locally and see if same error occurs. If it does (most likely it will), then get currently latest Admin and replace you got on local. If that won't
-
Photoswipe plugin (a Lightbox like gallery)
· 5 years ago
Here's my another plugin if you need a nice vanilla JS Lightbox like gallery https://github.com/Karmalakas/grav-plugin-photoswipe Live demo (extended a bit) Also note- photo grid is not a part of the
-
List of files-names with thumbnails (theme : quark)
· 5 years ago
I'm a bit lost 🙂 If you say it works, what bug are you talking about? :)
-
List of files-names with thumbnails (theme : quark)
· 5 years ago
Not sure what you're missing. If you have defined file extension in media.yaml, it should work. I just tried on my page: {{ file.link().html()|raw }} And I've got linked thumbnail rendered on page 🤔
-
Plugin generating modular page
· 5 years ago
Looks like some paths are wrong. Notice in my provided snippet you need to change all paths and routes to the ones you have.