OK a lot of you have probably already read about ThreadSoup. If not check out this thread. Well I am now releasing a free mod for vBulletin. (3.6.x) Easy to add, just 1 quick copy/paste template edit. In the SHOWTHREAD template FIND this line: <!-- / controls above postbits --> Code (markup): Then just add this code BELOW it: <!-- START THREADSOUP.COM CODE --> <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%"> Bookmark this thread at ThreadSoup: <a href="http://www.threadsoup.com/submit.php?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg" src="http://www.threadsoup.com/favicon.ico" alt="BookMark This Thread On ThreadSoup.com!" border="0" /> <a href="http://www.threadsoup.com/submit.php?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank">Add it!</a> </td> </tr> </table> <!-- END THREADSOUP.COM CODE --> Code (markup): Thanks and let me know what you think.