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

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

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)