Here is the code I used. You may have to alter the url if you use a different url structure than I do here.
Let me know if you need help and I will do my best
HTML Code:
<if condition="($post[postcount] == 1 and !$GLOBALS['vbulletin']->GPC['ajax'])"> <div style="padding-top: 5px;"></div> <div class="box_bl_blue"> <div class="box_br_blue"> <div class="box_tl_blue"> <div class="box_tr_blue"> <table cellspacing="0" cellpadding="5" border="0" width="100%"> <tr> <td class="smallfont" style="color: #fff; font-weight: bold; text-align: center; vertical-align: middle;">Link To This Thread: <input type="text" name="link" value="http://www.vbulletinzone.com/t$post[threadid]/" size="50"> </td> </tr> </table> </div> </div> </div> </div> </if>