Jump to content

profil-info in topics


Guest zwelch82

Recommended Posts

Posted

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...

Posted

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...