My Footer Isnt Being Shown


Subject: My Footer Isnt Being Shown
Hello I have edited the overall_footer.tpl and in the ACP

Bloque HTML del Pie de Página
Activando esta opción en la parte inferior de cada página un código específico en HTML será mostrado. X Sí No

and this is the code but nothing appears....

Code: [Download] [Hide] [Select]
<script language="javascript" type="text/javascript" >
iw_ad_cliente='16449cdd169d248c891506ac8628480d';
iw_ad_pagina=21512;
iw_ad_cod=13489;
iw_ad_tm=2;
iw_ad_ancho=468;
iw_ad_alto=60;
iw_ad_formato='ad_468x60';
iw_ad_cad='6fffe05d6330ddbe00d46c19e989dff3';
iw_ad_tipo=2;
iw_ad_tipocod=2;
iw_ad_modo=1;
</script>
<script language="javascript" src="http://www.impresionesweb.com/r/banner_iw.php?idrotador=21512&tamano=468x60"></script>
</p>
<script type="text/javascript"><!--
google_ad_client = "pub-1453695100506124";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2007-04-03: guerrerosdelkaos
google_ad_channel = "2900238799";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


How can I solve this?

thanks

I'm using IP

Profile PM  
Subject: Re: My Footer Isnt Being Shown
Maybe a link to your site where the code is?

Subject: Re: My Footer Isnt Being Shown
http://www.guerrerosdelkaos.es/foros/

Profile PM  
Subject: Re: My Footer Isnt Being Shown
But you have to enable "Message From The Staff" to show the html code

Subject: Re: My Footer Isnt Being Shown
it is working
I added this code at the begining [for icy template it is overall_footer_sq.tpl]

info_add2

:wink:

Subject: Re: My Footer Isnt Being Shown
How can I activate the Messsage from the staff, whereis the option??

Profile PM  
Subject: Re: My Footer Isnt Being Shown
no need

it is full overall_footer_sq.tpl code for you

Code: [Download] [Hide] [Select]
<br />
<script language="javascript" type="text/javascript" >
iw_ad_cliente='16449cdd169d248c891506ac8628480d';
iw_ad_pagina=21512;
iw_ad_cod=13489;
iw_ad_tm=2">2;
iw_ad_ancho=468;
iw_ad_alto=60;
iw_ad_formato='ad_468x60';
iw_ad_cad='6fffe05d6330ddbe00d46c19e989dff3';
iw_ad_tipo=2">2;
iw_ad_tipocod=2">2;
iw_ad_modo=1;
</script>
<script language="javascript" src="http://www.impresionesweb.com/r/banner_iw.php?idrotador=21512&tamano=468x60"></script>
</p>
<script type="text/javascript"><!--
google_ad_client = "pub-1453695100506124";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2007-04-03: guerrerosdelkaos
google_ad_channel = "2900238799";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


<!-- BEGIN switch_importal -->
{PORTAL_TAILCENTER}
</td>
{PORTAL_TAILRIGHT}
</tr>
</table>
{PORTAL_TAIL}
<!-- END switch_importal -->

<center><span class="admin-link"><br />{ADMIN_LINK}<br /><br /></span></center>

</td>
</tr>
<!-- BEGIN switch_footer_table -->
<tr>
<td width="100%" colspan="3">
<div style="padding-left:5px; padding-right:5px;">
<table cellspacing="0" cellpadding="0" width="100%" class="forumline">
<tr>
<td class="row-header"><span>{L_STAFF_MESSAGE}</span></td>
</tr>
<tr>
<td><div class="post-text"><br />{switch_footer_table.FOOTER_TEXT}<br /><br /></div></td>
</tr>
</table>
</div>
</td>
</tr>
<!-- END switch_footer_table -->
<!--
<tr>
<td colspan="3" width="100%">
<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr><td class="row5bg" width="100%">&nbsp;</td></tr>
</table>
</td>
</tr>
-->
<tr>
<td colspan="3">
<div id="bottom_logo_ext">
<div id="bottom_logo">
<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap="nowrap" width="250" align="left">
<span class="copyright">&nbsp;Powered by <a href="http://www.icyphoenix.com/" target="_blank">Icy Phoenix</a> based on <a href="http://www.phpbb.com/" target="_blank">phpBB</a>{TRANSLATION_INFO}</span>
</td>
<td nowrap="nowrap" align="center">
<center>
<span class="generation"><b>{LOFI}</b></span>
<!-- BEGIN generation_time_switch -->
<span class="generation">{PAGE_GEN_TIME} <b>{GENERATION_TIME}s</b> (PHP: {PHP_PART}% SQL: {SQL_PART}%)<br />{SQL_QUERIES}: {NUMBER_QUERIES} - {DEBUG_TEXT} - {GZIP_TEXT}</span>
<!-- END generation_time_switch -->
</center>
</td>
<td nowrap="nowrap" width="250" align="right">
<span class="copyright">Design by <a href="http://www.mightygorgon.com" target="_blank">Mighty Gorgon</a>&nbsp;</span>
</td>
</tr>
</table>
</div>
</div>
</td>
</tr>
</table>
</center>
</td>
<td class="rightshadow" width="9" valign="top"><img src="{FULL_SITE_PATH}{SPACER}" alt="" width="9" height="1" /></td>
</tr>
</table>

{BOTTOM_HTML_BLOCK}
<a name="bottom"></a>
</body>
</html>

Subject: Re: My Footer Isnt Being Shown
thanks, another question.

How can I put another add script near my logo like you have here?

Profile PM  
Subject: Re: My Footer Isnt Being Shown
kansy, search inside ACP

CONFIGURATION->HEADERS & BANNERS

There you got what you want ;)

Subject: Re: My Footer Isnt Being Shown
So to put the banner at the right of the logo image, the option is there?
Ok I will search

Profile PM  
Subject: Re: My Footer Isnt Being Shown
Yes mate 8)


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.0714s (PHP: 27% SQL: 73%)
SQL queries: 10 - Debug Off - GZIP Enabled