forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: Hellblazer on April 16, 2011, 02:52:42 pm

Title: eyeball and custome banners.
Post by: Hellblazer on April 16, 2011, 02:52:42 pm
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
Title: Re: eyeball and custome banners.
Post by: Hellblazer on April 18, 2011, 12:19:25 pm
So no one to help me get the banners into the Gallery header?
Title: Re: eyeball and custome banners.
Post by: Αndré on April 18, 2011, 01:46:17 pm
Adjust the template.html file or use the custom header feature.
Title: Re: eyeball and custome banners.
Post by: Hellblazer on April 18, 2011, 10:42:30 pm
I tried the custom header features, but it didn't work.

What would I have to adjust in the template.html?
Title: Re: eyeball and custome banners.
Post by: Hellblazer on April 18, 2011, 11:15:01 pm
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.
Title: Re: eyeball and custome banners.
Post by: Αndré on April 19, 2011, 09:21:22 am
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
Code: [Select]
<img src="themes/eyeball/images/banner9.png" border="0" alt="" />and replace with something like
Code: [Select]
<a href="../"><img src="themes/eyeball/images/banner9.png" border="0" alt="" /></a>
Title: Re: eyeball and custome banners.
Post by: Hellblazer on April 19, 2011, 11:11:00 am
Thank you very much Andre. You've been a great help!  ;D