Invisible mode in database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Oore
    Member
    • Oct 2017
    • 62
    • 5.3.x

    Invisible mode in database

    Hello,

    Where the setting for the invisible mode is stored in the database and how to retrieve the setting?

    Thanks in advance!

    Oore
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73981

    #2
    On: UPDATE user SET options=options + 512 WHERE NOT(options & 512)
    Off: UPDATE user SET options=options - 512 WHERE options & 512
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • Oore
      Member
      • Oct 2017
      • 62
      • 5.3.x

      #3
      That's exactly, what I was looking for. Thanks a lot!

      Comment

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