How to insert ads in IP.Board 2.3

Status
Not open for further replies.

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
For the Corporate plan:
1) Login to the Admin CP
2) In the admin menu, click "Look & Feel" and then click the icon with the down arrow located to the right of your theme and click "Edit Board Header & Footer Wrapper"
3) Find "<% BOARD HEADER %>" and put
Code:
<center><script type="text/javascript" src="http://x10hosting.com/adserve.js?corporate"></script></center>
after it.
4) Click "Save Wrapper"


For the Advanced plan:
1) Login to the Admin CP
2) In the admin menu, click "Look & Feel" and then click the icon with the down arrow located to the right of your theme and click "Edit Template HTML"
3) Click "All Global HTML" and then "global_board_footer"
4) Find the first table and put
Code:
<tr><td align="center" nowrap="nowrap" colspan="3"><script type="text/javascript" src="http://x10hosting.com/adserve.js?advanced"></script></td></tr>
" after the </tr>
5) Click "Save Template Bit"
 
Last edited:
Status
Not open for further replies.
Top