Helpful Information
 
 
Category: vBulletin 3.8 Template Modifications
Miscellaneous Hacks - Bookmarks in one button (like Addthis)

This hack moves Social Bookmarks to popupmenu like AddThis button.

Open SHOWTHREAD template and find
<!-- toolbar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
<td class="tcat" width="100%">
<div class="smallfont">
<if condition="$show['firstunreadlink']">
<a href="$firstunread"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[view_first_unread]" border="0" /></a>
<a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
</if>
&nbsp;
</div>
</td>
And below add:
<if condition="$bookmarksites">
<td class="vbmenu_control">
<a id="bookmark" href="#bookmark"><img src="$stylevar[imgdir_misc]/bookmarks.gif" border="0"</a>
<script type="text/javascript">
<!--
vbmenu_register("bookmark",true);
//-->
</script>

<div class="vbmenu_popup" id="bookmark_menu" style="display:none">
<table border="0" cellpadding="0" cellspacing="0" width=490pxalign="center">
<tr>
<td class="alt2" style="padding-top:0px"><div style="clear:both"></div><ul style="list-style-type:none; margin:0px; padding:0px">$bookmarksites</ul><div style="clear:both"></div></td>
</tr>
</table>
</td>
</if>
Then you must add some "bookmarks.gif" button picture in your forums [imgdir_misc] dir.

You can try this at http://www.megaxit.ru

thank you!

Installed

Thank you my brother, but thes icon to your wonderful topic

thank"s again :)

Installed works great heres english button with psd/xcf files for both gimp and photoshop.

Installed works great heres english button with psd/xcf files for both gimp and photoshop.

Thanks!

Nice, too bad I don't have any more room left for this button.

but how do you add new ones? I would like to add a facebook icon.

also there is a lot of space in between each row of bookmarks. Do you know how I can make it tighter?

Gut Schon

Very Thanks men :D










privacy (GDPR)