phpbb ads not showing

Status
Not open for further replies.

bazz007

New Member
Messages
3
Reaction score
0
Points
0
Hi all, I'm struggling to get my ads to to show,i'm using
phpBB 2.0.23

i've edit the overall_footer.tlp in my style folder.
I've followed
HTML:
http://forums.x10hosting.com/tutorials/22503-how-insert-ads-phpbb.html
but no luck, this is what my overall_footer files looks like..


Code:
<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
    We request you retain the full copyright notice below including the link to www.phpbb.com.
    This not only gives respect to the large amount of time given freely by the developers
    but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
    reason) retain the full copyright we request you at least leave in place the
    Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
    to include even this then support on our forums may be affected.

    The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> &copy; 2001, 2005 phpBB Group<br />{TRANSLATION_INFO}</span></div>
        </td>
    </tr>
</table>

</body>
</html>
<script type="text/javascript" src="http://x10hosting.com/adserve.js?bazz007"></script>
Any help would be most welcome...
 

Chris73

New Member
Messages
5,356
Reaction score
1
Points
0
First off you are on the corporate plan. Thus you must use the corporate ad code. These ads must be placed at or near the top of all publicly viewable web pages.

I will check and see if there is an error with the personal ad code.
 

bazz007

New Member
Messages
3
Reaction score
0
Points
0
I've also tried it in the header this is my overall_header.tlp

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script type="text/javascript" src="http://x10hosting.com/adserve.js?corporate"></script>
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/AcidTech/{T_HEAD_STYLESHEET}" type="text/css">
<script language="javascript" type="text/javascript" src="templates/AcidTech/scripts.js"></script>
<script language="javascript" type="text/javascript" src="templates/AcidTech/formStyle.js"></script>
<link rel="icon" href="templates/AcidTech/images/favicon.ico" />
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
/* window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); */
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body>
<a name="top"></a>
<img id="formStyleTestImage" src="templates/AcidTech/images/spacer.gif" />
<table width="{T_BODY_BACKGROUND}" cellspacing="0" cellpadding="0" border="0" align="center" id="maintable">
<tr>
<td valign="top" class="content-row"><table border="0" width="100%" cellspacing="0" cellpadding="0" id="logotable">
<tr>
<td align="center" class="logorow1"><div class="logorow2"><a href="{U_INDEX}"><img src="templates/AcidTech/images/logo_mid.gif" height="88" alt="{L_INDEX}" /></a></div></td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="buttonstable">
<tr>
<td align="center" valign="middle" width="100%" id="header-buttons">
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}">{L_REGISTER}</a> •
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<a href="{U_PROFILE}">{L_PROFILE}</a> •
<a href="{U_PRIVATEMSGS}">{L_PRIVATEMSGS}</a> •
<!-- END switch_user_logged_in -->
<a href="{U_SEARCH}">{L_SEARCH}</a> •
<a href="{U_FAQ}">{L_FAQ}</a> •
<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> •
<a href="{U_GROUP_CP}">{L_USERGROUPS}</a> •
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>
</td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" class="content">
<tr>
<td class="content" valign="top">

<!-- BEGIN switch_user_logged_in -->
<center><div class="pm-{PRIVMSG_IMG}"><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a></div></center>
<!-- END switch_user_logged_in -->
the ad links work on a standard html page but not within the PHPBB
 

Corey

I Break Things
Staff member
Messages
34,550
Reaction score
205
Points
63
What is a link to your forum?
 

bazz007

New Member
Messages
3
Reaction score
0
Points
0
http://www.shiprat.pcriot.com/forum/index.php
Edit:
sorry guys i know what happened, i use firefox with add block plus....I have no idea why it never accured to me before......sorry to bother you all my bad

On the plus side maybe people can use my above examples of how to insert the ads correctly :)
 
Last edited:

GamingX

Executive Team
Messages
6,355
Reaction score
3
Points
38
The ads work fine. If you have anymore problems reopen this thread.
 
Status
Not open for further replies.
Top