i m running a vbulletin forum www.itdunya.com how can i put adsense after 2nd post in each thread??? can u guys help me out
here u go bro <if condition="$post[postcount] == 1"> $spacer_open <div style="padding:0px 0px $stylevar[cellpadding]px 0px"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" <td align="center"> <tr> <td class="thead" align="left">YnDForum Sponsored Links</td> </tr> <tr> <td class="alt1" align="center"> -----ADSENSE HERE--- </td> </tr> </table> </div> $spacer_close </if> Code (markup): <if condition="$post[postcount] == 1"> PHP: that part, u can change it to whatever number u want, so 1 will be after the first post....