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

  • Admin Panel, manage pages... paginate? · 10 years ago

    So, here's the thing. I'm using Grav as a localhost writing archive. The growing problem I seem to be having is that... the manage pages in the admin panel doesn't actually paginate. It's something th

  • Help for tutor · 10 years ago

    i want to make grav site using this modal, but i dont know how to apply/place this modal (wilma dialog) template to my grav site,. anyone can help me to make grav template/skeleton with using agency s

  • Http error 500 · 10 years ago

    No I can change the to any I whant! I have tried and nothing.

  • Http error 500 · 10 years ago

    I think you have a very old version of PHP. You need PHP 5.5+ for Grav.

  • Http error 500 · 10 years ago

    any reply!

  • Http error 500 · 10 years ago

    Any help. I can´t install the script because i get error HTTP ERROR 500. Check the logs and get these: PHP Fatal error: Call to undefined function Grav\Common\Config\json_encode() in /var/www/.../da

  • Sizes with media queries in markdown · 10 years ago

    Seems to be possible to do it with Twig like this: === title: About me process: twig: true === <div style="float:left;margin:2rem 2rem 1rem 1rem"> {{ page.media['myimage.jpg'].derivatives(250

  • Sizes with media queries in markdown · 10 years ago

    I wonder what the status of using the sizes option with media queries in markdown is. It would be nice to be able to get control of my pictures on different displays...

  • Using blueprints to remove tabs in the Admin Panel · 10 years ago

    You can't simply use type: ignore. That's not a valid field type. You should use unset@: true : https://learn.getgrav.org/forms/blueprints/advanced-features#removing-fields-properties-unset

  • Using blueprints to remove tabs in the Admin Panel · 10 years ago

    Hello, I have built a theme and I want to remove the Options and the Advanced tabs in the Admin Panel. The blueprint is read correctly and the form is displayed without the Advanced tab, but whenever