Quote:
Originally Posted by 49er
Thanks Jim, but not quite sure what you mean ??? I am not using the ad_navbar_below, but there is no code in there to transfer over??? ?
|
Copy and Paste this:
Code:
{vb:raw ad_location.ad_navbar_below}
into your forumdisplay template after this code:
Code:
<div id="pagetitle" class="pagetitle">
<h1>{vb:rawphrase forum}: <span class="forumtitle">{vb:raw foruminfo.title}</span></h1>
<vb:if condition="$foruminfo['description']"><p class="description">{vb:raw foruminfo.description}</p></vb:if>
</div>
Then in the navbar template, find and delete this (or comment it out):
Code:
{vb:raw ad_location.ad_navbar_below}
You can leave your ad_navbar_below template empty. This mod generates a template and inserts it into that template.