Millenium IT
05-01-2007, 06:15 PM
Im trying to make a mod that shows "Similar threads" only after the first post...yeah like here on vbulletin.org :p
anyway this is what ive come up with I ad it in posbit and posbit_legacy but it doesnt work...
any geniueses here wanna give it a go?
<if condition="THIS_SCRIPT == 'showthread' AND $post[postid] == $GLOBALS['qrfirstpostid'] AND (!$show[member])">
$similarthreads
</if>
anyway this is what ive come up with I ad it in posbit and posbit_legacy but it doesnt work...
any geniueses here wanna give it a go?
<if condition="THIS_SCRIPT == 'showthread' AND $post[postid] == $GLOBALS['qrfirstpostid'] AND (!$show[member])">
$similarthreads
</if>