and 3.7.3
From 3.7.1 it should be (from the readme.html)
FIND
Code:
<div style="padding:$stylevar[formspacer]px">
<if condition="$bbuserinfo['signature']">
<div style="float:$stylevar[right]"><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="5" checked="checked" />$vbphrase[show_your_signature]</label></div>
</if>
<label for="qr_quickreply"><input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />$vbphrase[quote_message_in_reply]</label>
ADD UNDERNEATH
Code:
<div>$disablesmiliesoption</div>
Otherwise [minicode]<div style="padding:$stylevar[formspacer]px">[/minicode] will mess up the aligning of your "Disable smilies in text" checkbox.
PS. I never knew we had a minicode vB code here at this board