forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: builders on June 24, 2011, 04:22:48 am

Title: London again, footer link
Post by: builders on June 24, 2011, 04:22:48 am
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
Title: Re: London again, footer link
Post by: Αndré on June 24, 2011, 09:28:25 am
From the docs:
Quote from: http://documentation.coppermine-gallery.net/en/theme_copyright.htm
This 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.
Title: Re: London again, footer link
Post by: builders on June 25, 2011, 07:24:14 pm
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
Title: Re: London again, footer link
Post by: Αndré on June 27, 2011, 02:21:28 pm
curve
Title: Re: London again, footer link
Post by: builders on January 15, 2012, 02:06:17 am
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 ?
Title: Re: London again, footer link
Post by: Αndré on January 17, 2012, 04:19:54 pm
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
Title: Re: London again, footer link
Post by: builders on January 29, 2012, 05:21:06 am
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.

Title: Re: London again, footer link
Post by: Αndré on January 31, 2012, 09:48:02 am
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
Code: [Select]
<img src="london_builders.gif" width="927" height="177" border="0" />to
Code: [Select]
<img src="themes/curve/london_builders.gif" width="927" height="177" border="0" />and your banner will be displayed.
Title: Re: London again, footer link
Post by: builders on February 01, 2012, 04:03:07 am
It works.

Danke schön Αndré
Title: Re: London again, footer link
Post by: Αndré on February 01, 2012, 08:59:10 am
Please
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.