For those not being able to see the extra 3 options from Administrative menu did you read the README.txt file and add:
PHP Code:
<vb:if condition="$show['btu_canban']">
<li><label><input type="radio" name="do" id="ao_btu" value="btu_clear" /> {vb:rawphrase btu_clear}</label></li>
<li><label><input type="radio" name="do" id="ao_btua" value="btu_clear_all" /> {vb:rawphrase btu_clear_all}</label>/li>
<li><label><input type="radio" name="do" id="ao_btuv" value="btu_view_all" /> {vb:rawphrase btu_view_all}</label>/li>
</vb:if>
in SHOWTHREAD below:
PHP Code:
<vb:if condition="$show['openclose']">
<li><label><input type="radio" name="do" value="openclosethread" checked="checked" tabindex="1" />
<vb:if condition="$show['closethread']">{vb:rawphrase close_thread}<vb:else />{vb:rawphrase open_thread}</vb:if></label></li>
</vb:if>
I'm using 4.2.2PL1 and everything is working as it should. Hope this helps!!