To show a link under each picture only if logged in To show a link under each picture only if logged in
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

To show a link under each picture only if logged in

Started by ian ditch, April 03, 2005, 12:25:29 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ian ditch

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.

Nibbler


ian ditch

Ta Nibbler, If did suss it by adding if (USER_ID)  {my link here} but thanks for the reply

Keep up the good work