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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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)