Hi,
I want to assign certain pages of a website to individual users to edit.
(EG: Larry does 'Awards" page, and Jill does "Events" page etc)
I want them to have separate logins and limit access to just the page I assign.
-ALSO-
I also want them to only be able to edit the content area (not the main HTML of the page).
Can Fckeditor control these?
thanks
mitch
I want to assign certain pages of a website to individual users to edit.
(EG: Larry does 'Awards" page, and Jill does "Events" page etc)
I want them to have separate logins and limit access to just the page I assign.
-ALSO-
I also want them to only be able to edit the content area (not the main HTML of the page).
Can Fckeditor control these?
thanks
mitch
RE: 2 simple newbie questions
With regards to your second point, you could use SSI (Server side includes) to seperate your content from your template, then they can only edit the "inserted" bits of your page.
You could use seperate directories, categorised by user, to hold the SSI includes and have them password protected by HTACCESS, (presuming your using Apache) though I'm not entirely sure if this will stop Apache from being able to include files from these directories.