How to insert ads in phpBB3

Status
Not open for further replies.

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
These instructions should work on all themes will little or no changes.

For the Corporate plan:
1) Login to the phpbb acp (http://yourdomain.com/phpBB3folder/adm/)
2) Click “styles”
3) Click “Templates”
4) Click the edit next to “prosilver”
5) In the drop down box find overall_header.php
6) At the end of that file add
Code:
 <div align="center">CORPORATE/ADVANCED AD CODE HERE</div>
7) Save
8) Repeat for all other templates listed
[i]You might have to click refresh next to the theme listed for the change to show[/i]

[B][U]For the Advanced plan:[/U][/B]
1)  Login to the phpbb acp (http://yourdomain.com/phpBB3folder/adm/)
2) Click “styles”
3) Click “Templates”
4) Click the edit next to “prosilver”
5) In the drop down box find overall_footer.php
6) Find [code] <!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
7) Hit enter and add the following after it
Code:
<br/> CORPORATE/ADVANCED AD CODE HERE
7) Save
8) Repeat for all other templates listed
You might have to click refresh next to the theme listed for the change to show

If you still can't insert the ads, please post in the "Free Hosting" board.
 
Status
Not open for further replies.
Top