forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: jan smit on January 01, 2005, 09:23:59 pm

Title: Extra button with formfunction
Post by: jan smit on January 01, 2005, 09:23:59 pm
Hello,

Can someone tell if it is possible, and if how to start to get the following function. For selling pictures  I want is the following:
when a user has the big picture on his screen, the one were you can choose slideshow for example and he clicks on for example the I(informationbutton) he gets a new screen with a form were he can fill in the quantity and mail that to me.

Regards from Holland

Jan
Title: Re: Extra button with formfunction
Post by: Tranz on January 01, 2005, 09:34:59 pm
Do you want to replace the I button or add to it?
Title: Re: Extra button with formfunction
Post by: jan smit on January 01, 2005, 10:07:38 pm
Do you want to replace the I button or add to it?


Replace is ok
Title: Re: Extra button with formfunction
Post by: Joachim Müller on January 01, 2005, 10:43:01 pm
to add/edit the image nav bar, edit themes/yourtheme/theme.php, find
Code: [Select]
// HTML template for the image navigation barand change the html code after it. You might want to look at the mod add a Paypal shopping basket to your gallery (http://forum.coppermine-gallery.net/index.php?topic=8703.0)...

Joachim
Title: Re: Extra button with formfunction
Post by: jan smit on January 01, 2005, 11:32:47 pm
to add/edit the image nav bar, edit themes/yourtheme/theme.php, find
Code: [Select]
// HTML template for the image navigation barand change the html code after it. You might want to look at the mod add a Paypal shopping basket to your gallery (http://forum.coppermine-gallery.net/index.php?topic=8703.0)...

Joachim


I will have a look at that topic. But what I want is to replace the info button and only a form with some info from the picture and one field, Quatity to fille in and send mail.

Jan
Title: Re: Extra button with formfunction
Post by: Tranz on January 01, 2005, 11:34:38 pm
Do you have the form set up already?
Title: Re: Extra button with formfunction
Post by: jan smit on January 01, 2005, 11:40:22 pm
Do you have the form set up already?

No I haven't. First I want to know if it is possible and then if it is not to difficult for me.


Jan
Title: Re: Extra button with formfunction
Post by: Tranz on January 01, 2005, 11:53:46 pm
Yes, it's possible. You can even use the ecard file as a template, and add the fields you need, and hardcode the To address.