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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Can't send email. Form data is not in header · 10 years ago

    This is the first time I setup a contact form in Grav. I use the sample form in https://learn.getgrav.org/forms/forms. When I submit my form, I am taken to homepage, no email is sent, no errors.. As I

  • More details on the pro version? · 10 years ago

    With the release of 1.1 planed for end of april I got curious if we can expect to get more information of the Admin Pro Plugin soon. In the "Plans for 2016" you listed some features you want to includ

  • Page-specific Plugin Configuration · 10 years ago

    also there's a handy dump($var); function you can use in any PHP file.

  • Page-specific Plugin Configuration · 10 years ago

    Finding the $this->grav['debugger']->addMessage('message'); made debugging this massively easier. Some changes to unwrapimages.php, in particular how plugin and page configurations are checked,

  • Page-specific Plugin Configuration · 10 years ago

    I set the unwrapimages.php as you suggested above, and plugins/unwrapimages.yaml to: enabled: true process_content: true and user/config/plugins/unwrapimages.yaml to: enabled: true process_content: fa

  • Page-specific Plugin Configuration · 10 years ago

    @Gingah @flaviocopes It's the enabled: false option. If this is set to false, then the plugin won't even be processed by Grav. Therefore enabled: true is mandatory. Use user/config/plugins/unwrapimage

  • Page-specific Plugin Configuration · 10 years ago

    Simply process_content: true without nesting it under unwrap_images works?

  • Page-specific Plugin Configuration · 10 years ago

    I tried following learn/plugin-tutorial in regards to setting up page-level configuration for a plugin, as well as using the SmartyPants Plugin for reference, but came up short. The plugin does some p

  • Plugin that returns JSON response? · 10 years ago

    Thank you, I'll look into that plugin.

  • Plugin that returns JSON response? · 10 years ago

    Without reading all your code, it's simple to return json in Grav. We do it all the time. Basically it just means you make a request of a regular page/route with .json appended to the URL. This in