An image manager with ACL ?

For Joomla! 3.x Coding related discussions, you could also use: http://groups.google.com/group/joomla-dev-general

Moderators: ooffick, General Support Moderators

Forum rules
Locked
duddy67
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 229
Joined: Sun Jul 12, 2009 12:04 pm

An image manager with ACL ?

Post by duddy67 » Wed Sep 03, 2014 3:56 pm

Hi,

In my component the users are allowed to use the com_media component to select and display images.
But I'd like each user to have his own image directory and no possibility to browse the other users directory.

In order to take advantage of the Joomla ACL, I'm considering overriding the com_media component to suit my purpose.
But before diving into code I'd like to know if overriding is a good idea.
Alternatively is there any Joomla extention which could do the job ?


Thanks for your advice.

User avatar
numinousmedia
Joomla! Ace
Joomla! Ace
Posts: 1567
Joined: Fri Dec 16, 2011 6:13 pm
Location: Barberton, OH
Contact:

Re: An image manager with ACL ?

Post by numinousmedia » Thu Sep 04, 2014 1:46 am

I would recommend disabling the Media Manager, and using the image manager with JCE. You can specific in your JCE profile to create a new folder for each user. They will only be able to access their own folder, and no one else's, using the Image Manager in the article editor.
Ryan
Frontend Developer and Joomla Professional
Ethode Website Development: http://www.ethode.com
Personal Site: http://www.numinousmedia.com

duddy67
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 229
Joined: Sun Jul 12, 2009 12:04 pm

Re: An image manager with ACL ?

Post by duddy67 » Thu Sep 04, 2014 5:23 am

Thanks for your response. ;)
Does JCE use the Joomla ACL or does it manage users in its own way ?
Is there any possibility to just use the JCE image manager cause I don't need a text editor ?
Last edited by duddy67 on Thu Sep 04, 2014 5:43 am, edited 1 time in total.

User avatar
numinousmedia
Joomla! Ace
Joomla! Ace
Posts: 1567
Joined: Fri Dec 16, 2011 6:13 pm
Location: Barberton, OH
Contact:

Re: An image manager with ACL ?

Post by numinousmedia » Thu Sep 04, 2014 5:40 am

It does use the Joomla ACL, but for this specific need, it has its own built in little system. You can have JCE create folders based on access levels, groups or individual users, as needed. You can read up on it here: https://www.joomlacontenteditor.net/sup ... parameters
Ryan
Frontend Developer and Joomla Professional
Ethode Website Development: http://www.ethode.com
Personal Site: http://www.numinousmedia.com

duddy67
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 229
Joined: Sun Jul 12, 2009 12:04 pm

Re: An image manager with ACL ?

Post by duddy67 » Thu Sep 04, 2014 6:00 am

It sounds great, I'll have a look at it.
But do you think there is any chance to have the image manager working on his own cause I don't need text editor actually ?

User avatar
numinousmedia
Joomla! Ace
Joomla! Ace
Posts: 1567
Joined: Fri Dec 16, 2011 6:13 pm
Location: Barberton, OH
Contact:

Re: An image manager with ACL ?

Post by numinousmedia » Thu Sep 04, 2014 1:16 pm

It only works inside the article editor as far as I know. JCE has a file manager that does work from the cPanel... it might still give you that folder ACL like you are looking for. I'm not sure, since I've never tried it that way.
Ryan
Frontend Developer and Joomla Professional
Ethode Website Development: http://www.ethode.com
Personal Site: http://www.numinousmedia.com

duddy67
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 229
Joined: Sun Jul 12, 2009 12:04 pm

Re: An image manager with ACL ?

Post by duddy67 » Thu Sep 04, 2014 2:40 pm

Ok, I'm gonna give it a try and see if I can reach my aim.
Thanks again.

User avatar
numinousmedia
Joomla! Ace
Joomla! Ace
Posts: 1567
Joined: Fri Dec 16, 2011 6:13 pm
Location: Barberton, OH
Contact:

Re: An image manager with ACL ?

Post by numinousmedia » Thu Sep 04, 2014 2:42 pm

One other option you could check out is FILEman. It may also support the ACL folder management you are looking for.
Ryan
Frontend Developer and Joomla Professional
Ethode Website Development: http://www.ethode.com
Personal Site: http://www.numinousmedia.com

duddy67
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 229
Joined: Sun Jul 12, 2009 12:04 pm

Re: An image manager with ACL ?

Post by duddy67 » Thu Sep 04, 2014 3:24 pm

I'll check it out, thanks.


Locked

Return to “Joomla! 3.x Coding”