zwelch82 Posted February 27, 2006 Posted February 27, 2006 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...
ellawella Posted February 27, 2006 Posted February 27, 2006 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.