- Code: Select all
##############################################################
## MOD Title: Guest permission
## MOD Author: Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
## MOD Description: This mod will make it posible to give
## guest users ACL permission (private).
## This way you may give guest users
## more/different access than reg users.
## MOD Version: 1.0.2
## MOD Compatibility: 2.0.6
##
## Installation Level: Easy
## Installation Time: 2 Minutes
## Files To Edit: 3
## includes/auth.php
## includes/functions.php
## includes/functions_search.php
##
## Included Files: 0
##
##############################################################
## MOD History:
##
## 2003-12-14 - Version 1.0.2
## - phpBB template & EasyMOD compliance enhancement
##
## ????-??-?? - Version 1.0.1
## - a typo in the how-to caused faunctions_search.php to fail
## now corrected
##
## ????-??-?? - Version 1.0.0
## - Considered as final and made 2.0.6 + EM ready
##
## ????-??-?? - Version 0.9.3
## - change to functions_search.php
##
## ????-??-?? - Version 0.9.2
## - the file functions_validate.php should have been
## functions.php + corrected a find tag
##
## ????-??-?? - Version 0.9.1
## - corrected the how-to
##
## ????-??-?? - Version 0.9.0
## - initial BETA
##
##############################################################
This mod are requested, so you as admin can have a forum, witch is vieble for guest users, but not for REG users.
To do so, simply make the forum PRIVATE HIDDEN, and go into users permission - look up the user -1 - witch is anonymous users, then give this user special access to the forum.
All other permissions control should also work, e.g. here on mods.db9.dk, I have given guest users access to give GREEN card, inside the memberlist.php


