• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

question about phpBB

dabuddha

Lifer
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.
 
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
 
Back
Top