Hell Bomb
08-10-2010, 12:11 PM
Hey guys, i am working on a nice little template mod but i need your guys help. I need to target the first post on each page so say if a new page starts every 15 posts it would target post numbers 1, 16, 31,46 etc. basicly the first thread on each page in when viewing a thread. I found the code below but it only works on the first post of the entire thread. Do you guys know how i can accomplish this task?
<if condition="THIS_SCRIPT == 'showthread' AND $post[postid] == $GLOBALS['qrfirstpostid'] AND $thread['prefixid'] == news">
<if condition="THIS_SCRIPT == 'showthread' AND $post[postid] == $GLOBALS['qrfirstpostid'] AND $thread['prefixid'] == news">