Costumize displayimage.php (sql strings and update tables) Costumize displayimage.php (sql strings and update tables)
 

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

Costumize displayimage.php (sql strings and update tables)

Started by cftranslate, June 14, 2004, 08:49:08 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cftranslate

For what I have seen in order to write a customized displayimage script (the one that is called when each album thumbnail is clicked) I need to pass

displayimage.php?album=n&pos=n

Now I want displayimage.php to contain the code to open a window with  the image full screen (no URL box or status in the browser) instead of showing the intermediate picture with the picture reel below.

I need to know:

- The SQL strings to query the database and display the image (queries used in original displayimage.php but adapted to display just full image instead of intermediate image)

- Other SQL strings and database queries are needed to update seen pictures count or any other count updates  used in the original displayimage.




Thanks.