Is there any way to have two different types of ads on the same page? I'm using the Banner Rotator Version: 2.0 Beta on vb3.7.2 and am using this code:
Code:
<center><a href="<if condition="$ban['url']">$ban[url]<else />$vboptions[forumhome].php$session[sessionurl_q]</if>" target="_blank">$banner</a></center>
for a spot below my navbar and one in the footer...
although it's always that same ad that appears in both places. I have many different ads and would like them to be random in both places and not the same ad in both places.