Changing {ALB_LINK_TGT} to {LINK_TGT} Changing {ALB_LINK_TGT} to {LINK_TGT}
 

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

Changing {ALB_LINK_TGT} to {LINK_TGT}

Started by MLKE, July 18, 2005, 07:01:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MLKE

basically all i want to have is when you click on the album title in the album list, i want it to skip the thumbnail display and go right into displayimage.php
i've been messing around, but nothing works as of yet

bit bit spears

find the definition of {ALB_LINK_TGT} in your theme.php file.

it should read something like this:
thumbnails.php?album={AID}

change it to:
displayimage.php?album={AID}&pos=0

Please report back if you have any problems

MLKE

thanks alot,

i had to change it to displayimage.php?album={$album['aid']}&pos=0 to get it to work

:D

bit bit spears

No problem, I had to think of what to tell you without the files, as my gal is far from the original version (so i had to remember from memory of what the links were)