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

  • Antimatter: How to edit the sidebar content? · 10 years ago

    lousyweather, Grav is a bit different than some of the popular cms platforms like wordpress in that there is no defined widget areas to be used for a sidebar. Grav is very versatile though and there a

  • Antimatter: How to edit the sidebar content? · 10 years ago

    Hello there, I am very new to Grav and to the theme Antimatter I still don't get everything: Where can I switch the sidebar on and off? Where can I set the contents of the sidebar, i.e. maybe a sear

  • Grav can't create cache image · 9 years ago

    Thank you for your reply, I already asked the site owner to check the permissions but it didn't help, so he decided to move to a different hosting provider

  • Grav can't create cache image · 9 years ago

    Did you already check https://learn.getgrav.org/troubleshooting/permissions ?

  • Grav can't create cache image · 9 years ago

    Hi, In my theme if I enable cache for images, like this: {{ page.media.images[image].cache.url() }} Grav creates a fallback.jpg image with the red text "Error" for every image. If I disable cache: {{

  • Prevent unauthorized Grav admin login attempts? · 9 years ago

    Using .htaccess to restrict brute force bot login attempts via the admin plugin - by whitelisting IP numbers or protecting the admin folder with a password? Would doing so break anything?

  • Possible to change the code blocks? · 9 years ago

    Yo! Is it possible to change code blocks so that it only marks the text inside the block if I double click the text? Also, is it possible to add a copy-text button to the code block somehow?

  • Parameters in the root page cause a 404 · 9 years ago

    Hi Andy, Yes, I've just created it: https://github.com/getgrav/grav/issues/1436 The issue is still there on version 1.2.2 of Grav and my setup is the following: https://getgrav.org/blog/macos-sierra-a

  • Parameters in the root page cause a 404 · 9 years ago

    Is there an issue for this? https://github.com/getgrav/grav/issues

  • Parameters in the root page cause a 404 · 9 years ago

    localhost/grav/en?foo=bar actually throws a 500 for me but localhost/grav/en/?foo=bar works