This is a discussion on How to add advertising to phpbb? within the Programming Articles forums, part of the Webmaster Articles/Tutorials category; How to add advertising to phpBB? In this tutorial, I will tell you how to add adsense to phpBB, or ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| | #1 (permalink) |
| Moderator | How to add advertising to phpBB? In this tutorial, I will tell you how to add adsense to phpBB, or any other graphics in the footer area. The first thing is to install phpBB, then you go to /templates/<Theme name>/overall_footer.tpl. This can work for anything. I have added a link to us link at the bottom of pcwebtalk.com, so it can be accessed. You can edit it how you wish, but too many links will deform the template layout, my site pcwebtalk.com is an example of this (when not viewed in IE). Once you are there, you can add copyright (but do not change the phpBB copyright). Then you can make your site more customizable. Here is the normal code. Code: <div align="center"><span class="copyright"><br />{ADMIN_LINK}
</td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="right"><a href="#top"><img src="templates/iCGstation/images/top.gif" border="0" /></a></td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="templates/iCGstation/images/bt_left.gif" border="0" /></td>
<td width="100%" class="indexbom" valign="bottom" align="center">
<span class="copyright">Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2002 phpBB Group
<br />iCGstation v1.0 Template By <a href="http://www.ioptional.com" target="_block" class="copyright">Ray</a> © 2003, 2004 <a href="http://www.ioptional.com" target="_block" class="copyright">iOptional</a><br />
<br />{TRANSLATION_INFO}<br /><br /><br /><br /><br /></span>
</td>
<td><img src="templates/iCGstation/images/bt_right.gif" border="0" /></td>
</tr>
</table>
</td>
<td width="10" nowrap="nowrap" class="righttd"></td>
</tr>
</table>
</body>
</html>
Code: <div align="center"><span class="copyright"><br />{ADMIN_LINK}
</td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="right"><a href="#top"><img src="templates/iCGstation/images/top.gif" border="0" /></a></td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="templates/iCGstation/images/bt_left.gif" border="0" /></td>
<td width="100%" class="indexbom" valign="bottom" align="center">
<span class="copyright">Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2002 phpBB Group
<br />iCGstation v1.0 Template By <a href="http://www.ioptional.com" target="_block" class="copyright">Ray</a> © 2003, 2004 <a href="http://www.ioptional.com" target="_block" class="copyright">iOptional</a><br />
<a href=http://pcwebtalk.com/linkus.html>Link to us</a><br>
<br />{TRANSLATION_INFO}<br /><br /><br /><br /><br /></span>
</td>
<td><img src="templates/iCGstation/images/bt_right.gif" border="0" /></td>
</tr>
</table>
</td>
<td width="10" nowrap="nowrap" class="righttd"></td>
</tr>
</table>
</body>
</html>
__________________ Free .org domain - Click for details! Do not pm asking for things. My inbox is full. Add me to MSN! |
| | |
| Tags |
| add, advertising, phpbb |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Free Blog Hosting - Sorry no advertising outside advertising section | hopio | Hosting Forum | 0 | 28-11-2005 11:54 |
| need some help with phpbb mod instalament.. | nicklas | Programming / Scripting / Coding | 0 | 31-07-2005 18:19 |
| PHPBB Themse | KF1 | General Webmaster Discussion | 10 | 16-07-2005 11:32 |
| Standalone phpBB Arcade??? | vegancoder | Website Development Forum | 0 | 12-07-2005 10:17 |
| phpbb to vBulletin | Wistow | General Webmaster Discussion | 22 | 09-03-2005 04:17 |