Having an eye for detail I've just noticed the required template edit for the new vBookie doesn't quite match the new styling of vBulletin 4. So with much respect to the author of this mod I've updated it to match. To see the differences view the before and after pics I've attached to this post. Be aware I changed the 'yes_post_a_vbookieevent_thread' phrase on my forum in the after shot.
Here is the code:
Code:
<vb:if condition="$show['vbookieevent']">
<fieldset class="blockrow">
<legend>{vb:rawphrase vbookie}</legend>
<dl class="group dep_group">
<dt>
<label for="cb_postvbookieevent">
{vb:rawphrase yes_post_a_vbookieevent_thread}
</label>
</dt>
<dd class="rightcol">
<label for="cb_postvbookieevent">
<input type="checkbox" name="postvbookieevent" value="yes" id="cb_postvbookieevent" tabindex="1" {vb:raw checked.postvbookieevent} class="dep_ctrl" />
</dd>
</dl>
</fieldset>
</vb:if>
Dartho I hope you don't mind?