Require Post Icon
This modification is in the archives.
Require Post Icon
Made by Adrian at Dreamit.co.uk Tested on 3.6.1 Hey, This mod' requires the user to select a post icon when making a new thread. As requested here. Installation Import product-requireicon.xml Template Edit: Go to the style manager, select the template you wish to edit. Open Postbit Templates » posticons Find: HTML Code:
<td width="12%" nowrap="nowrap"><label for="rb_iconid_0"><input type="radio" name="iconid" value="0" id="rb_iconid_0" tabindex="1" onclick="swap_posticon(null)" $iconchecked />$vbphrase[no_icon] </label></td> HTML Code:
<if condition="$vboptions['requireicon_enable'] == 1"> <td width="12%" nowrap="nowrap"><input type="hidden" name="iconid" value="0" id="rb_iconid_0" tabindex="1" onclick="swap_posticon(null)" $iconchecked /></td> <else /> <td width="12%" nowrap="nowrap"><label for="rb_iconid_0"><input type="radio" name="iconid" value="0" id="rb_iconid_0" tabindex="1" onclick="swap_posticon(null)" $iconchecked />$vbphrase[no_icon] </label></td> </if> Simple. If you installed this, please click install. Thanks. Adrian Download
This modification is archived, downloads are still allowed. Screenshots |
Similar Mods
New Posting Features Require post icon - Forum specific | vBulletin 3.6 Add-ons |
Require a post icon on new thread creation (or on every post) | vBulletin 3.0 Full Releases |