Once I've populated photos in my album with credits, I'm not seeing them in the album display. Nor can I, for the life of me, see any way in the Admin of making credits visible. Any suggestions?
How about [code]<?php echo getCredit();?>[/code] or [code]<?php echo getImageCredit();?>[/code]? When I use that, I get a call to undefined function error. Any idea what I'm doing wrong?
I tried adding the code `<?php echo getImageData("credit") ;?>` to image.php underneath <?php printImageDesc(true); ?> and it doesn't display. I thought it was going to pickup the info from the Admin page Edit Album/Images line. It didn't do that either. I substituted 'credit' for the text I wished to display thinking maybe it needed to be hard coded. Nothing.
Comments
<?php echo getImageData("credit") ;?>
and it doesn't display. I thought it was going to pickup the info from the Admin page Edit Album/Images line. It didn't do that either. I substituted 'credit' for the text I wished to display thinking maybe it needed to be hard coded. Nothing.