Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved Unhide Users
#1
Not Solved
deleted
#2
Not Solved
Try the following query in PHPMyAdmin:

UPDATE `mybb_users` SET `invisible`= `0`  WHERE `invisible` = `1`;

Be sure to download a backup of your database before running the above query.


Forum Jump:


Users browsing this thread: