This is really good Amy, I've used the "text only" option though, instead of images/text (am I allowed to use 3 text only banners)?
Very good hack and only after 5 minutes I see I have a hit already.
Quick question though. On my main forum I use conditionals with my adsence banners code to exclude 3 forums ID's from displaying the adsence banner in Showthread and Forumdisplay templates.
It there anyway to do the same with this hack.
I use this code:
Code:
<if condition="!in_array($forumid, array(19,78,114))">
adsence code here
</if>