|
Title: [SVN-780] Default permissions Post by: fidoboy on May 21, 2008, 05:58:55 am When a user creates a new gallery i think that only the owner can upload and modify pictures, but right now, all registered users are allowed to upload pictures to any other galleries by default. I think that this is a bug, or it must be specified in backend using an option wich currently doesn't exists...
regards, Title: Re: [SVN-780] Default permissions Post by: Lars on June 03, 2008, 01:59:58 pm Hi
You can specify the permissions in the backend. However, the default settings allowing upload from all users as default, are not ideal for several users. Having users doing their own galleries, there isnt much point in having to block all others on every single gallery, It would be great to have the frontend permission-button working, but the secons best would be to change the default. Would that be possible? Im noob, but wouldnt it be easy to do ? Title: Re: [SVN-780] Default permissions Post by: Lars on June 08, 2008, 02:17:43 pm It would be great to have the frontend permission-button working, but the second best would be to change the default. Would that be possible? Im noob, but wouldnt it be easy to do ? No one knows? Title: Re: [SVN-780] Default permissions Post by: Trond on July 16, 2008, 03:28:46 pm Interesting question!
Keep us posted! Title: Re: [SVN-780] Default permissions Post by: john on July 17, 2008, 02:06:03 am Hello
The "easiest" way to change the default permissions is to change the default column values in the #__rsgallery2_acl table. John Title: Re: [SVN-780] Default permissions Post by: jose on July 20, 2008, 04:10:07 pm Hi RSGallery users,
can you tell me, where exactly can I find these default values ? In which file (better incl. line), because I couldn?t find it anywhere. Thanks jos Title: Re: [SVN-780] Default permissions Post by: john on August 11, 2008, 03:52:08 am Hello jose
To edit these values you need some SQL skills. The default values reside in the MySQL database Joomla uses. You can edit the database tables using something like "MyAdmin" http://www.phpmyadmin.net/home_page/index.php (http://www.phpmyadmin.net/home_page/index.php). You can find out about the database name in your Joomla global configuration. The prefix mentioned in a previous post (#__) is replaced by a value of the global config as well. Once you found out all of the above you can edit the default column values of the #__rsgallery2_acl table in the MySQL database of your Joomla install to match your needs. Hope that helps John PS: In a feature release these values will be configurable form the back-end. |