Customizing SMF > Modifications and Packages

Ad Management mod 3.1 Released SMF 2.0.x and SMF 1.1.x Support!

<< < (1364/1410) > >>

mrintech:
Thanks a ton for this MOD :)

I just started using it and it works like a charm :)

Thanks a lot again :)

Texan78:
Hello,

I have this mod installed and I have had it installed for months and no problems out of it at all. I just have a minor tweak I want to make so I can manage the location of Ads better.

If you look at the screenshot, you will noticed circled in red is where the Mod places the ad if you have it selected for "Display ads on every page on the top of the page". I would like to move that bit of code that displays those Ads to where the Banner Ad is currently placed. I have that ad hard coded in my index.template.php for the Banner. I would like to control my ads from the Mod, but I would like it to place them where the current banner is at.

Traced back through the manual edits and nothing referring to code for the index.template.php file that adds that code to the very top. So where would I find that code so I can move it to where I want it or is that done with a hook? If so, where could I find it?



-Thanks!

Kindred:
Use HTML center tags...

Texan78:

--- Quote from: Kindred on August 20, 2012, 11:12:28 PM ---Use HTML center tags...

--- End quote ---

Those are Deprecated tags, instead do.


--- Code: ---<div style="text-align:center">INSERT GOOGLE CODE HERE</div>
--- End code ---

mrintech:

--- Quote from: khyamay on August 21, 2012, 08:21:47 AM ---
--- Quote from: Texan78 on August 20, 2012, 11:41:53 PM ---
--- Quote from: Kindred on August 20, 2012, 11:12:28 PM ---Use HTML center tags...

--- End quote ---

Those are Deprecated tags, instead do.


--- Code: ---<div style="text-align:center">INSERT GOOGLE CODE HERE</div>
--- End code ---

--- End quote ---

i am using ad management mod and the code u mention can only be used when manually inserting the ad right??

--- End quote ---

It will work everywhere. Just put the tags above and below the Ad code in Ad Management Page :)

I used following and it works like a charm:


--- Code: ---<center>
.
.
GOOGLE ADSENSE CODE
.
.
</center>
<br></br>

--- End code ---
:)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version