Posts: 1307 Location: hampshire
Fri 27 Mar, 2009 22:28
Hi
Mod release for RC1 Version of new Icy any problems let me know
I know Icy already has a fantastic permissions page already installed but this is a little addon for that....
This mod does the same as the present mod but with a few little extra that may or may not be useful...
Basically you can assigns groups to only certain pages... and you can assigns groups or members to only sub pages for example
you set it up so one group can only view their inbox and another group can only view their sentbox.. (not that you would)
it is all executed by the admin interface and very straight forward...
Also pages can be set that members need to post a certain amount before being able to view ...
## This MOD is designed to allow board administrators to control access at the page
## level rather than at the forum level. It is not intended to replace the existing
## icy permission system but to supplement it.
##
## For example, a common request is to "protect" the member list by preventing
## guests from viewing that page. Or perhaps even only allowing board moderators to
## view that information. This MOD will do that. It can also handle pages with
## different functions such as profile.php (which handles editing profiles, viewing
## profiles, and even new user registrations).
##
## This MOD also sets up a page view counter for each page that you specify. Page
## counts are incremented based on MEMBER or GUEST viewing, and can be reset at any
## time.
##
## Finally, you can disable individual pages. If a page is disabled users with
## ADMIN permissions can still view the pages, which will allow you to work on the
## page without other board members seeing what is going on. Want to shut down new
## user registrations? Simply set the profile page with mode of "register" to ADMIN
## and nobody will be able to register. Want to keep guests from viewing member
## profiles? Want to restrict access to a custom php page to members of a specific
## group? This MOD can do all of that. You can even set up a custom message (one
## language only) for each page that you disable.
##
## Access levels include:
## Guest
## Registered
## Private
## Moderator
## Administrator