I'm trying to add a 468x60 adsense banner to the top, right-hand corner of www.AffiliateHelpForum.com and but can't quite figure it out. I already figured out how to add it on the default theme but other themes seem to be slightly different.
Ummmmmmmm.............That wasn't my question. I basically want to add adsense to the top, right-hand corner of my forum like Vbulletin has.
You should be able to use something like this in your header template: <!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"><tr><td align="$stylevar[left]"><a href="http://www.mydomain.com/$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> <if condition="in_array($bbuserinfo[usergroupid], array(1))"> <if condition="in_array(THIS_SCRIPT, array('forumhome', 'forumdisplay', 'showthread', 'index'))"> {adsense code} </if> </if></td></tr></table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output Code (markup): That only shows the AdSense code to guests (not logged in members) and excludes the registration and other pages that, IIRC, would violate the AdSense TOS.