The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How hide avatar and signature to guests?
How can I Hide signature (all elements of signature, both image and links) and Avatar to guests?
Thanks |
#2
|
|||
|
|||
No one that know how to do this?
Thanks. |
#3
|
||||
|
||||
this mod only hide signature
https://vborg.vbsupport.ru/showthread.php?t=235184 |
#4
|
||||
|
||||
Whereas to hide avatars from guests, at the postbit_legacy template find the following code:
HTML Code:
<vb:if condition="$show['avatar']">
and replace it with: HTML Code:
<vb:if condition="$show['avatar'] AND !$show['guest']">
|
#5
|
||||
|
||||
This one works! How do you hide the avatar from a usergroup you've created?
|
#6
|
||||
|
||||
Quote:
If you want to hide the avatars and signatures from guests with a mod rather than with the template edits, you can use my mod. https://vborg.vbsupport.ru/showthread.php?t=250094 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|