Posted February 27, 200619 yr in the acp you can make user-profiles and memberlist inaccessable for guest. thats ok. but why is the profile-info in topics not invisible for quests? especially the custom-profile-fields...
February 27, 200619 yr You can control access to profiles. You cannot control access to profile info. To me this makes sense. If you want to make the info in the topic view invisible to guests, use an if statement like this: <if="ipb.member['id']"> [html code for displaying profile info] </if><if="ipb.member['id']"> means "if the user has an ID" - i.e., if the user is not a guest.
Archived
This topic is now archived and is closed to further replies.