99SIVTEC
09-06-2006, 10:00 PM
I run a couple Automotive Forums and Blogs so I thought I would share this. This template modification alows your users to quickly submit interesting Automotive related threads and articles to AutomotiveArena.com which is a Digg-like site for automotive related content. Installation is easy and should take less than 5 minutes.
1.) Upload Aa.png to your images/buttons/ directory.
2.) Edit postbit(_legacy) or postbit
FIND:
-----
<if condition="$show['quickreply'] AND !$show['threadedmode']">
<a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
</if>
ADD AFTER:
----------
<a href="http://www.automotivearena.com/submit.php?url=$vboptions[bburl]/showthread.php?t=$post[threadid]&title=$thread[title]" target="_blank"><img src="$stylevar[imgdir_button]/Aa.png" alt="Submit thread to AutomotiveArena.com" title="Submit to AutomotiveArena" border="0" /></a>
This has been tested on both 3.5 and 3.6 versions of vbulletin.
1.) Upload Aa.png to your images/buttons/ directory.
2.) Edit postbit(_legacy) or postbit
FIND:
-----
<if condition="$show['quickreply'] AND !$show['threadedmode']">
<a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
</if>
ADD AFTER:
----------
<a href="http://www.automotivearena.com/submit.php?url=$vboptions[bburl]/showthread.php?t=$post[threadid]&title=$thread[title]" target="_blank"><img src="$stylevar[imgdir_button]/Aa.png" alt="Submit thread to AutomotiveArena.com" title="Submit to AutomotiveArena" border="0" /></a>
This has been tested on both 3.5 and 3.6 versions of vbulletin.