PDA

View Full Version : Sigs off for guest readers?


krohn
19 Jun 2001, 20:41
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
20 Jun 2001, 06:32
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
20 Jun 2001, 07:22
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
20 Jun 2001, 07:39
When you logged out do you still see your name up at the top? (Welcome back, yourname)

krohn
20 Jun 2001, 07:50
Nope... don't see my name... I actually have avatars disbled in my personal profile...

tubedogg
20 Jun 2001, 08:00
Let's try something else - just comment out those two lines like this:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

krohn
20 Jun 2001, 08:23
That didn't do it either :(

tubedogg
20 Jun 2001, 08:27
You are reuploading the file after modifying it, right? (Sorry, I have to ask :D).

krohn
20 Jun 2001, 08:36
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
20 Jun 2001, 09:18
No, that should be it...