I believe that's been answered as no.
But there could possibly be a work-around using php conditional:
Quote:
<if condition="in_array($bbuserinfo[usergroupid], array(6))">
<!-- Start Abe1 Force Users to Read a Thread -->
<div><label for="ao_mfr"><input type="radio" name="do" id="ao_mfr" value="forceread" />$vbphrase[manage_force_thread_reading]</label></div>
<!-- End Abe1 Force Users to Read a Thread -->
</if>
|
This way the link is ONLY shown to Administrators group
Jacquii.