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

  • Social networks automated posting · 10 years ago

    Hi there, Do you know if there is a Grav plugin to automatically publish blog posts to social networks ie: LinkedIn, Facebook, Twitter and/or Google+? And if not do you know about any third party solu

  • JSON output without JSON extension · 10 years ago

    I don't think this is currently possible. Please make a feature request here: https://github.com/getgrav/grav/issues

  • JSON output without JSON extension · 10 years ago

    How can I force Grav to produce JSON output (using the *.json.twig file) without the client using a JSON extension?

  • New plugin - can't get $_GET parameters · 10 years ago

    you may have a scope problem. Try to put this line before your dump: global $_GET; ---

  • New plugin - can't get $_GET parameters · 10 years ago

    Hello, I've just created a new plugin, following the tutorial with the command bin/plugin devtools new-plugin. My goal is to read the GET parameters given with the URL and the output the result on the

  • Add JavaScript to the footer · 10 years ago

    Thank you! I was thinking of something along these lines, but I was hoping that this wouldn't be the case. The way I got this working was to have the following at the bottom of the template: {

  • Add JavaScript to the footer · 10 years ago

    The problem is likely that the theme does not have the group bottom registered, and thus {{ assets.js('bottom') }} can not be rendered anywhere. Make sure that the template-file used as a footer inclu

  • Add JavaScript to the footer · 10 years ago

    I'm trying to render my JS script to the bottom of the page which is generated through my Plugin, I can register scripts/css fine within the header, by doing below. public function onTwigSiteVaria

  • Returning specific status codes (e.g., 410 GONE) · 10 years ago

    I want to return a 201 and inject a Location header in the response. Is this possible?

  • Returning specific status codes (e.g., 410 GONE) · 10 years ago

    :)