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
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
thanks alot,
i had to change it to displayimage.php?album={$album['aid']}&pos=0
to get it to work
:D
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)