Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.

How to make the plugin hidden from guest

How can I make the plugin hidden from guest users?

Comments

  • AnonymooseAnonymoose ✭✭
    edited January 2013
      // Check to see if guest.
      if(Gdn::Session()->UserID == 0)
         return FALSE;
    
Sign In or Register to comment.