Quote:
Originally Posted by General BAM
quick question... is there a way to get the initial digg link to ONLY be in the first post of a thread? it seems silly to allow people do digg individual posts
thanks in advance...
|
I'm not a coder but I've fooled around with it and this seems to work for me (replace XXXXX with your url)...
Code:
<if condition="(($post[postcount]==1) and !$GLOBALS['vbulletin']->GPC['ajax'])">
<A HREF="http://digg.com/submit?phase=2&url=http://www.XXXXX.com/boards/showthread.php?$session[sessionurl]p=$post[postid]&title=$post[title]" target="_blank">
<img src="http://digg.com/img/badges/91x17-digg-button-alt.gif" border="0" width="91" height="17" alt="Digg!" />
</A>
</if>