Quote:
Originally Posted by The M.I.P.
@Xstreamist:
If your banner's don't rotate, please first check your phpadsnew setup - it might fall back into displaying a default ad when setup is not correct.
If you're sure that it's not directly related to phpadsnew, then switch vbulletin into debug mode or enable the display of template names in HTML and tell me exactly what is displayed between BEGIN ad and END ad HTML comments.
Also make sure that your browser doesn't cache your banners during your test phase.
|
Where do I look for the BEGIN ad and END ad ?
My browser isn't caching banners.
Here is how I am trying to add the phpAdsNew code:
Quote:
<!-- banners -->
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<ad what="zone:1" />
</td>
</tr>
</table>
<!-- /banners -->
|
I am trying to add it to the Header template right after the logo. But when I do the banner only shows on the front page and no where else. When I try to add it to the Navbar template it will add it abve the Navbar but within the same table as the Navbar and only on the front page and the View Threads Page, not the View Posts page.