Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
Enhanced Bookmarking Buttons for your vBulletin Details »»
Enhanced Bookmarking Buttons for your vBulletin
Version: 1.00, by itsonlychand itsonlychand is offline
Developer Last Online: Feb 2010 Show Printable Version Email this Page

Category: Board Optimization - Version: 3.6.8 Rating:
Released: 12-26-2007 Last Update: Never Installs: 32
Re-useable Code Code Changes  
No support by the author.

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 -->

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 12-27-2007, 08:42 AM
misr.cc's Avatar
misr.cc misr.cc is offline
 
Join Date: Dec 2007
Location: Egypt
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default


like it ... look good than the one on vbseo

installed
Reply With Quote
  #3  
Old 12-27-2007, 09:59 AM
Mecho's Avatar
Mecho Mecho is offline
 
Join Date: Aug 2006
Posts: 648
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #4  
Old 12-27-2007, 01:42 PM
itsonlychand itsonlychand is offline
 
Join Date: Sep 2007
Location: UK
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #5  
Old 12-27-2007, 05:20 PM
Mecho's Avatar
Mecho Mecho is offline
 
Join Date: Aug 2006
Posts: 648
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

okkk .. i just tried to help

anyway i like it and i installed thanks again
Reply With Quote
  #6  
Old 12-27-2007, 07:48 PM
alqloob alsahya alqloob alsahya is offline
 
Join Date: Dec 2006
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks itsonlychand good joop
Reply With Quote
  #7  
Old 12-28-2007, 12:54 PM
chuchukuttie chuchukuttie is offline
 
Join Date: Jan 2007
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How to make one for Facebook?
Reply With Quote
  #8  
Old 12-28-2007, 02:20 PM
itsonlychand itsonlychand is offline
 
Join Date: Sep 2007
Location: UK
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #9  
Old 02-20-2008, 02:27 PM
Brew's Avatar
Brew Brew is offline
 
Join Date: Sep 2002
Posts: 359
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #10  
Old 03-11-2008, 03:28 PM
hitmann's Avatar
hitmann hitmann is offline
 
Join Date: Aug 2007
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:27 AM.


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.04256 seconds
  • Memory Usage 2,295KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete