PDA

View Full Version : Hybrid mode to be default mode even to Guests


zurih
11-18-2004, 11:01 AM
How can I set Hybrid mode to be the default mode for anyone? including guests..

thanks

Galadrium
11-18-2004, 02:24 PM
Good question. I would like to know the answer to this question too.

zurih
11-18-2004, 03:56 PM
I'm sure something has to be changed in showthread.php and/or includes/season.php

I've been playing with it a little but with no success...

Andreas
11-18-2004, 04:17 PM
In sessions.php find

}
else
{
$threadedmode = 0;
}


Above that add

else {
$threadedmode = 2;
}


Untested, but theoretically it should work.

zurih
11-18-2004, 04:36 PM
hmmm... not working... :(

Andreas
11-18-2004, 04:49 PM
Hmm. I just tested it and it does work for me.
Maybe you already got cookies set which override the default?
Do you have threaded mode enabled in ACP?

zurih
11-18-2004, 05:28 PM
I cleaned all of the cookies. Threaded mode is enabled in ACP and is the default mode.
I also checked on other computer and I still get Linear when I'm a guest...

zurih
11-18-2004, 05:30 PM
:) my mistake... changed something I shouldn't have. Now it works :)
thanks!

Galadrium
11-18-2004, 06:24 PM
Thanks KirbyDE!!! Works Great.