View Full Version : Sigs off for guest readers?
krohn
06-19-2001, 07:41 PM
It's not an option in the modify user groups...
So i'm guessing a hack is needed to do this?
Can you help me figure out how to do this?
tubedogg
06-20-2001, 05:32 AM
In sessions.php find
$bbuserinfo['showsignatures']=1;
and change it to
$bbuserinfo['showsignatures']=0;
You'll find the rest of the options there too.
krohn
06-20-2001, 06:22 AM
I changed it and logged out... but I still see sigs and avatars.. both I turned to 0 in sessions.php HMMM
any suggestions?
tubedogg
06-20-2001, 06:39 AM
When you logged out do you still see your name up at the top? (Welcome back, yourname)
krohn
06-20-2001, 06:50 AM
Nope... don't see my name... I actually have avatars disbled in my personal profile...
tubedogg
06-20-2001, 07:00 AM
Let's try something else - just comment out those two lines like this:
// $bbuserinfo['showsignatures']=1;
// $bbuserinfo['showavatars']=1;
krohn
06-20-2001, 07:23 AM
That didn't do it either :(
tubedogg
06-20-2001, 07:27 AM
You are reuploading the file after modifying it, right? (Sorry, I have to ask :D).
krohn
06-20-2001, 07:36 AM
HAHAHAHAH
that's funny :)
I don't get it... I AM uploading the file after the edit... doesn't seem to change anything though :(
Is there anything related to this in other files?
tubedogg
06-20-2001, 08:18 AM
No, that should be it...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.