PDA

View Full Version : How hide avatar and signature to guests?


fabioski
03-31-2010, 02:37 PM
How can I Hide signature (all elements of signature, both image and links) and Avatar to guests?
Thanks

fabioski
04-07-2010, 03:29 PM
No one that know how to do this?
Thanks.

vicelover
04-08-2010, 11:05 AM
this mod only hide signature
https://vborg.vbsupport.ru/showthread.php?t=235184

borbole
04-08-2010, 01:46 PM
Whereas to hide avatars from guests, at the postbit_legacy template find the following code:

<vb:if condition="$show['avatar']">


and replace it with:

<vb:if condition="$show['avatar'] AND !$show['guest']">

8thos
09-13-2010, 01:26 AM
Whereas to hide avatars from guests, at the postbit_legacy template find the following code:

<vb:if condition="$show['avatar']">


and replace it with:

<vb:if condition="$show['avatar'] AND !$show['guest']">This one works! How do you hide the avatar from a usergroup you've created?

borbole
09-13-2010, 01:34 PM
This one works! How do you hide the avatar from a usergroup you've created?

That will require a custom mod.

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