The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
[Solved] Member Info - Visitors
When I enable to for "visitors" "General Permissions -> Can View Member Info
I want visitors not be able to see: 1) Visitor Messages 2) Friends Is there a way for this situation? Thanks |
#2
|
||||
|
||||
Any suggestion? please.
|
#3
|
|||
|
|||
|
#4
|
||||
|
||||
Yes, when "Can view member info" is to "Yes"
They see also as I describe above: 1) Visitor Messages 2) Friends Those I do not want visitors to see. Thanks for the answer. |
#5
|
|||
|
|||
Quote:
https://gyazo.com/3abf1b6a7393cd885a8cfa967554e552 https://gyazo.com/50a1afd6f3bbc7a65e816f208f881a68 |
#6
|
||||
|
||||
As you see in your images there is no options not to show these:
1) Unregister can see Visitors Messages. 2) Unregister can see Friends from members. Unregister can not, edit, post, delete... but can view visitor messages from members and there friends if they have. Thanks for discuss. |
#7
|
||||
|
||||
Find the following template:
memberinfo_block_visitormessaging at the very top add: Code:
<vb:if condition="$show['member']"> very bottom add this: Code:
</vb:if> If you want to show it to only specific usergroups do it this way: at very top add: Code:
<vb:if condition="is_member_of($bbuserinfo, 1,2,3)"> Code:
</vb:if> Here are more template conditionals to help you out more :' https://vborg.vbsupport.ru/showthread.php?t=231525 Do the same for the following templates for the friends: memberinfo_block_friends_mini memberinfo_block_friends |
Благодарность от: | ||
MarkFL |
#8
|
||||
|
||||
Thank you very very much, all ok with your instructions where to search.
|
2 благодарности(ей) от: | ||
CAG CheechDogg, MarkFL |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|