Addthis Bookmark Integration [must have]

Code:
Got this idea from this thread:
http://www.vbulletin.org/forum/showt...hlight=addthis

Find this code:

Code:
<td class="vbmenu_control" id="threadtools" nowrap="nowrap">

Add this code above it:

Code:
<!-- ShareThis Button BEGIN -->
<td class="vbmenu_control" id="addthis" nowrap="nowrap">
ADD THE SHARETHIS CODE HERE
</td>
<!--ShareThis Button BEGIN -->

Get your code from here, sign up as a publisher then replace the "ADD THE SHAREHTIS CODE HERE" with the code you get.

I find sharethis looks mush neater than addthis

DEMO:
Luke Young Fee Agreed With Villa - My Football Forum - We Just Love It!
 
Addthis Bookmark Integration

Loved the addition of bookmarks in vbulletin but hated the way they were placed at the bottom of the thread, each time I read a thread I immediately found myself scrolling to the top again. I tried moving the bookmarks to the top but didn't like the way they looked.

I came across AddThis - #1 Social Bookmarking Sharing Button - Del.icio.us Digg Facebook Widget which allows you to add a handy piece of code to your website that allows you to bookmark a thread to any of the large bookmark sites, 34 different site's in total with out any mess or cluttering up the postbit area with tons of images. Plus addthis.com track all clicks and pages that have been submitted from your site.

AddThis is already on hundreds of thousands of websites including TIME Magazine, Oracle, TechCrunch, Freewebs, Entertainment Weekly, Topix, Lonely Planet, MySpace, PGA Tour, Tower Records, Squidoo, Zappos, FOX, ABC, CBS just to name a few and could be on your vbulletin forum within minutes!!

Demo 1 click here then a thread to view demo
Demo 2this is a different skin so click here and then a thread to view demo

Quick and easy installation:
register an account at AddThis - #1 Social Bookmarking Sharing Button - Del.icio.us Digg Facebook Widget and log in, once logged in click Get your button code! and scroll down to and choose from a number of different buttons and get your code.

in SHOWTHREAD
find:

Code:
<td class="vbmenu_control" id="threadtools" nowrap="nowrap">

above add:

Code:
<!-- AddThis Button BEGIN -->
<td class="vbmenu_control" id="addthis" nowrap="nowrap">
ADD THE ADDTHIS CODE HERE
</td>
<!-- AddThis Button END -->
 
Block PHP, CODE, HTML and QUOTES from Guests for vB3.7

What does this product do?
This is a long-overdue update of my block code hack for vB3.0, now as a product, with no file or template edits. This will block all php, code and html code from all unregistered users. Any code between those tags will be replaced will a line telling them they are not allowed to view the code and to please register. (You can change the messages to whatever you like.) Included is also an option for the QUOTE boxes. I don't use the QUOTE boxes bypass on my board, but I have the option ready in case someone decides to quote code, php or html code to try and bypass this hack. Anything between the code, php or html tags will be parsed out, even quote tags, as long as it is between one of the other tags within the quote itself. If someone just puts QUOTE tags around the code itself, then it will show as normal (unless you enable the quote option). It works in the archive, as well as the showpost and printable post. This product should work on prior versions of vB as the hooks that are used are common hooks. It also has the ability to copy the contents of the boxes to the clipboard. This works fine is IE and Opera. To enable the javascript Copy to Clipboard in Firefox or Mozilla, please read below:

"By default these javascript Copy to Clipboard buttons work perfectly on Internet Explorer and Opera browser. If Firefox or Mozilla is used, it is possible to select text and press Ctrl+C (or choose Copy from Edit menu). To enable these javascript Copy to Clipboard buttons in Firefox or Mozilla follow the guide."

For more...

http://www.febooti.com/support/websi...clipboard.html

Version Information:
Version 1.0.1 --Initial release for vB3.7
Version 1.0.2 --Fixed register.php links

Installation overview:
Templates to edit: 0
Products to Install: (1)

Installation Instructions:

Code:
1. Go to your Admin CP
Scroll down to 'Plugin System'
Click 'Manage Products'
Click 'Add/Import Product'
Click the 'Browse' button,
 and locate the product-boofo_bbcode.xml file on your computer


Code:
2. Go to your Admin CP
Go to your Admin CP -> vBulletin Options -> Boofo's Enhanced BBCode for Guests and set the following option:
Disable QUOTES for Guests -> Do you want to disable the viewing of quotes in messages for guests?

NOTE: The default setting is NO, which enables the viewing of QUOTES to guests.

Done!
Enjoy!
 
Back
Top