Ads on forums.

neda218

New Member
Messages
39
Reaction score
0
Points
0
Just saying. When you edit the overall_footer.tpl you are supposed to put the html right after the <body>. Right? What does it mean by html. The url of the image? Please help me!!!
 

cottdawggz

New Member
Messages
15
Reaction score
0
Points
0
hi can you just clarify what forum are you using phpbb? vbulletin? ipb? and what kind of hosting package are you on advanced? or corporate?

then i will be able to help you
 

cottdawggz

New Member
Messages
15
Reaction score
0
Points
0
alright now firstly with corporate you need to place the ad near the top of the page so it can be seen with out scrolling at stipulated in x10hostings tos.

You'll need to edit one file, and you can edit the file by using an FTP client, or FileManager (from cPanel). Go to the phpBB folder, then go to the templates folder, and then to the folder your template is using. Edit the file overall_header.tpl.
Now just replace:
Code:
<html dir="{S_CONTENT_DIRECTION}">

with this:
Code:
<div align="center"><script type="text/javascript" src="http://x10hosting.com/adserve.js?corporate"></script></div>
<html dir="{S_CONTENT_DIRECTION}">

Then save the file, and that's it, you'll have the ad working in every page.

these instructions are straight from the how to insert ads post
http://forums.x10hosting.com/free-hosting/22505-how-insert-ads.html

i hope this helps
 
Top