phpBB2Refugees.com Logo
Not affiliated with or endorsed by the phpBB Group

Register •  Login 

Continue the legacy...

Welcome to all phpBB2 Refugees!Wave Smilie

This site is intended to continue support for the legacy 2.x line of the phpBB2 bulletin board package. If you are a fan of phpBB2, please, by all means register, post, and help us out by offering your suggestions. We are primarily a community and support network. Our secondary goal is to provide a phpBB2 MOD Author and Styles area.

Footer Problem


 
Search this topic... | Search General Support... | Search Box
Register or Login to Post    Index » General Support  Previous TopicPrint TopicNext Topic
Author Message
The Omicron
Board Member



Joined: 27 Jul 2011

Posts: 5



PostPosted: Wed Jul 27, 2011 6:51 pm 
Post subject: Footer Problem

Hello. I have installed a theme, but I don't know where could I modify the footer.

This is the link of my forum, please help.
http://www.fragmaster.ro/forum/

I want to add and change something here:
Powered by phpBB modified by Przemo © 2003 phpBB Group
Back to top
Salvatos
Board Member



Joined: 19 Feb 2009

Posts: 449
Location: Québec


flag
PostPosted: Thu Jul 28, 2011 12:09 am 
Post subject: Re: Footer Problem

Welcome to the forum.

This part should be in /templates/your_template_name/overall_footer.tpl
Keep in mind that the copyright notice must remain, even if you alter it.
Back to top
The Omicron
Board Member



Joined: 27 Jul 2011

Posts: 5



PostPosted: Thu Jul 28, 2011 3:29 pm 
Post subject: Re: Footer Problem

I will not delete the copyright, I just wanted to insert something new there...

http://www.megaupload.com/?d=YL5FVCZ7

It's not in the overall header.tpl, i uploaded the theme , I hope you could help me icon_mrgreen.gif
Back to top
dogs and things
Board Member



Joined: 18 Nov 2008

Posts: 628
Location: Spain


flag
PostPosted: Thu Jul 28, 2011 4:58 pm 
Post subject: Re: Footer Problem

overall_footer.tpl icon_biggrin.gif
_________________
phpBB2 will never die, I hope!
Back to top
The Omicron
Board Member



Joined: 27 Jul 2011

Posts: 5



PostPosted: Thu Jul 28, 2011 5:20 pm 
Post subject: Re: Footer Problem

What Line?
Back to top
dogs and things
Board Member



Joined: 18 Nov 2008

Posts: 628
Location: Spain


flag
PostPosted: Thu Jul 28, 2011 5:21 pm 
Post subject: Re: Footer Problem

It is a very small files with few lines.

Open it in a text editor and have a look.

_________________
phpBB2 will never die, I hope!
Back to top
The Omicron
Board Member



Joined: 27 Jul 2011

Posts: 5



PostPosted: Thu Jul 28, 2011 6:56 pm 
Post subject: Re: Footer Problem

I did, and I deleted the line where was written copyright and tried to type something else, but nothing changed...
Back to top
dogs and things
Board Member



Joined: 18 Nov 2008

Posts: 628
Location: Spain


flag
PostPosted: Fri Jul 29, 2011 2:33 am 
Post subject: Re: Footer Problem

Copy the content of the original overall_footer.tpl and paste it here using the bbcode code-button so we can have a look.
_________________
phpBB2 will never die, I hope!
Back to top
The Omicron
Board Member



Joined: 27 Jul 2011

Posts: 5



PostPosted: Fri Jul 29, 2011 7:58 am 
Post subject: Re: Footer Problem

Code:
{ROTATE_BANNER_4}

   <br>

   {CLICK_HERE_TO_VIEW}{PAGE_LOAD_PLEASE_WAIT}</span><br>

{BANNER_BOTTOM}</div>

{LOADING_FOOTER}<br>

{ROTATE_BANNER_5}

</div>

   <div id="stopka">

      <div id="stopkaleft"></div>

      

   </div>

<!-- BEGIN advert -->

   </td>

      <td><img src="images/spacer.gif" border="0" height="1" width="2" alt=""></td>

      <td valign="top" width="{advert.ADVERT_WIDTH}" nowrap="nowrap" height="100%" class="bodyline">

         <table width="100%" cellspacing="0" cellpadding="2" border="0" style="height: 100%;">

            <tr>

               <td valign="top" width="100%" height="100%">{advert.ADVERT}</td>

            </tr>

         </table>

      </td>

      <!-- BEGIN advert_forum_thin -->

      <td width="100%"><img src="images/spacer.gif" border="0" height="1" width="100%" alt=""></td>

      <!-- END advert_forum_thin -->

   </tr>

   

</table>



</div>

<!-- END advert -->

<!-- BEGIN pagina_pages -->

<div id="s_pagina" style="display: none; background: {T_TR_COLOR1}; border: solid {T_TR_COLOR3} 1px; width: 50px; height: 37px; position: absolute; filter: alpha(opacity=90); -moz-opacity: 0.90;" >

   <table align="center" cellspacing="0">

      <tr>

         <td align="right" valign="top">

            <div style="display: inline; font-size: 8px; width: 10px; height: 6px; cursor: pointer; margin: 0px;" align="right" onclick="document.getElementById('s_pagina').style.display='none';"><b>X</b></div>

         </td>

      </tr>

      <tr>

         <td align="center">

            <form action="{BASE_URL}" method="post"><select name="start" onchange="this.form.submit();">{pagina_pages.OPTIONS}</select></form>

         </td>

      </tr>

   </table>

   

</div>

<!-- END pagina_pages -->

</div>



</body>

</html>
Back to top
Citrix
Board Member



Joined: 19 Feb 2012

Posts: 42



PostPosted: Thu Feb 23, 2012 9:12 pm 
Post subject: Re: Footer Problem

here is what the content looks like from subsilver
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 {PHPBB_VERSION} 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> {PHPBB_VERSION} &copy; 2001, 2002 phpBB Group<br />{TRANSLATION_INFO}</span></div>
      </td>
   </tr>
</table>

</body>
</html>
Where do you want to add your new code?
Back to top
Display posts from previous:   
Register or Login to Post    Index » General Support  Previous TopicPrint TopicNext Topic
Page 1 of 1 All times are GMT - 4 Hours
 
Jump to:  

Index • About • FAQ • Rules • Privacy • Search •  Register •  Login 
Not affiliated with or endorsed by the phpBB Group
Powered by phpBB2 © phpBB Group
Generated in 0.0473 seconds using 17 queries. (SQL 0.0143 Parse 0.0009 Other 0.0321)
phpBB Customizations by the phpBBDoctor.com
Template Design by DeLFlo and MomentsOfLight.com Moments of Light Logo