Quote:
Originally Posted by Ohiosweetheart
I've posted about this too, days ago, and we don't seem to be getting an answer, lol
|
Because I've been really busy with work lately and in the past couple days I've been sick as well.
I'm wondering if $vboptions is available in all places.
In the template edit for postbit/postbit_legacy
Find:
Code:
<if condition="$vboptions['vbbux_enabled']">
Try to change that part to this:
Code:
<if condition="$vbulletin->options['vbbux_enabled']">
And see if that helps?
-CMX