Ed - php/vb mysql question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Me2Be
    Lady Moderator
    • Jun 2000
    • 2504

    Ed - php/vb mysql question

    Ed, I asked you this before, but of course I didn't keep it.

    Using MySql, how do I find out which users have marked themselves invisible - and separately, which users have marked themselves for "no" admin contact

    Thanks!
  • Freddie Bingham
    Former vBulletin Developer
    • May 2000
    • 14057
    • 1.1.x

    #2
    Users who don't want you to email them:

    select * from user where adminemail = 0

    Users who are invisible:

    select * from user where invisible = 1

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...