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 upload image to user/themes folder · 10 years ago

    In config panel. access: admin: login: 'true' super: 'false' statistics: 'true' pages: 'true' configuration: 'true' configuration_site: 'true' site: login: 'false'

  • Can't upload image to user/themes folder · 10 years ago

    Yes, currently this is a problem. Already tracked in https://github.com/getgrav/grav-plugin-admin/issues/713. Basically any user with admin.login should be able to edit his (and only his) profile. Mak

  • Can't upload image to user/themes folder · 10 years ago

    Hi Flaviocopes, I just ran into exactly the same error trying to change my password in the admin profile with this non super user - they have access to admin, but not super, but they don't seem to be

  • Can't upload image to user/themes folder · 10 years ago

    No and I don't want them to be... is there a way to do it with a non super user? Thanks

  • Can't upload image to user/themes folder · 10 years ago

    That's a Grav ACL issue, not a filesystem permission problem. Is the user granted admin.super?

  • Can't upload image to user/themes folder · 10 years ago

    I'm trying to upload an image through the Admin to a folder inside my theme folder but it's coming up with this error: You have insufficient permissions for task save. I made the perms 777 just to che

  • Webp image strategy? please help · 10 years ago

    Issue liked: https://github.com/getgrav/grav/issues/1168

  • Webp image strategy? please help · 10 years ago

    Hello everyone. I have seen exchanges around on responsive strategy but it seems a little bit confusing, I mean like a discussion of specialists. So I have several questions. First point Let's say I h

  • Getting data from file picker field in twig template · 10 years ago

    Well, to make it work, you will need to use the path to the relevant page (folder). {% set audio_folder = page.find('/media/audio') %} {% set audio = header.filepicker.audio %} {% set image_folder

  • Getting data from file picker field in twig template · 10 years ago

    I have two file picker fields grabbing files from specific folders (audio and images). Well in my twig file I get the file (nameofaudio.mp3 and for the image an array object). But how do I get the url