Help - Search - Members - Calendar
Full Version: profil-info in topics
Invision Power Services > Invision Power Services, Inc. > IPS Company Feedback > IP.Board
zwelch82
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
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.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.