Another issue: When I add the tag, I get a blank screen on my forums. When I take the ad code out, the forums come up normally.
Here is the ad code I am trying to use:
<ad what="zone:2" />
My Header Template is:
Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vbpoptions[portalhome]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
<!--
NEW HEADER & NAVBAR
Now that the nav buttons are in the
navbar template, you can stick whatever
you like into this space.
This makes it much easier for novice
admins to customize their header
template without affecting important
navigation elements.
-->
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
My path to PAN in Server Settings and Opt is:
/home/thephoto/public_html/adserver
I hope I have included enough info for someone to figure this out for me.