Quote:
Originally Posted by NTLDR
To prevent thread/hybrid and linear all with one edit just place the showthread.php block of code above:
PHP Code:
if ($threadedmode == 0)
That should work I think
@Boofo: I'd assume the limit is restricted by the upper limit that PHP can use on your platform (around 2147483647 for integers, no idea if it will work with floats as I haven't tested).
|
duh! thank you. I don't know what I was thinking.
I just added the threaded/hybrid mode back onto my site and everything is working. I like how the hybrid mode looks like ... maybe I'll leave it as an option for my members.