I am using this as a logo rotator.
I had trouble getting ad_header_logo to do anything, so I gave up on it and am instead using the header template. I replaced
Code:
<vb:if condition="$stylevar['titleimage']"><div><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div></vb:if>
with
Code:
<!--@vbbanners:0@-->
All done!