Hey all,
I took me (somewhat of a PHP rookie) a few hours to figure out how to do this so thought I would share. From lightbox I wanted people to see smaller images, but be able to have a link to download the full image. Here is the snipet of code that worked for me.
[quote]` ]" title="<?php echo '<a href="'; echo getFullImageURL(); echo '">Get Full Image'; ?>"><?php printImageThumb(getFullImageURL()); ?></a>
`
[/quote]
kw