some users are "stuck" with a blank column since they had the sidebar collapsed before this mod & our removal of the collapse button.
I'd like to test your suggestion (below) since it seems no one has reported back on this possible fix:
Quote:
Originally Posted by almannai
Off the top of my head
From the global_start hook on the top search for
PHP Code:
$bbandSBactive=0;
replace it with
PHP Code:
$bbandSBactive=1;
Let me know how it goes.
Again I don't recommend this change to anybody
|
there are eight occurrences of
PHP Code:
$bbandSBactive=0;
in your code. should all be changed to =1 or only the first right after <![CDATA[
thanks in advance