Smilies Popup Box in Quick Reply
Purpose:
Add Smilies Button in the toolbar of the quick reply box. How to mod: 1. In the file 'includes/functions_editor.php', locate these lines (Line No. 545-550 in vB 4.0.0): PHP Code:
if ($editor_type == 'qr' OR $editor_type == 'qr_small')
PHP Code:
/* if ($editor_type == 'qr' OR $editor_type == 'qr_small')
Code:
<vb:if condition="$show['quote_bbcode']"> <li class="editor_control_group_item"> <img src="{vb:stylevar imgdir_editor}/quote.png" class="imagebutton" id="{vb:raw editorid}_cmd_wrap0_quote" width="20" height="20" alt="{vb:rawphrase wrap_quote_tags}" /> </li> </vb:if> Code:
<!- BEGIN: eSe7en - Smilies at quick reply --> <li class="popupmenu menubutton smilies imagemenu nomouseover nohovermenu" id="{vb:raw editorid}_popup_smilie"><div class="popupctrl"><img src="{vb:stylevar imgdir_editor}/smilie.png" alt="{vb:rawphrase smilies}" width="20" height="20" /></div> <ul class="editorpopupbody popupbody popuphover"> <li style="display:none"> </li> {vb:raw smiliepopup} <vb:if condition="$show['moresmilies']"><li class="category" id="moresmilies"><div>{vb:rawphrase show_all_smilies}</div></li></vb:if> </ul> </li> <!- END: eSe7en - Smilies at quick reply --> Download No files for download. Screenshots |