forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: Fudgemaster on February 21, 2006, 06:00:03 pm

Title: Adding more text to "Powered by Cop.."
Post by: Fudgemaster on February 21, 2006, 06:00:03 pm
I had 1.3.5 installed and I upgraded to 1.4.3.
Have bridged with phpbb 2.0.19.
Gallery is at http://www.partanen.net/gallery and forum at http://www.partanen.net/forum
Using Rainy day theme in coppermine.

On the bottom of the page in the gallery is the "Powered by Coppermine Photo Gallery" text with the link.
On the 1.3.5 I had added under this "and hosted by Nebula" with a link.

1.3.5
Code: [Select]
   <td><table border="0" cellpadding="0" cellspacing="0" width="100%">
          <tr>
           <td background="themes/rainy_day/images/template_r6_c1.gif"><img name="template_r6_c1" src="themes/rainy_day/images/template_r6_c1.gif" width="42" height="328" border="0" id="template_r6_c1" alt="" /></td>
              <td width="100%" align="center" background="themes/rainy_day/images/template_r6_c3.gif" style="padding-left: 10px; padding-right: 10px;">{ADMIN_MENU}
            {GALLERY}<span class="style3"> and hosted by <a href="http://www.nebula.fi">Nebula </a></span></td>
              <td background="themes/rainy_day/images/template_r6_c9.gif"><img name="template_r6_c9" src="themes/rainy_day/images/template_r6_c9.gif" width="42" height="328" border="0" id="template_r6_c9" alt="" /></td>
          </tr>
        </table></td>

That had it centered and sized the same as the "powered by..." text.
I seem to have forgotten something of something has changed in the 1.4.3 version of coppermine.

The text now gets aligned to left and is diffirent sized and with diffirent font in 1.4.3.

I'm not a good coder and have only notepad/wordpad in use ATM for editin (crappy laptop).

Oh great gods of (code and) coppermine, what is the solution to this small "problem" of mine  ???

 - Sami Partanen .
Title: Re: Adding more text to "Powered by Cop.."
Post by: Joachim Müller on February 21, 2006, 06:36:59 pm
http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#editCopyrights
http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#addFooterBeforePoweredBy
The most recommended option is to add your stuff into a new line of it's own right after "Powered by Coppermine" - just add your stuff after the {GALLERY}-token

Locking thread to discourage the further discussion of this issue.