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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.