 |
 |
 |
 |
Registered: 08/30/06
Posts: 1299
|
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
#215603 - 07/18/08 09:24 PM
Re: Who's Online Version 7.3.1
[Re: Sirdude]
|
member
Registered: 06/05/06
Posts: 188
Loc: Sydney, Australia
|
it's because you are set to invisible in your profile.. now you have also turned off letting users select that as an option, so those who are already invisible can't change it so they ARE visible.. so they'll stay invisible.. what you can do to see who is currently invisible is run this query: select u.USER_DISPLAY_NAME from ubbt_USER_PROFILE up, ubbt_USERS u WHERE up.USER_VISIBLE_ONLINE_STATUS <> 'yes'
and u.USER_ID=up.USER_ID you should notice some peeps (including you prolly) that are in that list. soooooo, just run this query: update ubbt_USER_PROFILE SET USER_VISIBLE_ONLINE_STATUS='yes' WHERE up.USER_VISIBLE_ONLINE_STATUS <> 'yes' and that will force everyone to visible and then be included in who's online Sirdude I run the comand and this is what happened: Script: /home/content/o/u/t/outdoorking/html/forum/admin/dodbcommand.php Line#: 101 SQL Error: Unknown column 'up.USER_VISIBLE_ONLINE_STATUS' in 'where clause' SQL Error #: 1054 Query: update ubbt_USER_PROFILE SET USER_VISIBLE_ONLINE_STATUS='yes' WHERE up.USER_VISIBLE_ONLINE_STATUS <> 'yes'
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#217002 - 09/14/08 06:12 AM
Re: Who's Online Version 7.3.1
[Re: carolinasoutdoor]
|
journeyman
Registered: 05/16/08
Posts: 64
Loc: North Carolina
|
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#217020 - 09/15/08 05:52 AM
Re: Who's Online Version 7.3.1
[Re: Rick]
|
journeyman
Registered: 05/16/08
Posts: 64
Loc: North Carolina
|
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
|