bobk
Sat 30th Aug '03, 12:52pm
Well, I had a need to do this for vB3, and this simple mod seems to work. To disable threaded/hybrid mode for a single style, simply edit the template phpinclude_start for the particular style. Add one line:
$vboptions['allowthreadedmode']=0;
Save and you're done. If anybody who knows better sees any problems with this approach, let me know; I'm still just getting used to vB3.
$vboptions['allowthreadedmode']=0;
Save and you're done. If anybody who knows better sees any problems with this approach, let me know; I'm still just getting used to vB3.