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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Ron Wardenier Regular

@bleutzinn · Joined 9 years ago · 252 posts · 14 topics · 75 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Comment replies aren't being posted · 3 years ago

    In reply to: @Alpha: no matter how much googling I’ve done I still don’t know what skeleton means Sometimes Google is not one's best friend. Maybe you've overlooked the introduction text on the Ske

  • Double slash // in the URL for archives · 3 years ago

    Twig templates are a large part of any Grav theme. Which theme are you using? In the current default theme 'Quark' there's this template user\themes\quark\templates\partials\archives.html.twig which u

  • Unable to use third party library in new plugin · 3 years ago

    An educated guess I would say. That's what the composer documentation (the link you mentioned) is about. Such a setting may be handy but it should not be in the config of the DevTools Plugin by defaul

  • Unable to use third party library in new plugin · 3 years ago

    Good point, thanks. Just for my understanding (sorry), if I understand correctly the composer config.platform.php setting sets an upperbound on library versions. But actually a minimum version level i

  • Unable to use third party library in new plugin · 3 years ago

    Thanks for investigating this. I didn't mention the version issue with the josantonius/language-code library because I didn't notice the difference in version (installed 1.1 and latest release 2.0).

  • Unable to use third party library in new plugin · 3 years ago

    A search in this forum and on the web shows there are several ways to use third party code in a plugin. There seems to be no "that's the way to do it" and though in theory it is simple in practice it'

  • Remove trailing slash on void elements · 3 years ago

    Perhaps you can adapt the Minify HTML Plugin to your needs or use it as a source of inspiration.

  • Plugin that executes regularly · 3 years ago

    You could use an external cron service to trigger a function in your plugin at regular intervals. Take a look at https://www.cronjobservices.com/

  • Creating pages dynamically from plugin · 4 years ago

    @page6 I’m glad I could be of help. Can you please mark this topic as ‘Solved’? That makes it easier for forum users to spot solved problems. Thanks.

  • Creating pages dynamically from plugin · 4 years ago

    Welcome @page6. The Add Page By Form Plugin creates a page using data from a Grav form. You could either have a look how saving works or adapt the plugin to your needs. If you run into problems I woul