forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: GladiatoR on December 01, 2005, 08:19:07 am

Title: Disclaimer button
Post by: GladiatoR on December 01, 2005, 08:19:07 am
I am wanting to put a Disclaimer button on the bottom of my homepage so that it leads to another page. Also, is there a way to do this and still have the Hardwired theme but without all the gallery if that makes sense?
Title: Re: Disclaimer button
Post by: Joachim Müller on December 01, 2005, 08:51:37 am
edit themes/yourtheme/template.html with a plain text editor (notepad.exe is fine), find
Code: [Select]
{GALLERY}and add your disclaimer underneath it.
Title: Re: Disclaimer button
Post by: GladiatoR on December 01, 2005, 09:17:19 am
Once again, thanks for your help. How do I get it at the bottom of the page though?
Title: Re: Disclaimer button
Post by: Joachim Müller on December 01, 2005, 09:27:39 am
if you put it right after {GALLERY}, your disclaimer will appear beneath the "Powered by Coppermine" tag. If you put it anywhere else further down to the bottom of the template file (but not beneath the </body>-tag, it will appear further down to the bottom. In fact, this is all plain html, with the stuff in curly braces being placeholders for the actual dynamic content that coppermine will create when executed. Just experiment a bit with it: put your disclaimer somewhere, upload the template.html file (overwriting the one on your webserver), then check the looks in your browser by refreshing your site. If you need more details, you'll have to learn some html.