Hey folks,
I never could get the ad management mod to work on the Anecdota theme, probably something I was overlooking. But my needs for ad placement was simple - one ad under the menu bar (such as the ad on this forum). So I changed the HTML a bit:
In the index.template.php
- You'll find in the section "beginning on line 59" (toward the bottom) this code:
<a href="'.$scripturl.'" title=""><span id="logo"> </span></a>';
echo '
</div>
</div>
</div>
<div id="toolbar">
<div id="menumain">',template_menu(),'
</div>
AD PLACEMENT
<div id="mainarea">';
The ad is then placed below the menu bar, such as in my forum (in maintenance mode):
http://www.disabilityhelpsite.com/forum/index.php
The ad shows up in the same spot on each page selected.
Just a FYI
I never could get the ad management mod to work on the Anecdota theme, probably something I was overlooking. But my needs for ad placement was simple - one ad under the menu bar (such as the ad on this forum). So I changed the HTML a bit:
In the index.template.php
- You'll find in the section "beginning on line 59" (toward the bottom) this code:
<a href="'.$scripturl.'" title=""><span id="logo"> </span></a>';
echo '
</div>
</div>
</div>
<div id="toolbar">
<div id="menumain">',template_menu(),'
</div>
AD PLACEMENT
<div id="mainarea">';
The ad is then placed below the menu bar, such as in my forum (in maintenance mode):
http://www.disabilityhelpsite.com/forum/index.php
The ad shows up in the same spot on each page selected.
Just a FYI


