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:
Editing Footer
Subject: Re: Editing Footer
in /templates/mg_themes/overall_footer.tpl
This part, where you want ;)
Edit: I looked your site and noticed that you have a too big logo... it breaks the layout ;)

This part, where you want ;)
<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap="nowrap" width="250" align="left">
<span class="copyright"> 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> </span>
</td>
</tr>
</table>
<tr>
<td nowrap="nowrap" width="250" align="left">
<span class="copyright"> 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> </span>
</td>
</tr>
</table>
Edit: I looked your site and noticed that you have a too big logo... it breaks the layout ;)
Subject: Re: Editing Footer
Last edited by Zuker on Wed 25 Apr, 2007 21:57; edited 1 time in total
Remember that you CAN'T remove this part of code
&
:mricy:
- <span class="copyright"> 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>
- <span class="copyright">Design by <a href="http://www.mightygorgon.com" target="_blank">Mighty Gorgon</a> </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 ;)
@ 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 ;)
Subject: Re: Editing Footer
I guess Zuker forgot to add CAN'T.
This...
Would become...
This...
Zuker wrote: [View Post]
Would become...
Zuker wrote: [View Post]
Page 1 of 1
You cannot post new topicsYou 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.543s (PHP: 4% SQL: 96%)
SQL queries: 13 - Debug Off - GZIP Enabled