RSGallery2 Support Forums

Developers corner => Nightly Builds for RSGallery2 Legacy, J1.5 or J1.0 - Now Reopened! => Topic started by: Marc on December 30, 2006, 06:42:37 am



Title: [solved] [SVN-511] - Users can create gallery only on "top-gallery"
Post by: Marc on December 30, 2006, 06:42:37 am
Hi,

I allow the registered users to create galleries. But they can only, create gallery on "top-gallery". I think that a new sixth action is needed like "create subgalleries" and a special parameter that allow users to create a gallery directly in "top-gallery".
I would have to kind of galleries :
1 - General galleries in which user are allow to upload images, but not create sub-galleries,
2- A kind of public space where users can only create sub-galleries where they uploads their own images.

I am running Joomla 1.0.11.

Regards.

Marc.


Title: Re: [SVN-511] - Users can create gallery only on "top-gallery"
Post by: Ronald Smit on December 30, 2006, 07:16:22 am
Marc,

Your observations are correct. The system is set up as follows:
- A user can create top galleries and subgalleries in their own top galleries.
- Limitations on the number of galleries can be set in the background.

The Image Upload system works seperately from the create galleries routine. So it is possible to create a public gallery as an admin and in the backend set permissions to Public and/or registered Users to upload images in that specific gallery. For this feature, Create Galleries can still be disabled.

in the current ACL system it is not possible to create subgalleries under a top level gallery he does not own. As we stated earlier, it will be a simple system untill the ACL within Joomla is up to speed. You an however create the subgalleries as an admin and set permissions accordingly.

Sorry, these are the limitations sofar. With this system we will go into the Beta and Stable Phase. After that we will update the Development Roadmap and maybe some ACL additions are incorporated in that.

Anyway, have fun with the system and if you come across any odd behaviour, please let us know.

Cheers,



Title: Re: [SVN-511] - Users can create gallery only on "top-gallery"
Post by: Marc on December 31, 2006, 05:47:22 am
Thanks, Ronald.