I want to show a text link under each picture but only if the user is a member and is logged in?
I have added a normal link in the displayimage file but shows the link to all visitors.
you can use:
if (USER_ID) { show link }
Ta Nibbler, If did suss it by adding if (USER_ID) {my link here} but thanks for the reply
Keep up the good work