From: Sandino A. <sa...@sa...> - 2002-07-06 05:49:25
|
"Jea...@gr..." wrote: > * How can I set up the rights the modifiy each page (page "1" > can be edited by this man, page "2" by this other man, ...) ? > > * I don't want the professors to change the menu of the pages > on the top or on the left. How can I build a web page where > only a part can be edited with Wiki ? > First idea. You can take the WikiCode parser and the WikiCode editor and paste them into a content manager which provides the access control functionality. Second idea. You can have 2 different PhpWiki applications running on different sites using the same database. The first one is for professors, you can control the access with a combination of .htaccess and .htpasswd files. The second one is for students. In this one you need to hack PhpWiki to disable the edit functionality. -- Sandino Araico S=E1nchez - Piensa en grande - Comienza en peque=F1o - Escala r=E1pido |