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.

Julien Member

@domsson · Joined 8 years ago · 35 posts · 14 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Importing blueprint stopped working (Grav 1.8) · 7 months ago

    Interesting. I could swear I had this working on a 1.7 install - but maybe I’m misremembering and it was actually a 1.6 one. Very much possible, my memory is a mess! Either way, yeah, that’s the way I

  • Importing blueprint stopped working (Grav 1.8) · 7 months ago

    Right, thank you for confirming! That, at least, is one problem solved (or at least not breaking stuff immediately) for now. The GPM hasn’t picked up on the newest version because apparently I didn’t

  • Importing blueprint stopped working (Grav 1.8) · 7 months ago

    @pamtbaau Ah, sorry for another ping, but I just realized: you probably tried v0.1.0 from the GPM, not the newest commit from the repository, correct? In which case, that might explain why the server

  • Importing blueprint stopped working (Grav 1.8) · 7 months ago

    Oh, that’s weird - it works for me since I removed the autoload() from tabs.php - I thought not depending on anything would make the whole Composer stuff optional, but I guess not. A bit confusing to

  • Importing blueprint stopped working (Grav 1.8) · 7 months ago

    Gotcha. Currently don’t have a 1.7 system setup, but if I find the time, I shall try that! In the meantime, I’m very much curious as to what the proper, intended way of going about this is for recent

  • Importing blueprint stopped working (Grav 1.8) · 7 months ago

    I wrote a very simple plugin, tabs, that basically just ships a JS file and enables its use via a partial template and a partial blueprint. This way, the user (as in, developer using the plugin) can d

  • Page collections not working - syntax as written to header is wrong? (v1.8) · 1 year ago

    GRAV v1.8.0-beta.4 here. I'm creating a template and blueprint for a modular page that is supposed to show teasers/cards for other pages. Think showing a list of links to blogs, or news articles, etc.

  • Populate select field with function call (data-*@) · 5 years ago

    @pamtbaau I shouldn't have used the word "issue", really. After all, a plugin's name occurs all over the place, from directory and file names to class names. However, I do like to keep my code as dyna

  • Populate select field with function call (data-*@) · 5 years ago

    I ran into this scenario again and found this post of myself. However, I was left with one more question: How to get the plugin configuration from within PHP? Now, I'm not sure this is the best way (p

  • Form plugin returns null instead of a page via getPage() · 5 years ago

    From a plugin, I want to find the page associated with the forms found on modular subpages. This should work, as far as I understand: public function onFormInitialized(Event $event) { $form = $eve