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.

Similar threads

  • Locked
  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Replies
1
Views
976
  • Locked
  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Replies
4
Views
2K
  • Locked
  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Replies
1
Views
632

Legacy Advanced User Tagging

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
2,514
Customer rating
0.00 star(s) 0 ratings
Back
Top