Banner Banner
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Banner

Started by Stefpink, April 24, 2008, 05:42:58 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Stefpink

How can i insert a banner on my gallery??  :-\

Nibbler

Edit your theme's template.html.

Stefpink


Nibbler

Download it with your FTP client, edit the HTML with a text editor to add the banner and re-upload.

Stefpink

Quote from: Nibbler on April 24, 2008, 06:08:35 PM
Download it with your FTP client, edit the HTML with a text editor to add the banner and re-upload.
ok what is the HTML code?

Joachim Müller

Depends on the banner. We can't teach you HTML, that's beyond the scope of this board.

hex1a4

To learn HTML, visit w3schools.com

In addition to modifying your themes template file, you can also insert your banner in a file located in the root directory of your Coppermine installation, then login to Coppermine as administrator, click 'Config', expand the 'Themes settings' section and specify the file with the banner either in the 'Path to custom footer include' field or 'Path to custom header include' or both.

hex1a4

Sorry about the bad link in my previous post.  The BB code works differently here than other boards I'm on.  This is the correct link: w3schools.com

Joachim Müller

It's not necessary to use the custom_header / custom_footer include paths - they are meant to be used for dynamic content. It won't help to modify them if you don't know HTML in the first place.
Just edit template.html and add your banner code, something like <img src="path/to/your/banner.jpg" width="400" height="200" border="0" alt="" />