Disclaimer button Disclaimer button
 

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

Disclaimer button

Started by GladiatoR, December 01, 2005, 08:19:07 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

GladiatoR

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?

Joachim Müller

edit themes/yourtheme/template.html with a plain text editor (notepad.exe is fine), find {GALLERY}and add your disclaimer underneath it.

GladiatoR

Once again, thanks for your help. How do I get it at the bottom of the page though?

Joachim Müller

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.