For my forum, I'm currently using the one made by RedTyger...but it's kind of buggy and I'm looking for alternatives. If you're using a plugin for your ads, what do you use?
Like yogesh sarkar, I too did manual template edits, as that suits my needs. I have an ad on forum home, which I put in the 'welcome block' as well as one after the first post of the first 5 pages of every thread (which shows for GUESTS only). Admin CP -> Styles & Templates -> Style Manager -> Postbit Templates -> postbit or postbit_legacy <if condition="in_array($post['postcount'], array(1, 11, 21, 31, 41, 51)) AND !$bbuserinfo[userid]"> <div style="padding: $stylevar[cellpadding]px 0px 0px 0px"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="thead" align="left">Sponsored Links</td> </tr> <tr> <td class="alt1" align="center"> [b]ADSENSE or IMAGE CODE HERE[/b] </td> </tr> </table> </div> </if> PHP: You can find alternate methods here: http://www.vbulletin-faq.com/forum/showthread.php?t=4697