File location needed File location needed
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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