Log in

View Full Version : Changing Postbit Style in Release Candidate 4


Michael Morris
12-05-2004, 06:33 PM
I'm working on a conditional to allow user selection of the postbit. In the gold releases it's


if ($bbuserinfo['field13']) // This won't work until Upgrading from RC4
{
$vboptions['legacypostbit'] = false;
}


During our upgrade to 3.0.3 this will turn on, but in the meanwhile I need to test the postbit layout (I have postbit_legacy working) for our boards.

Zachery
12-05-2004, 06:37 PM
I'm working on a conditional to allow user selection of the postbit. In the gold releases it's


if ($bbuserinfo['field13']) // This won't work until Upgrading from RC4
{
$vboptions['legacypostbit'] = false;
}


During our upgrade to 3.0.3 this will turn on, but in the meanwhile I need to test the postbit layout (I have postbit_legacy working) for our boards.
So whats your question?

Michael Morris
12-07-2004, 02:46 PM
Figured out the problem. For some reason if you have vboptions set to (legacy) the above code doesn't work (presumably in any copy of vbulletin). Did not know dat.