I made a change so this is displayed in showthread at the top of the posts. I also added the ability to submit to
http://www.threadtag.com which is a digg style sute specifically for forums.
In showthread find:
PHP Code:
<if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
<!-- / controls above postbits -->
Under that paste the following code:
PHP 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%">
Add this thread to:
<!-- ThreadTag -->
<a href="http://www.threadtag.com/submit.php?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg"
src="$stylevar[imgdir_button]/threadtag.png" alt="Tag This Thread" border="0" /> Tag This Thread </a>
<!-- Clesto -->
<a href="http://clesto.com/submit.php?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg"
src="$stylevar[imgdir_button]/clesto.png" alt="Submit to Clesto" border="0" /> Clesto </a>
<!-- Digg -->
<a href="http://digg.com/submit?phase=2&url=$vboptions[bburl]/showthread.php?t=$threadid&title=$thread[title]" target="_blank"><img
class="inlineimg" src="$stylevar[imgdir_button]/digg.png" alt="Submit to Digg" border="0" /> Digg </a>
<!-- Reddit -->
<a href="http://reddit.com/submit?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg"
src="$stylevar[imgdir_button]/reddit.gif" alt="Submit to Reddit" border="0" /> Reddit </a>
<!-- Furl -->
<a href="http://www.furl.net/storeIt.jsp?u=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg"
src="$stylevar[imgdir_button]/furl.gif" alt="Submit to Furl" border="0" /> Furl </a>
<!-- Dec icio us -->
<a href="http://del.icio.us/post?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg"
src="$stylevar[imgdir_button]/delicious.png" alt="Submit to Del.icio.us" border="0" /> Del.icio.us </a>
<!-- Spurl -->
<a href="http://www.spurl.net/spurl.php?url=$vboptions[bburl]/showthread.php?t=$threadid" target="_blank"><img class="inlineimg"
src="$stylevar[imgdir_button]/spurl.gif" alt="Submit to Spurl" border="0" /> Spurl</a> </td>
</tr>
</table>
Also be sure to upload the button to your images/buttons directorywith the others
https://vborg.vbsupport.ru/attachmen...1&d=1157647453