London again, footer link London again, footer link
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

London again, footer link

Started by builders, June 24, 2011, 04:22:48 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

builders

Hi guys

...where it says Powered by Coppermine Photo Gallery, I want to add few words and a link.

I understand that Coppermine Photo Gallery is free and I don't want to delete the credit for it. But I think it will look better for the website if it says : Pictures by bla bla next to Powered by Coppermine.

http://robuild.co.uk/london_builders/index.php


Thanks in advance

Αndré

From the docs:
Quote from: http://documentation.coppermine-gallery.net/en/theme_copyright.htmThis being said, this is how you can change the tag: to edit the place where the tag is being displayed, edit themes/yourtheme/template.html and move the placeholder {CREDITS} around. If you remove it from themes/yourtheme/template.html, the original default tag will show through. As it is being generated by Coppermine's pagefooter function, it needs to appear below the {GALLERY}-token. To change the content of the disclaimer, edit themes/yourtheme/theme.php and edit the function theme_credits as you see fit. If this function doesn't exist in your custom theme, copy it from the sample theme into your custom theme first. To actually remove the "Powered by Coppermine"-footer completely from the output, just modify that function to output nothing.

builders

Hi Αndré
Thanks again for helping me. I have one more silly question ; what theme do I have ? I mean what is it called?

Regards

Αndré


builders

Thanks Αndré, I am a bit late but Thank You. I am an not a professional, its more like a hobby for me, in real life I am a plumber. If you don't mind, how do I change - edit the place where the tag is being displayed, edit themes/yourtheme/template.html ? FTP ?

Αndré

You have to edit the file themes/curve/template.html via FTP. As that file will be overwritten during each update, you should rename your theme as described here: http://documentation.coppermine-gallery.net/en/theme_create.htm#theme_create_rename

builders

To say Thank you again  it will be a bit absurd.  Αndré , I think I managed the text , but now I want more. Can I have a banner down there ? Also , I did not save the file or folder with a new name.


Αndré

You can add all HTML code you want to that file. Use the img tag to include pictures: http://www.w3schools.com/tags/tag_img.asp

As I can see you already tried to include an image, unfortunately the path is wrong. Change
<img src="london_builders.gif" width="927" height="177" border="0" />
to
<img src="themes/curve/london_builders.gif" width="927" height="177" border="0" />
and your banner will be displayed.

builders


Αndré

Please
Quote from: Joachim Müller on September 28, 2008, 12:46:26 PM
tag your answer as "solved" by clicking on the "Topic Solved" button on the bar at the left hand side at the bottom of your thread.