dynamic upload path for each group

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
tebe
Forum Members
Forum Members
Posts: 10
Joined: Sat Dec 13, 2008 12:04 am

dynamic upload path for each group

Post by tebe »

Hello,
I am trying to setup a site with many editors/groups who
1. can edit one page (and several subpages)
2. have their own directories for uploading images/files
3. only can add/edit/delete their own albums

does anybody know if this is possible.

Is it fi possible to change the default $config['image_uploads_url'] = $config['root_url'] . '/uploads/images';
to $config['image_uploads_url'] = $config['root_url'] . '/uploads/images/username'; dynamicly after login in?

Who can help
tebe
JeremyBASS

Re: dynamic upload path for each group

Post by JeremyBASS »

I'm 99% sure this has been talked about... some where in here... 99% :)
tebe
Forum Members
Forum Members
Posts: 10
Joined: Sat Dec 13, 2008 12:04 am

Re: dynamic upload path for each group

Post by tebe »

No idea where to find it.
Who can give me a hint?
TeBe
Post Reply

Return to “Developers Discussion”