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

  • Modular menu issue · 10 years ago

    OK - got it; it's encoded in the twig file - Thanks for pointing me in the right direction; wondering if I can change this also within the admin plugin ...

  • Modular menu issue · 10 years ago

    That's an HTML-level issue: features works because there's a section with id=features. Pricing is under a "subscriptions" id, so there is nothing that the menu can point to. Not sure if those IDs are

  • Modular menu issue · 10 years ago

    I think I'm missing something obvious, but I cannot figure out how to point a menu to a modular page ... please have a look at www.campsite.lu - it's based on landio theme - some menus works and point

  • Strange page file in the page medias · 10 years ago

    Hi guys ! I don't know if it's an issue, but when I use multi-language + page medias I can see the html page through the file uploader box. Do you know how to fix this issue ? I got it even with a rei

  • Admin locale · 10 years ago

    Hello There, Sorry is this is a stupid question, but I looked quickly around the forum and could'n find any answer for that. Is it possible to set the administration panel only in a specific locale (T

  • Force update && upgrade 4 multiple sites cron · 10 years ago

    fantastic, works like charm. thank you very much @Perlkönig

  • Force update && upgrade 4 multiple sites cron · 10 years ago

    You should run selfupgrade before update because sometimes the new plugins will require the new version of Grav in order to install. According to the source code (which you should also see if you typ

  • Force update && upgrade 4 multiple sites cron · 10 years ago

    Hello, i have a simple bash to update/upgrade 4 all sites: for i in find . -type d do cd ~/domains/$i/public_html && bin/gpm update && bin/gpm selfupgrade done but every time I have to

  • Form plugin disable Dropzone · 10 years ago

    Hi there - having a bit trouble disabling the Dropzone functionality and replace it with another one (since Dropzone seems not to allow modifying the preview template. Its somehow baked in to your for

  • Form plugin disable Dropzone · 10 years ago

    Thanks for letting me know. Then i have no choice other than replacing it with my own File Upload (Jquery Filer). Cheers