forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: jedi on October 31, 2004, 12:51:38 pm

Title: Display Image Buttons Help
Post by: jedi on October 31, 2004, 12:51:38 pm
Is it possible to have the display image buttons change from what they are, and if so, can they be made to be rollover buttons?

I'd like to change them to match the theme I've got, and while rollovers are a desire, changing them at all would be nice.

Thanks for the assistance you can give! :-)

-Jonathan
Title: Re: Display Image Buttons Help
Post by: Joachim Müller on October 31, 2004, 02:22:59 pm
I'm not sure what you're talking about? What are "display image" buttons? Maybe you'll want to post a screenshot with the particular area highlighted...

Joachim
Title: Re: Display Image Buttons Help
Post by: jedi on November 01, 2004, 02:59:58 am
http://www.ussangeles.org/Awaymissions/displayimage.php?album=16&pos=1

What I mean is the buttons above the picture that control things like e-cards, the slideshow, and things like that.

Thanks again for your help! :-)
Title: Re: Display Image Buttons Help
Post by: Casper on November 01, 2004, 09:37:07 am
yes these can be changed.

The code you need to change is in your theme.php, look for;

Code: [Select]
// HTML template for the image navigation bar
$template_img_navbar = <<<EOT

The images you need to replace/add are in the coppermine/images folder, NOT the coppermine/themes/yourtheme/images folder.
Title: Re: Display Image Buttons Help
Post by: jedi on November 02, 2004, 05:20:12 am
Ok, that works for part 1. :-)

How about making them rollover graphics?

-Jonathan
Title: Re: Display Image Buttons Help
Post by: Joachim Müller on November 02, 2004, 08:47:23 am
whatever html/dhtml you can think of is fine.

Joachim