Find the following template:
memberinfo_block_visitormessaging
at the very top add:
Code:
<vb:if condition="$show['member']">
Show this to members only
very bottom add this:
That will show it to members only ...
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)">
very bottom add this:
If you only want to show it to one usergroup just use remove all the others ....
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