Quote:
Originally Posted by martinh4
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?
|
In the postbit template find
<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