question about phpBB

dabuddha

Lifer
Apr 10, 2000
19,579
17
81
i searched and wasn't able to find anything on this so hopefully it hasn't been answered yet (or hopefully maybe it has)
im using phpBB and i wanted to configure it where you can't view the member list unless you're a member already. I don't want strangers getting my friend's msn id's, aim ids, etc.
 

JW310

Golden Member
Oct 30, 1999
1,582
0
0
Not that familiar with phpBB yet myself... does it use cookies for logging users in? If it does, you could probably add something to the beginning of the memberlist.php file that checks to see if the login cookie is set, and if it isn't, redirect to another page.... if the cookie is set, then have it run the rest of the script.

Not sure how to do it if it doesn't use cookies at login :/

JW