Skip to content
Grav 2.0 is officially stable. Read the announcement →

Karmalakas Veteran

@Karmalakas · Joined 6 years ago · 1189 posts · 33 topics · 218 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • 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.

  • Plugin generating modular page · 5 years ago

    I see Login plugin creates page dynamically and adds it to $pages. You said you know all your modules. Can you create all module pages using same logic and set parent to each of them? Something like