Authors can't upload photos, need a fix

Admiror Gallery is free extension for Joomla! based websites. Admiror Gallery is all in one, a simple and instant solution for rendering image gallery from folder with images, but very flexible and adaptable.
Post Reply
Message
Author
domelah
Posts: 1
Joined: Sat Apr 21, 2012 10:24 am

Authors can't upload photos, need a fix

#1 Post by domelah »

Hello, this gallery is really good. Well done for the job! However, I am searching for a fix for my problem. I need the authors (I have made everyone authors) to have permisions to post images to the gallery. The problem is that I can access the submit photo link from the main menu when I'm logged with my super administrator account, but the others crash into the message that they don't have access to this resource. The other question is how can I adjust the maximum file size of the uploaded photos?
Thanks

Admiror Gallery 5 - Fundraising Campaign

User avatar
Vasiljevski
Developer
Developer
Posts: 1258
Joined: Sat Aug 14, 2010 9:31 pm
Location: Novi Sad, Serbia
Contact:

Re: Authors can't upload photos, need a fix

#2 Post by Vasiljevski »

Well this is normal behavior :)

Valid user groups for using image "Super Administrator","Administrator","Manager","Publisher".

Currently this cannot be configured without changing the code.

So you have 2 solution to your problem. To make everyone "Publisher" or to open "component\com_admirorgallery\views\imagemanager\view.html.php" and and Author to $validUsers array:

Code: Select all

$validUsers = Array("Super Administrator","Administrator","Manager","Publisher","Authors");
Help Admiror Gallery become even better,
give us a review on JED

Post Reply