Smilies in quick reply

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Cpt. Spaulding
    Member
    • Aug 2006
    • 82
    • 3.6.x

    Smilies in quick reply

    How can I display smilies in the quick reply box?
  • Colin F
    Senior Member
    • May 2004
    • 17689

    #2
    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.

    Comment

    • feldon23
      Senior Member
      • Nov 2001
      • 11291
      • 3.7.x

      #3
      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>
      and Add this below it:
      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>
      then if one doesn't already exist, upload the smilie of your choice to /images/editor/ and name it smilie.gif.

      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, 7:29am.

      Comment

      • Prince
        Senior Member
        • Sep 2001
        • 770
        • 4.2.5

        #4
        thank you for posting this!!!
        http://www.ironmagazine.com - blog
        http://www.ironmagazineforums.com - forums
        http://www.ironmaglabs.com - supplements

        Comment

        • feldon23
          Senior Member
          • Nov 2001
          • 11291
          • 3.7.x

          #5
          It now has its own Quick Tip too.

          Comment

          • arena
            Senior Member
            • Oct 2006
            • 121

            #6
            Originally posted by feldon23
            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>
            and Add this below it:
            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>
            then if one doesn't already exist, upload the smilie of your choice to /images/editor/ and name it smilie.gif.

            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.
            Thanks
            Sorry my bad english

            Comment

            • civilengineer
              New Member
              • Jun 2006
              • 8

              #7
              Make the following additions to these 2 templates:
              Showthread Templates -> showthread_quickreply
              Postbit Templates -> postbit_quickedit
              Thanks I have done it.
              Last edited by civilengineer; Sat 17 Feb '07, 2:17pm.

              Comment

              • chitchatter
                Senior Member
                • Oct 2004
                • 111
                • 3.6.x

                #8
                thank you
                eXBii.com - Indian community
                no XB no fun know XB know fun !

                Comment

                • **Lu-Bee**
                  New Member
                  • Jul 2007
                  • 16

                  #9
                  Thank you!

                  Comment

                  • loaf
                    Senior Member
                    • Jun 2007
                    • 303
                    • 3.6.x

                    #10
                    Thanks! That takes care of one of the little tweaks I had in the back of my head.

                    Comment

                    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                    Working...