eyeball and custome banners. eyeball and custome banners.
 

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

eyeball and custome banners.

Started by Hellblazer, April 16, 2011, 02:52:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Hellblazer

I'm testing the eyeball theme and the coppermine gallery in general to see if I'll install it on my forum. At the moment I got to say I'm impressed with the amount of options and the ease of use, but I'm stumped. Not that I'm close to be an expert, so I'll need some guidance. But here is what I wish to do.

I wish to add on the top of the gallery

www.iluvatarsgrace.com/testforum2/Gallery

I'd like it over the navigation bar where you see the house icon, album list etc.

this is the banner it self

www.iluvatarsgrace.com

At the same time I'd like to make it that if someone clicks on the banner itself, it will bring them back to the main forum.

So, any help with this would be greatly appreciated.

Thanks
HB

Hellblazer

So no one to help me get the banners into the Gallery header?

Αndré

Adjust the template.html file or use the custom header feature.

Hellblazer

I tried the custom header features, but it didn't work.

What would I have to adjust in the template.html?

Hellblazer

Alright I figured out why the fix I had seen here didn't work. It has to be placed in a different location of the file, that where it is mention.

Now is there a way to imbed a link to the Banner image itself? I mean by that, if someone clicks on the banner it would bring them back to the forum.

Αndré

Quote from: Hellblazer on April 18, 2011, 11:15:01 PM
Now is there a way to imbed a link to the Banner image itself? I mean by that, if someone clicks on the banner it would bring them back to the forum.
Sure, but that are very basic HTML skills that have nothing to do with Coppermine. Anyway, open template.html, find
<img src="themes/eyeball/images/banner9.png" border="0" alt="" />
and replace with something like
<a href="../"><img src="themes/eyeball/images/banner9.png" border="0" alt="" /></a>

Hellblazer

Thank you very much Andre. You've been a great help!  ;D