Description: This hack adds smilies in the quick reply of Vbulletin 3.5
how to Install:
1) Import the product file: product-smilies_in_quick_reply.xml
2) In the template showthread_quickreply find:
Код HTML:
<input type="hidden" name="wysiwyg" id="{$editorid}_mode" value="$editortype" />
3) above add:
Код HTML:
<!-- smiles in quichreply -->
<if condition="$vboptions[show_smilies_in_quick_reply]">
<td class="alt_pickbutton"><div class="controlbar" style="padding:0px; border:0px inset">$smiliebox</div></td>
</if>
<!-- smiles in quichreply -->
4) Go to vBulletin Options -> Message Posting Interface Options -> Show Smilies In Quick Reply -> yes.
5) Press Save.
6) Done.
This hack was written by Milad. ;)