How can I display smilies in the quick reply box?
Smilies in quick reply
Collapse
X
-
Tags: None
-
There is no function to do this. This requires modifying the code. We cannot officially support code modifications or forums running modified code, however you can try searching or asking for help with this over at www.vbulletin.org.Best Regards
Colin Frei
Please don't contact me per PM. -
Because it's such an easy template mod and the discussion thread over at vBulletin.org is rather fragmented, I've cleaned it up and reposted it here. This gives you a Smilie button on the Quick Reply and Quick Edit toolbars which brings up the Smilie popup. Clicking on a Smilie in this popup window places it in the editor window at the cursor's location.
Make the following additions to these 2 templates:
Showthread Templates -> showthread_quickreply
Postbit Templates -> postbit_quickedit
Find this:
Code:<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div></td>
Code:<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td> <td><a href="#" onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false"> <img src="$stylevar[imgdir_editor]/smilie.gif" alt="Smilies" border="0" /></a></td>
I'd really like to see this added to a future version of vBulletin. Ideally, the Smilie popup should also be an option. I don't know how much overhead it adds. Of course this would be right after allowing us to add or change colors in the Colors popup. I tried for about an hour one day, but it's hard-coded as all getout.Last edited by feldon23; Wed 27 Sep '06, 8:29am.Comment
-
thank you for posting this!!!http://www.ironmagazine.com - blog
http://www.ironmagazineforums.com - forums
http://www.ironmaglabs.com - supplementsComment
-
Because it's such an easy template mod and the discussion thread over at vBulletin.org is rather fragmented, I've cleaned it up and reposted it here. This gives you a Smilie button on the Quick Reply and Quick Edit toolbars which brings up the Smilie popup. Clicking on a Smilie in this popup window places it in the editor window at the cursor's location.
Make the following additions to these 2 templates:
Showthread Templates -> showthread_quickreply
Postbit Templates -> postbit_quickedit
Find this:
Code:<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div></td>
Code:<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td> <td><a href="#" onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false"> <img src="$stylevar[imgdir_editor]/smilie.gif" alt="Smilies" border="0" /></a></td>
I'd really like to see this added to a future version of vBulletin. Ideally, the Smilie popup should also be an option. I don't know how much overhead it adds. Of course this would be right after allowing us to add or change colors in the Colors popup. I tried for about an hour one day, but it's hard-coded as all getout.Sorry my bad englishComment
-
Make the following additions to these 2 templates:
Showthread Templates -> showthread_quickreply
Postbit Templates -> postbit_quickeditLast edited by civilengineer; Sat 17 Feb '07, 3:17pm.Comment
-
-
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment