News:

Welcome to SMF Ads Support Forum

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - tatonka

#1
Ad Support / Google advert placement
June 05, 2009, 12:07:18 PM
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