zwelch82
Feb 27 2006, 02:47 PM
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
Feb 27 2006, 05:03 PM
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.