Author |
Message |
tangoman
Involved


Joined: Aug 06, 2005
Posts: 301
|
Posted:
Fri Aug 19, 2005 9:18 am |
|
So,
I have logged in to my user account, for example as 'Mark', and entered the 'Change Info' page/panel.
I switched the 'Hide your online status:' to 'Yes'.
If I view my website on another PC, either as anonymouse or as another registered user, I still see 'Mark' is olnline'?
What gives?
Any ideas? |
_________________ I am using PHPNuke Version 7.6 with patch 3.0, CNB YA 4.4.2, NukeSentinel(tm) 2.3.2 and Nuke Royal. |
|
|
 |
kguske
Site Admin

Joined: Jun 04, 2004
Posts: 6437
|
Posted:
Fri Aug 19, 2005 11:35 am |
|
Could be a cache issue. Try again after 15 minutes. |
_________________ I search, therefore I exist...
Only registered users can see links on this board! Get registered or login! |
|
|
 |
tangoman

|
Posted:
Fri Aug 19, 2005 11:40 am |
|
No..That it is not Kevin.
The change is immediate...I log in or out of the account from one PC... then on my second PC I see the user loged on or off immediately...Even though the user has chosen 'Yes' to 'Hide your online status:' in their account settings. |
|
|
|
 |
emmaphp
Worker


Joined: Aug 22, 2006
Posts: 192
|
Posted:
Tue Sep 05, 2006 2:31 pm |
|
I am having the same problem too...
I log in to my user account...click the 'Change Info' link, then i switched the 'Hide your online status:' option to 'Yes'.
In the user info block I can still see i am online.
any thoughts on this one guys? |
|
|
|
 |
fkelly
Former Moderator in Good Standing

Joined: Aug 30, 2005
Posts: 3312
Location: near Albany NY
|
Posted:
Tue Sep 05, 2006 2:55 pm |
|
Correct me if I'm wrong, but the field that controls this is "user_allow_viewonline" which is set in your_account/index.php. But the block_User_Info.php file never references this so naturally no matter what you do to it a logged in user will still show. I guess that could be called either a "bug" or a "lack or coordination." There should probably be a "where user_allow_viewonline=1" clause in the SQL or even better a clause that discriminates between and admin (showing all users) and a normal user (showing just those who didn't choose to hide themselves).
It's also useful to watch the sessions table in a phpmyadmin window as you login and out. Fascinating in fact if you are into these things. |
|
|
|
 |
CodyG
Life Cycles Becoming CPU Cycles

Joined: Jan 02, 2003
Posts: 714
Location: Vancouver Island
|
Posted:
Tue Sep 05, 2006 2:57 pm |
|
I believe the "Hide Online Status" only refers to the Who's Online section of phpbb. In other words, a block such as UserInfo (nuke) isn't reading the usertable online status (phpbb).
This has been a problem for ages and there are many blocks and modules which will show you online despite your profile setting. |
_________________ "We want to see if life is ubiquitous." D.Goldin |
|
|
 |
|