99SIVTEC
09-06-2006, 10:00 PM
Some people have asked me what ThreadTag is. Think of it as a new social linking directory.
ThreadTag is all about user powered content. Every article on ThreadTag is submitted and voted on by the ThreadTag community. Share, discover, bookmark, and promote the Threads that are important to you!
The following template modification will add a small button at the top of your posts which allows your forum users to submit the thread to http://www.threadtag.com. Think of it as digg, but for forums.
In showthread find:
<if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
<!-- / controls above postbits -->
Under that paste the following 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%">
Tag This Thread:
<!-- 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="ThreadTag" border="0" /> Tag This Thread </a>
</td>
</tr>
</table>
Also be sure to upload the button to your images/buttons directoryhttps://vborg.vbsupport.ru/attachment.php?attachmentid=53166&stc=1&d=1157647979
ThreadTag is all about user powered content. Every article on ThreadTag is submitted and voted on by the ThreadTag community. Share, discover, bookmark, and promote the Threads that are important to you!
The following template modification will add a small button at the top of your posts which allows your forum users to submit the thread to http://www.threadtag.com. Think of it as digg, but for forums.
In showthread find:
<if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
<!-- / controls above postbits -->
Under that paste the following 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%">
Tag This Thread:
<!-- 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="ThreadTag" border="0" /> Tag This Thread </a>
</td>
</tr>
</table>
Also be sure to upload the button to your images/buttons directoryhttps://vborg.vbsupport.ru/attachment.php?attachmentid=53166&stc=1&d=1157647979