Guest can view profiles??

This mod, makes it posible to assign PRIVATE permissions to guest users
guest users can therby have different permissions than REG users
guest users may even have MODERATOR permissions inside a forum - if one should wish

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

Guest can view profiles??

Postby Marit on Sat 28. Feb, 2004 20:04

My guests can view the profiles of all the members, but I don't want them to. I want privacy for my members, but I can't find a place to block that... Where can I change that option??

I have the guest permission and extra permissions added to my forum... :roll:
Marit
Poster
Poster
 
Posts: 20
Joined: Mon 14. Jul, 2003 01:22

Postby Ricky_Racer on Mon 01. Mar, 2004 03:55

See if this doesn't work for you ;)
Code: Select all
#
#-----[ OPEN ]------------------------------------------
#
profile.php
#
#-----[ FIND ]------------------------------------------
#
      include($phpbb_root_path . 'includes/usercp_viewprofile.'.$phpEx);
      exit;
#
#-----[ BEFORE, ADD ]------------------------------------------
#
      if ( !$userdata['session_logged_in'] )
        {
            $header_location = ( @preg_match('/Microsoft|WebSTAR|Xitami/', getenv('SERVER_SOFTWARE')) ) ? 'Refresh: 0; URL=' : 'Location: ';
            header($header_location . append_sid("login.$phpEx?redirect=index.$phpEx", true));
            exit;
        }
Ricky_Racer
Poster
Poster
 
Posts: 3
Joined: Fri 11. Jul, 2003 06:25

Postby Marit on Mon 01. Mar, 2004 20:00

Yes thank you!! :D :D
Marit
Poster
Poster
 
Posts: 20
Joined: Mon 14. Jul, 2003 01:22


Return to Guest permission [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron