View Single Post
Old
  (#4 (permalink))
mikem
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
05-20-2003, 09:51 PM

Ok here is the general idea. I'll really have to work on this one to make it work.

The info we need to grab from the database is in the users table
user_allow_viewonline
If a user sets himself to be NOT VISIBLE, then the value of that variable is 0, if he is Viewable, then the value is 1.
What we need to do is tell the script to first grab that little bit of info with an sql query. Then if the value =0, skip display that user, otherwise, show the user.

sounds simple?..uh yeah...

mikem
   
Reply With Quote