forum.coppermine-gallery.net

No Support => General discussion (no support!) => Topic started by: JMG on June 11, 2004, 08:14:44 pm

Title: [Solved]: Identify usertype in anycontent.php
Post by: JMG on June 11, 2004, 08:14:44 pm
How do I find out if a user is registered (in anycontent.php)? Is there variable I could check to identify usertype?

Regards

JMG
Title: Re: Identify usertype in anycontent.php
Post by: JMG on June 12, 2004, 01:14:44 pm
I found it:  USER_ID

      if (!USER_ID) {
           echo "You're not registered. Register!";
       }


/JMG