cono1717
09-20-2009, 10:00 PM
This is a very simple template edit that adds a "Tweet this thread" to the thread tools menu.
Time to install: 2 mins
Installation Instructions:
In SHOWTHREAD
Find
<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/printer.gif" alt="$vbphrase[show_printable_version]" /> <a href="printthread.php?$session[sessionurl]t=$threadid" accesskey="3" rel="nofollow">$vbphrase[show_printable_version]</a></td>
</tr>
Add below it.
<tr>
<td class="vbmenu_option">
<img class="inlineimg" src="http://i34.tinypic.com/20zxmqg.png" alt="Tweet This Thread" />
<a href="http://twitter.com/?status=Currently reading http://YOUR FORUM LINK/showthread.php?t=$threadid on FORUM NAME">Tweet This</a>
</td>
</tr>
Replace YOUR FORUM LINK with your forum link e.g. mydomain.com/forum and FORUM NAME with your forums name. i.e My Forum.
This mod is really easy to use it requires the user to be signed in to twitter for it to work.
Made for http://geekstep.com and decided to post it here.
Time to install: 2 mins
Installation Instructions:
In SHOWTHREAD
Find
<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/printer.gif" alt="$vbphrase[show_printable_version]" /> <a href="printthread.php?$session[sessionurl]t=$threadid" accesskey="3" rel="nofollow">$vbphrase[show_printable_version]</a></td>
</tr>
Add below it.
<tr>
<td class="vbmenu_option">
<img class="inlineimg" src="http://i34.tinypic.com/20zxmqg.png" alt="Tweet This Thread" />
<a href="http://twitter.com/?status=Currently reading http://YOUR FORUM LINK/showthread.php?t=$threadid on FORUM NAME">Tweet This</a>
</td>
</tr>
Replace YOUR FORUM LINK with your forum link e.g. mydomain.com/forum and FORUM NAME with your forums name. i.e My Forum.
This mod is really easy to use it requires the user to be signed in to twitter for it to work.
Made for http://geekstep.com and decided to post it here.