[IPB] Placing Ad Banner in Footer

phenetic

New Member
Messages
490
Reaction score
0
Points
0
Step 1
Log into the ACP and on the left panel find: Skins & Templates and under that category select Board Wrappers.

Step 2
Now go to whatever skin you want to edit and click on Edit.

Step 3
Now you should copy and paste your google code and then pop it in between <% COPYRIGHT %> and <% STATS %> or you can put it under <% COPYRIGHT %> if you want.

Step 4 (Optional)
You may put it in between <% BOARD HEADER %> & <% NAVIGATION %> if you want it in the header.

Questions? Comments? Post em here.
 

hellomyfriends

New Member
Messages
92
Reaction score
0
Points
0
hey yo,it's very useful
And use this tag to put your ad in the center:

<dic align=center>your ad code here</div>
 

zzzzzzzuhlast

New Member
Messages
34
Reaction score
0
Points
0
phenetic said:
Step 1
Log into the ACP and on the left panel find: Skins & Templates and under that category select Board Wrappers.

Step 2
Now go to whatever skin you want to edit and click on Edit.

Step 3
Now you should copy and paste your google code and then pop it in between <% COPYRIGHT %> and <% STATS %> or you can put it under <% COPYRIGHT %> if you want.

Step 4 (Optional)
You may put it in between <% BOARD HEADER %> & <% NAVIGATION %> if you want it in the header.

Questions? Comments? Post em here.
great tutorial, now i just need to find my Google code and I am set! please help me
 

icely

New Member
Messages
318
Reaction score
0
Points
0
guess this tutorials will be void because of the new rule.. how about placing it at the top?
 

kontacto

New Member
Messages
34
Reaction score
0
Points
0
phenetic said:
Step 1
Log into the ACP and on the left panel find: Skins & Templates and under that category select Board Wrappers.

Step 2
Now go to whatever skin you want to edit and click on Edit.

Step 3
Now you should copy and paste your google code and then pop it in between <% COPYRIGHT %> and <% STATS %> or you can put it under <% COPYRIGHT %> if you want.

Step 4 (Optional)
You may put it in between <% BOARD HEADER %> & <% NAVIGATION %> if you want it in the header.

Questions? Comments? Post em here.

I do not find Skins & Templates in Cpanel :mad:
 

KbFr08

New Member
Messages
126
Reaction score
0
Points
0
thx for the tuturol this is verry useful im going to us ipb
 

aman01

New Member
Messages
98
Reaction score
0
Points
0
good tutorial. simple. although I know how to put the advertisement at the IPB. Only applicable to 1.3. You can't use this method for version 2.x
 

SnT2k

New Member
Messages
58
Reaction score
0
Points
0
I think I made the new code work on IPB 2.0...
I just..er... appended spaces... like this:

(for advanced)
Code:
<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;what=zone:2&amp;target=_blank");
document.write ("&amp;exclude=" + document.phpAds_used);
if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
document.write ("'><" + "/script>"); //--> 
</script>
<noscript>
<a href='http://x10hosting.com/advert/adclick.php?n=a4f0eec1' target='_blank'>
<img src='http://x10hosting.com/advert/adview.php?what=zone:2&amp;n=a4f0eec1' border='0' alt=''>
</a>
</noscript>

anyone may want to double-check that....
 

yhap2003

New Member
Messages
222
Reaction score
0
Points
0
Ok, tx to phenetic for making the tutorial, i hope this would help alot of ppl. So they can stop post about ads problem!!
 

situ

New Member
Messages
62
Reaction score
0
Points
0
kontacto said:
I do not find Skins & Templates in Cpanel :mad:

Well, make sure that you are using IPB 2.0.3; open your forum, login as an Administrator, go to the Admin Cpanel from the top. It will pop in new window. Login again as an Administrator. You will find Skins and Templates in left frame. Tell us if you still have problem.
 

Stanz

New Member
Messages
76
Reaction score
0
Points
0
you can add the code before </body> tag in the Board wrapper from skin & template.
 

g3nius

New Member
Messages
32
Reaction score
0
Points
0
Wait...so does could we use this to add the ad's we need on our site?

Awsome tut BTW!
 
Top