- Code: Select all
##############################################################
## MOD Title: Extra permission
## MOD Author: Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
## MOD Description: If you wish to control witch users may see/use
## special pages this mod makes it posible to include
## some code to the php pages, so you as admin may
## define per user / usergroup what permissions they have.
## MOD Version: 1.0.1
## MOD Compatibility: 2.0.6
##
## Installation Level: Easy
## Installation Time: 4 Minutes (1mn by EasyMOD of Nuttzy)
## Files To Edit: 8
## index.php
## memberlist.php
## admin/admin_forumauth.php
## includes/auth.php
## includes/constants.php
## includes/functions_admin.php
## includes/page_header.php
## templates/subSilver/overall_header.tpl
##
## Included Files: 3
## extra_perm_db_update.php
## examples/add_perm_db_update.php
## examples/remove_perm_db_update.php
##
##############################################################
## MOD History:
##
## 2003-12-10 - Version 1.0.1
## - phpBB template & EasyMOD compliance enhancement
##
## ????-??-?? - Version 1.0.0
## - now EM ready, and considered as final
##
## ????-??-?? - Version 0.9.7
## - corrected some mistakes in the how-to related to
## auth.php and admin_forumauth.php
##
## ????-??-?? - Version 0.9.6
## - now also includeds auth.php, witch was missing
## from the how-to
##
## ????-??-?? - Version 0.9.5
## - correcterd a wrong find/replace in admin_authforum.php,
## causing no save of permission
##
## ????-??-?? - Version 0.9.4
## - corrected a wrong FIND and REPLACE tag in the how-to
##
## ????-??-?? - Version 0.9.3
## - correcte admin_forumauth.php to avoid double forums
##
## ????-??-?? - Version 0.9.2
## - corrected that topic could be moved into special pages...
##
## ????-??-?? - Version 0.9.1
## - minor correction to the how-to
##
## ????-??-?? - Version 0.9.0
## - released for BETA testing
##
## ????-??-?? - Version 0.6.0
## - incomplete version
##
##############################################################
This mod, will allow you as ADMIN to specify exactly what users may do inside a SPECIAL PAGES
SPECIAL PAGES are e.g. MEMBERLIST or WHO IS ONLINE ect.
After this mod, you can in ADMIN PANEL - FORUM PERMISSION, specify permissions onto special pages, e.g. if you have a usergroups of moderators, you can define that only this group may see names on the register users online, while REG users may only see a list of "guest users" in the WHO IS ONLINE
or what ever your imagination will come up with.
this mod fully support USERGROUPS, AUTOGROUPS and so on.
EDIT: I have now released this mod for BETA testing, the how-to describe how to add the changes to INDEX page and memberlist
if you wish to make this into other pages, you can look in these files how-to
Some of my mods, will in the future REQUIRE this mod, since it makes it posible to controll permissions into other pages than a forum....
Pay attention, when modifying the forum permission for a "special page", then not all entryes a valid, some (most) pages have only controll for VIEW and READ, maybe also POST, therefore meny of the entryes does not make sence, simply ignore these. e.g. permission to POLL give mo mening in the memberlist
EDIT: now EM ready, and considered as bug free
please note:
Cataories hierarchy Mod change some code in admin/admin_forumauth.php, witch makes these 2 MOD's not compatible, so you can have them both...


