e.g. index.php page.
if the installation of this MOD fail, you may end up in a situation where your index is invisible to you.
main reasoon to failing correct installation:
1. This mod can't work with category heracy mod
2. you must run the included db_update fileS (2) BEFORE MOD the files
3. the order you run these files in are important.
first run extra_perm_db_update.php
then run add_perm_db_update.php
4. do NOT run remove_perm_db_update.php, as this is a undo file
after the installation of this MOD, you should not see any visible change to your forum.
how-ever inside ACP -> forum permission
you may now find that there are displayed 2 new "forums"
"INDEX PAGE"
"MEMBERLIST"
if you look the permission up for one of these forums, you may control how may see/use these pages.
e.g. you may set up memberlist only to show for reg users like this
auth_view=REG, auth_read=REG
or make your index closed for unregisterd users
auth_view=REG, auth_read=REG
you may ofcouse use the permission control per usergroups, same way as when setting this for a "normal" forum


