MyBB Community Forums
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> All users marked as invisible - how to make visible via php myadmin?
Full Version:
All users marked as invisible - how to make visible via php myadmin?
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Jaketfg
2011-12-09, 01:17 AM
It appears that during my conversion from phpbb3 to mybb all my users were marked as invisble.
What sql query can i run to mark all users as a visible?
Paul H.
2011-12-09, 01:19 AM
UPDATE mybb_users SET invisible='0' WHERE invisible='1'
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> All users marked as invisible - how to make visible via php myadmin?