File location needed File location needed
 

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

File location needed

Started by Zaaka, March 10, 2007, 10:02:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Zaaka

I am wanting to place a small button under each thumbnail (and main picture) but which files do I need to edit?

Nibbler

Locate the templates you need to change in the sample theme's theme.php, copy them to your theme.php and modify your copy. Look for

// HTML template for thumbnails display

and

// HTML template for intermediate image display

Zaaka

Managed to do that, however i Have a query, how would I insert the picture filename, into a form fields value?

eg. I would need the filename instead of the ########


<input type="hidden" name="item_number" value="########">

Joachim Müller

Depends on where you want to use that piece of code.

Zaaka

What I am trying to do is sell my photo's on my site, I have all the code etc to use paypal (places a Buy Now button below the picture), however I need to insert the photo's filename as a URL parameter when passing the paypal details to paypal.

you can view what I have done so far by visiting www.clubsnortheast.com/g

Joachim Müller