Editing Footer


Subject: Editing Footer
Hello evrybody!
In my template i'd like editing footer to put into a "disclaimer" (example: http://mysite.com/disclaimer ).
the text must result "read the disclaimer" in my mars_attack and icy phoenix theme.
what line of what file i must edit? whit what?
thanks a lot! :wink:
Tradotta italiano:
ciao a tutti!
vorrei modificare il footer del mio template di modo di fare apparire qualcosa come "leggi il disclaimer" nei temi "mars attack" e "icy phoenix".
Come posso fare?mi potete dare il codice corretto indicandomi il file e la linea da modificare?
scusate la mia ignoranza :oops:
grazie mille! :wink:

Profile PM  
Subject: Re: Editing Footer
in /templates/mg_themes/overall_footer.tpl



This part, where you want ;)



Code: [Download] [Hide] [Select]
<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>





Edit: I looked your site and noticed that you have a too big logo... it breaks the layout ;)



snapper1177445166953

Subject: Re: Editing Footer
Remember that you CAN'T remove this part of code

Code: [Download] [Hide]
  1. <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>  
&

Code: [Download] [Hide]
  1. <span class="copyright">Design by <a href="http://www.mightygorgon.com" target="_blank">Mighty Gorgon</a>&nbsp;</span>  


:mricy:

Last edited by Zuker on Wed 25 Apr, 2007 21:57; edited 1 time in total
Subject: Re: Editing Footer
thanks a lot :D
@ vortex: with resolution 1280x1024 you haven't got this resolution problem,but i'll resize the logo for 1024x768.. thanks!
I'll try to do it, but first i'll do a backup of that file :mryellow:
@zuker: i can't remove it... I think that because there is the GPL on IP ;)

Profile PM  
Subject: Re: Editing Footer
I guess Zuker forgot to add CAN'T.

This...
Zuker wrote: [View Post]
Remember that you remove this part of code


Would become...
Zuker wrote: [View Post]
Remember that you cannot remove this part of code

Subject: Re: Editing Footer
Mighty Gorgon wrote: [View Post]
I guess Zuker forgot to add CAN'T.

This...
Zuker wrote: [View Post]
Remember that you remove this part of code


Would become...
Zuker wrote: [View Post]
Remember that you cannot remove this part of code


I think that Mr Ghost remove the word :P


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.3665s (PHP: 5% SQL: 95%)
SQL queries: 10 - Debug Off - GZIP Enabled