Addthis button install

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jon12345
    Senior Member
    • Oct 2001
    • 360

    Addthis button install

    I want to install some social icon buttons to my 3.8x forum. The code is from addthis.com.

    How would I put it just to the left of the "Page 1 of x" , shown at the top of a thread?

    Thanks,

    Jon
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24326
    • 5.7.X

    #2
    On forumdisplay, showthread...?

    Are tehse to replace the existing ones found on showthread?
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • Jon12345
      Senior Member
      • Oct 2001
      • 360

      #3
      An example is here: http://www.mu-43.com/f42/any-reason-hold-ep-1-a-14097/

      Its when viewing a thread.

      Comment

      • Trevor Hannant
        vBulletin Support
        • Aug 2002
        • 24326
        • 5.7.X

        #4
        You'll need to edit the 'showthread' template and add any relevant code to this spot (note, not tested):

        Code:
        <!-- controls above postbits -->
        <table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
        <tr valign="bottom">
            <if condition="$show['largereplybutton']">
                <td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>
            <else />
                <td class="smallfont">&nbsp;</td>
            </if>
        [COLOR=#FF0000]    <td class="smallfont">INSERT CODE HERE</td>[/COLOR]
            <if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>
        </tr>
        </table>
        <!-- / controls above postbits -->
        Vote for:

        - Admin Settable Paid Subscription Reminder Timeframe (vB6)
        - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

        Comment

        • Jon12345
          Senior Member
          • Oct 2001
          • 360

          #5
          Thank for you the suggestion.

          I have decided - after much playing around - to put it to the left of the thread tools button at the top of a thread. However, when I place the code there, the buttons go down vertically rather than horizontally. Why is this? Is there some class I need to apply or width setting?

          Comment

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