forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: subran on July 24, 2005, 12:29:38 pm

Title: Add a sentence just above "Powered by Coppermine"
Post by: subran on July 24, 2005, 12:29:38 pm
Hello,

I want to add something above the "Powered by Coppermine".
I tried to do so by adding some code next to "{GALLERY}" in my "/template.html"
but all I add there comes just under the "Powered by Coppermine".

What do I have to do?


Thanks for you help,

subran
http://www.subran.be
Title: Re: Add a sentence just above "Powered by Coppermine"
Post by: Tranz on July 24, 2005, 08:03:14 pm
You could play with the css of that line by doing something like:
margin-top: -50px;

That would move the line upward.
Title: Re: Add a sentence just above "Powered by Coppermine"
Post by: subran on July 26, 2005, 11:13:41 pm
Yes, it moves the line upwards but what's now under it is moving up also :(
And I'd like to have something under the Powered by ...

I hope it's possible  ::)
Title: Re: Add a sentence just above "Powered by Coppermine"
Post by: Tranz on July 27, 2005, 07:44:18 am
Yes, it moves the line upwards but what's now under it is moving up also :(
And I'd like to have something under the Powered by ...

I hope it's possible ::)
Then you need to assign that other content a different class and give the margin-top value a positive (or non-negative) value. ::)
Title: Re: Add a sentence just above "Powered by Coppermine"
Post by: McNeo on February 25, 2006, 05:46:28 am
This is possible by doing "dirty" hack in code. I know the file and place, where it is possible. I'm not going to tell it publicly and in private also not. I sent to GauGau private message, asking help to edit nicely area above "Powered by..", but no answer. I told to him, that I already know. I'm not going to remove "Powered by..." line. I just need more freedom editing design.

So.. can any administrator contact me in private? I will tell, what I already know, and I will show, that I'm able to remove this copyright line, if I want. But I like to do it in nice way, not by hacking. What are you afraid?
Title: Re: Add a sentence just above "Powered by Coppermine"
Post by: Stramm on February 25, 2006, 09:54:25 am
read the FAQ... all you need to know's there
http://coppermine.sourceforge.net/faq.php#editCopyrights
Title: Re: Add a sentence just above "Powered by Coppermine"
Post by: McNeo on February 25, 2006, 11:56:10 am
read the FAQ... all you need to know's there
http://coppermine.sourceforge.net/faq.php#editCopyrights

Hello. I'm not removing the line. I'm not changing the line. I want just to add something between last content and this line. The line stays. And it stays as it is.

Thanks for supporting.
Title: Re: Add a sentence just above "Powered by Coppermine"
Post by: Tranz on February 25, 2006, 06:07:03 pm
As already written, you can move a line up by using css. That's what I did for my guestbook that's integrated into the gallery.

 End of discussion. This thread will get locked if you keep going at it.
Title: Re: Add a sentence just above "Powered by Coppermine"
Post by: McNeo on February 25, 2006, 06:28:40 pm
As already written, you can move a line up by using css. That's what I did for my guestbook that's integrated into the gallery.

 End of discussion. This thread will get locked if you keep going at it.

Ok, peace. All what I wanted to say, is this, that manipulating with CSS in this manner is not "normal". But ok, it's your software, it's your right to give support as you like.

And I found solution, that fills my needs. I added comments around this line, and added (copied) line itself manually bottom of the page. It is still there, everybody can see it, license agreement is not broken.

Code: [Select]
<!-- <div class="footer" align="center" style="padding-top: 10px;">
Powered by <a href="http://coppermine.sourceforge.net/" title="Coppermine Photo Gallery" rel="external">Coppermine Photo Gallery</a></div> -->

Anyway.. thanks for good software.
Title: Re: Add a sentence just above "Powered by Coppermine"
Post by: Joachim Müller on February 26, 2006, 09:46:50 pm
http://coppermine-gallery.net/demo/cpg13x/docs/faq.htm#addFooterBeforePoweredBy