Place ADS in Invision Power Board 2

michaelp

New Member
Messages
568
Reaction score
0
Points
0
You dont need edit any file!
You only need to edit board wrapper!

Login to admin cp go to Skins & Templates > Skin Manager > (click skin on wich you want place ads) Edit Root Skin Board Header & Footer Wrapper

And add ADS code where you like (example after %copyright%)

The operation is fully revertable.
To restore old wrapper:
Skins & Templates > Skin Manager > (click skin on wich you want place ads) Revert All Skin Customizations...

The process is same for Invision Power Board 1 and phpBB forums.
 

MicrotechXP

New Member
Messages
7,644
Reaction score
0
Points
0
This a very nice tutorial but there is a faster and easyer version. I will post it when I get back from my vacation.
 

flankerdin

New Member
Messages
450
Reaction score
0
Points
0
Hey man.. thank you for this great and easy tut...:hug:

But i still cant see the ads....
 
Last edited:

o0slowpaul0o

New Member
Messages
254
Reaction score
0
Points
0
I would of done it this way...

Admin> Skin Manager > Select Skin> Edit HTML Template> Global_board_header.

Just put it with the links, shouldn't streatch the Board.
 

flankerdin

New Member
Messages
450
Reaction score
0
Points
0
o0slowpaul0o said:
I would of done it this way...

Admin> Skin Manager > Select Skin> Edit HTML Template> Global_board_header.

Just put it with the links, shouldn't streatch the Board.

I`ll give it a try...
if good ill reply if not ill reply also :happy:
 
F

FuBoy

Guest
Hehe. I resorted to craeting a new board called "Sponsors" and putting the code into the Board Descrption. This is much better.
 

XColl

New Member
Messages
1,054
Reaction score
2
Points
0
Or go to your global headers, members_bar, and place the code ONTOP of the other code there. Do the same for the disabled_member_Bar.
 

flankerdin

New Member
Messages
450
Reaction score
0
Points
0
Try to use this code...
This code for Corporate Plan..
Code:
<center>
<script language='JavaScript' type='text/javascript' src='http://x10hosting.com/advert/adx.js'></script>
<script language='JavaScript' type='text/javascript'>
<!--
	if (!document.phpAds_used) document.phpAds_used = ',';
	phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
	
	document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
	document.write ("http://x10hosting.com/advert/adjs.php?n=" + phpAds_random);
	document.write ("&amp;amp;what=zone:1&amp;amp;target=_blank");
	document.write ("&amp;amp;exclude=" + document.phpAds_used);
	if (document.referrer)
		document.write ("&amp;amp;referer=" + escape(document.referrer));
	document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://x10hosting.com/advert/adclick.php?n=a7fb3e9d' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:1&amp;amp;n=a7fb3e9d' border='0' alt=''></a></noscript>
</center>


Add my reputation if you find this post usefull :happy:
Thank You
 
Last edited:

Album

New Member
Messages
348
Reaction score
0
Points
0
DesertWar said:
Um, Where do you add heders in phpbb2.
I'm using phpbb2 also, and i cant find the headers and footers neither...
 
Last edited:

flankerdin

New Member
Messages
450
Reaction score
0
Points
0
Album said:
DesertWar said:
Um, Where do you add heders in phpbb2.
I'm using phpbb2 also, and i cant find the headers and footers neither...

Please read the topic before you post anything......
This topic is related with invision power board not phpBB..
i believe there is already a guide how to put add on phpBB
 

HawtSauce

New Member
Messages
72
Reaction score
0
Points
0
I am having trouble getting the x10 Advanced plan text link to show up under the board footer, or anywhere else for that matter. I tried the code for the corporate plan that you showed and that worked, but I can't get the advanced code to work.
 
B

Brandon

Guest
To add ad's took me all night you have to edit the overall_header.tpl
 

ThaoD

New Member
Messages
12
Reaction score
0
Points
0
Thanks for showing me the different methods! Very useful. :)
 
Top