Legacy Hide profile tabs to public

Status
Not open for further replies.

braindg

New member
Hi,

In a future release could you please add the option to hide the mentions/quotes tabs from the public, I for one wouldn't want the public to see them from my profile.

As a work around i placed the following code at the start and end of the relevant templates, doing so only allows the user to see his own mention etc and no-one else.

PHP:
<vb:if condition="$userinfo['userid'] == $bbuserinfo['userid']">

</vb:if>

Thanks.
B
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
We'll be adding a global switch for the tabs in a future version, we'll look into also allowing users to control privacy settings in a similar vein to the other Profile Privacy settings :)
 
Thats a long winded piece of code you could shorten it to:

Code:
<vb:if condition="$bbuserinfo['userid']">
 
Status
Not open for further replies.
Top