From: <bo...@el...> - 2002-02-18 02:13:11
|
I have added the code as described below. I have not found any location where I can provide user documentation. How should I do this? There are a few things people will need to know to make this work, on their own site. I have been very careful, but I would be happy to hear about and correct any bugs that might have crept in, so please notify me if you see any problem. Thanks, and enjoy! Bob T. ================================== Modified Files: phpwebsite/admin.php phpwebsite/config.php phpwebsite/links.php phpwebsite/user.php phpwebsite/mod/userpage/index.php phpwebsite/mod/userpage/userpage.php phpwebsite/setup/install.php phpwebsite/setup/upgrade.php Added Files: phpwebsite/mod/userpage/authors.php phpwebsite/mod/userpage/view_pages.php This mod adds a feature to let users create their own web pages with permisssion of the site owner. They use the same interface as the Admin user, but they cannot change the site menu. The site owner may set a default page limit for the site, and individual limits for individual users. The new code includes TRANSLATE statments, but I haven't yet edited the english translation files. Even though I have tested extensively on my dev system, I have left some markers in the comments ""bobt mod" so I can quickly find my changes. I will remove them after testing is complete. You can most likely (unless I am rebuilding something) see the code running at http://portal.dbserve.net/phpwebsite |