Back to vBulletin 3.8 Template Modifications

Bookmarks Next to the reply button
Mod Version: 1.00, by M Shaker

vB Version: 3.8.x Rating: (0 vote - 0 average) Installs: 7
Released: 15 Sep 2011 Last Update: Never Downloads: 27
Not Supported Template Edits Additional Files Re-usable Code Translations  

/*==========================================*\
|| ########################################### ||
|| #
Bookmarks Next to the reply button
|| # ----------------------------------------------------------------------------
|| # Arabic Version By :
M.Shaker ---- English Version By : M.Shaker
|| #
This file may only be redistributed to vBulletin license holders
|| # ----------------------------------------------------------------------------
|| # --------------
Ported by M.Shaker ----------------------------------------
|| #
This Hack was ported to work with vB 3.X.X
|| # ---------------------------------------------------------------- |
|| # ----------------
VBULLETIN IS NOT FREE SOFTWARE ------------------------
|| # http://www.Shmmo5.com || http://wwwabirelshouq.com/vb/ || http://www.vbulletin.com/
||
|| #########################################||
\*=========================================*/
Important : This has been tested on 3.8.7 PL2 - and should work good for 3.X.X , please test with caution - and as always BACKUP FIRST!

What this hack do ?
This mod will allow you to add Bookmarks sites next to the reply button

Demo ?


Install ?

- Download the attached images and upload it to ~~~-> ~forumpath/images/misc

- Open Template (( SHOWTHREAD ))
Search for
PHP Code:
<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=$FIRSTPOSTIDrel="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
Replace with
LTR ( Left to Right )Languages
use this
PHP Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px; float: left;">
<
tr valign="bottom">
    <if 
condition="$show['largereplybutton']">
        <
td class="smallfont"><a style="float:left" href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTIDrel="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>

        <!-- 
social bookmarking links -->
            <
ul style="list-style-type:none; margin:0px; padding:0px;height:20px;display:inline"><li class="smallfont" style="text-align:center; float:left; margin-left:15px;">
    
        <
a rel="nofollow" href="http://www.facebook.com/share.php?u=$vboptions[bburl]/showthread.php?t=$threadidtarget="socialbookmark"><img src="images/misc/bookmarksite_facebook.png" border="0" alt="Submit Thread to Facebook" class="inlineimg" /></a>
    <
br />
    
    <
a rel="nofollow" href="http://www.facebook.com/share.php?u=$vboptions[bburl]/showthread.php?t=$threadidtarget="socialbookmark" style="text-decoration:none;">Facebook</a>

</
li><li class="smallfont" style="text-align:center; float:left; margin-left:15px;">
    
        <
a rel="nofollow" href="http://twitter.com/home?status=$vboptions[bburl]/showthread.php?t=$threadidtarget="socialbookmark"><img src="images/misc/bookmarksite_twitter.png" border="0" alt="Submit Thread to Twitter" class="inlineimg" /></a>
    <
br />
    
    <
a rel="nofollow" href="http://twitter.com/home?status=$vboptions[bburl]/showthread.php?t=$threadidtarget="socialbookmark" style="text-decoration:none;">Twitter</a>
</
li><li class="smallfont" style="text-align:center; float:left; margin-left:15px;">
    
        <
a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&bkmk=$vboptions[bburl]/showthread.php?t=$threadidtarget="socialbookmark"><img src="images/misc/bookmarksite_google.png" border="0" alt="Submit Thread to Google" class="inlineimg" /></a>
    <
br />
    
    <
a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&bkmk=$vboptions[bburl]/showthread.php?t=$threadidtarget="socialbookmark" style="text-decoration:none;">Google</a>
</
li><li class="smallfont" style="text-align:center; float:left; margin-left:15px;">

    
        <
a rel="nofollow" href="https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url=$vboptions[bburl]/showthread.php?t=$threadidtarget="socialbookmark"><img src="images/misc/bookmarksite_live.png" border="0" alt="Submit Thread to Live" class="inlineimg" /></a>
    <
br />
    
    <
a rel="nofollow" href="https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url=$vboptions[bburl]/showthread.php?t=$threadidtarget="socialbookmark" style="text-decoration:none;">Live</a>
</
li></ul>
        <!-- / 
social bookmarking links -->

</
td


Or

RTL ( Right to Left )Languages
use this

PHP Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<
tr valign="bottom">
    <if 
condition="$show['largereplybutton']">
        <
td class="smallfont"><a style="float:right" href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTIDrel="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>

        <!-- 
social bookmarking links -->
            <
ul style="list-style-type:none; margin:0px; padding:0px;height:20px;display:inline"><li class="smallfont" style="text-align:center; float:right; margin-right:15px;">
    
        <
a rel="nofollow" href="http://www.facebook.com/share.php?u=$vboptions[bburl]/showthread.php?t=$threadidtarget="socialbookmark"><img src="images/misc/bookmarksite_facebook.png" border="0" alt="إرسال الموضوع إلى Facebook" class="inlineimg" /></a>
    <
br />
    
    <
a rel="nofollow" href="http://www.facebook.com/share.php?u=$vboptions[bburl]/showthread.php?t=$threadidtarget="socialbookmark" style="text-decoration:none;">Facebook</a>

</
li><li class="smallfont" style="text-align:center; float:right; margin-right:15px;">
    
        <
a rel="nofollow" href="http://twitter.com/home?status=$vboptions[bburl]/showthread.php?t=$threadidtarget="socialbookmark"><img src="images/misc/bookmarksite_twitter.png" border="0" alt="إرسال الموضوع إلى Twitter" class="inlineimg" /></a>
    <
br />
    
    <
a rel="nofollow" href="http://twitter.com/home?status=$vboptions[bburl]/showthread.php?t=$threadidtarget="socialbookmark" style="text-decoration:none;">Twitter</a>
</
li><li class="smallfont" style="text-align:center; float:right; margin-right:15px;">
    
        <
a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&bkmk=$vboptions[bburl]/showthread.php?t=$threadidtarget="socialbookmark"><img src="images/misc/bookmarksite_google.png" border="0" alt="إرسال الموضوع إلى Google" class="inlineimg" /></a>
    <
br />
    
    <
a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&bkmk=$vboptions[bburl]/showthread.php?t=$threadidtarget="socialbookmark" style="text-decoration:none;">Google</a>
</
li><li class="smallfont" style="text-align:center; float:right; margin-right:15px;">

    
        <
a rel="nofollow" href="https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url=$vboptions[bburl]/showthread.php?t=$threadidtarget="socialbookmark"><img src="images/misc/bookmarksite_live.png" border="0" alt="إرسال الموضوع إلى Live" class="inlineimg" /></a>
    <
br />
    
    <
a rel="nofollow" href="https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url=$vboptions[bburl]/showthread.php?t=$threadidtarget="socialbookmark" style="text-decoration:none;">Live</a>
</
li></ul>
        <!-- / 
social bookmarking links -->

</
td
- Check it and see it Work and Click Install

Download

File Type: %1$s Upload.zip (9.5 KB, 31 downloads)

Screenshots

Click image for larger version
Name:	bo-1.jpg
Views:	651
Size:	106.6 KB
ID:	132999  

Similar Mods

Miscellaneous Hacks Bookmarks in one button (like Addthis) vBulletin 3.8 Template Modifications

vblts.ru supports vBulletin®, 2022-2024