The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Guests viewing avatars....
There was a hack to stop guest from viewing Avatars and sigs. I have searched and searched but can't find it. Can anyone point me in the right direction?
|
#2
|
||||
|
||||
Quote:
<if condition="$show['avatar']"> Change it to <if condition="$show['avatar'] AND $bbuserinfo[userid] != 0"> Now find <if condition="$post['signature']"> Replace with <if condition="$post['signature'] AND $bbuserinfo[userid] != 0"> Save and enjoy |
#3
|
|||
|
|||
Thank's Zachery, life saver!!
|
#4
|
|||
|
|||
I'm also interrested in this mod, but is there a way to also limit the querying of the avatar from the database for guests. Cause this template-mod only disables the displaying of the avatar (which offcourse saves some bandwith), but if you don't query the avatar at all it may gain some performance. Especially for people using multiple servers set-ups (like me).
Grtz, Hidjra Just figured it out in file 'class_postbit.php' around line 559 look for PHP Code:
PHP Code:
Hidjra |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|