Page 1 of 1

Manage content from the frontend ?

Posted: Wed Jul 11, 2007 7:38 am
by wwwill
Hi,

Is it possible (by a simple way) to allow registered users of my website (FrontEndUsers module) to manage their own content (photo galleries, pages, blogs ...) without having to go in the admin section of course ?

I can't find anything  :(

Thanks !

Re: Manage content from the frontend ?

Posted: Wed Jul 11, 2007 7:53 am
by cyberman
There's no frontend admin panel available ...

Re: Manage content from the frontend ?

Posted: Wed Jul 11, 2007 8:12 am
by wwwill
cyberman wrote: There's no frontend admin panel available ...
There is no way to allow each of my registered user to have its own gallerie ?
No CMSMS module is based on the FrontEndUsers module ?

Re: Manage content from the frontend ?

Posted: Wed Jul 11, 2007 8:32 am
by cyberman
wwwill wrote: No CMSMS module is based on the FrontEndUsers module ?
FrontendUsers module is only for login. For showing user group specific content you have to use CustomContent module.

The way you can use is not simple cause you have to "link" many modules and tags - maybe like this

1. You create a image folder for every member like uploads/images/member
2. On a special page after login you can use Uploads module with a category named "member" which is linked to folder from 1. Only to that categorie your member can upload their pictures.
3. On another page you can show all images in a gallery from a defined member folder (maybe with imagegallery tag - it's a plugin inside CMSms).
4. With some coding skills you can use EventManager too so folders and pages can be created automatically.

Re: Manage content from the frontend ?

Posted: Wed Jul 11, 2007 8:53 am
by wwwill
OK thanks, I will try that !  ;D

Re: Manage content from the frontend ?

Posted: Wed Jul 11, 2007 5:03 pm
by Pierre M.
Hello,

isn't there some Comments module too ?

Pierre M.