vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Board Optimization - Enhanced Bookmarking Buttons for your vBulletin (https://vborg.vbsupport.ru/showthread.php?t=166233)

itsonlychand 12-26-2007 10:00 PM

Enhanced Bookmarking Buttons for your vBulletin
 
DESCRIPTION:
This Addon ads these bookmarking buttons to your post


ScreenShot/DEMO : Enhanced Bookmarking Buttons for your vBulletin



ZIP FILE CONTENTS:
1. Bookmark Images
2. Readme having code to put in template (Given below as well)

How to Use it:

1. Unzip the attachment:
2. Upload all images to your forum/images/buttons
3. In your Admin Cp, goto Styles, Edit Styles
4. Look for Template: SHOWTHREAD
5. Find: <!-- / controls above postbits -->
6. Under that paste the following code:

Important! Replace PathToYourForums.com in code below according to your settings


Code:


<!-- / controls above postbits -->

<!-- submission icons -->

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px"> 
<tr>
    <td class="thead" width="100%">
        <center> Submit Thread >&nbsp;

<!-- Tagza -->
<a href="javascript:void(document.location = ('http://www.tagza.com/submit.php?url='.concat(encodeURIComponent(document.location))))"><img src="http://www.tagza.com/logo.png" alt="Add to Tagza.com: Social Bookmarking site" border="0" /></a>


<!-- Addthisto -->
<a href="http://www.addthisto.com/submit.php?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="http://www.PathToYourForums.com/images/buttons/addthisto.gif" alt="Submit to AddThisTo" border="0" /></a>

<!-- Clesto -->
<!-- <a href="http://clesto.com/submit.php?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="http://www.PathToYourForums.com/images/buttons/clesto.gif" alt="Submit to Clesto" border="0" /></a> -->

<!-- Digg -->
<a href="http://digg.com/submit?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadid&title=Ex-Cargo Cultist Builder required" target="_blank"><img 

class="inlineimg"  src="http://www.PathToYourForums.com/images/buttons/digg.gif" alt="Submit to Digg" border="0" /></a>

<!-- Reddit -->
<a href="http://reddit.com/submit?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="http://www.PathToYourForums.com/images/buttons/reddit.gif" alt="Submit to Reddit" border="0" /></a>

<!-- Furl -->
<a href="http://www.furl.net/storeIt.jsp?u=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="http://www.PathToYourForums.com/images/buttons/furl.gif" alt="Submit to Furl" border="0" /></a>

<!-- Dec icio us -->
<a href="http://del.icio.us/post?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 
src="http://www.PathToYourForums.com/images/buttons/delicious.gif" alt="Submit to Del.icio.us" border="0" /></a>


<!-- Google -->
<a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="http://www.PathToYourForums.com/images/buttons/google.gif" alt="Submit to Google" border="0" /></a>


<!-- Yahoo This -->
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?title=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="http://www.PathToYourForums.com/images/buttons/yahoo.gif" alt="Submit to Yahoo! This" border="0" /></a>

<!-- Live Favorites -->
<!-- <a href="https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="http://www.PathToYourForums.com/images/buttons/live.gif" alt="Submit to Live Favorites" border="0" /></a> -->


<!-- Technorati -->
<a href="http://www.technorati.com/faves?add=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="http://www.PathToYourForums.com/images/buttons/technorati.gif" alt="Submit to Technorati" border="0" /></a>

<!-- StumbleUpon -->
<a href="http://www.stumbleupon.com/submit?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="http://www.PathToYourForums.com/images/buttons/stumbleupon.gif" alt="Submit to StumbleUpon" border="0" /></a>


<!-- Spurl -->
<a href="http://www.spurl.net/spurl.php?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="http://www.PathToYourForums.com/images/buttons/spurl.gif" alt="Submit to Spurl" border="0" /></a>


<!-- Netscape -->
<a href="http://www.netscape.com/submit/?U=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" 

src="http://www.PathToYourForums.com/images/buttons/netscape.gif" alt="Submit to Netscape" border="0" /></a>

 &nbsp;< Submit Thread</center></td>
  </tr>
</table>

<!-- submission icons -->


misr.cc 12-27-2007 08:42 AM


like it ... look good than the one on vbseo
:D
installed

Mecho 12-27-2007 09:59 AM

Thanks , installed .

u can put this in ur Text file > " $stylevar[imgdir_button]/ " instead of " h..p://www.PathToYourForums.com/images/buttons/ " - so ppl need just to upload the pictures in their buttons directory ;)

itsonlychand 12-27-2007 01:42 PM

I tried $stylevar[imgdir_button]/ but didnt work - so i put PathToYourForums.com/images/buttons/ instead ;)

Sorry about that but i hope if some1 spends 2 minutes its worth it :)

Mecho 12-27-2007 05:20 PM

okkk .. i just tried to help :)

anyway i like it and i installed :) thanks again

alqloob alsahya 12-27-2007 07:48 PM

thanks itsonlychand good joop

chuchukuttie 12-28-2007 12:54 PM

How to make one for Facebook?

itsonlychand 12-28-2007 02:20 PM

I am not sure about how to make for Facebook - Do you have any Javascript or any code to add in Facebook ?

I am sure you can get any where in your profile at Facebook. If you get that code I can try ;)

Brew 02-20-2008 02:27 PM

The links are not going to the bookmarking sites.

If I try digg.com, for example, it opens a new window but it just loads up the page where the thread is, not the bookmarking site.

Any ideas what to do?

Thanks!

hitmann 03-11-2008 03:28 PM

What's with this title in the Digg part:
Quote:

Ex-Cargo Cultist Builder required
Does it affect the title of my threads? If so, Which part do I have to edit?


All times are GMT. The time now is 06:49 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01175 seconds
  • Memory Usage 1,752KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete