Many a times I have noticed that when I answer a thread, I see my status offline.. I know that since I just answered the thread, this status wrong.
Is anyone else experiencing same problem?
Pradeep
Pradeep, Microsoft MVP (Visual Basic) Please appreciate posts that have helped you by clicking icon on the left of the post.
"A problem well stated is a problem half solved." — Charles F. Kettering
You are probably in "hidden" mode (whatever they call it) which means you appear as offline to other members on the forum.
Edit:
Go to:
1. "UserCP"
2. "Edit Options"
3. "Log-in & Privacy"
4 Uncheck the box (Use Invisible Mode)
5. Save changes
Last edited by Nightwalker83; Feb 24th, 2009 at 07:14 PM.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu. https://get.cryptobrowser.site/30/4111672
No... this happens only once in a while. Usually happens when I have replied to a thread and clicked the Save button there. The page that comes after that (with my post there) shows me offline.
I can see myself in the online list. Also opening other threads in which I have posted earlier shows me as online.
Pradeep, Microsoft MVP (Visual Basic) Please appreciate posts that have helped you by clicking icon on the left of the post.
"A problem well stated is a problem half solved." — Charles F. Kettering
It happens sometimes on all vB sites (its a feature, not a bug). Its because you have taken too much time replying (you get logged out) but when it logs you in automatically (cause you had checked the "Remember Me" box) it is a race condition (my guess) where some of the code that checks your status isnt reset after the re-login. Refresh the page and you will see the status synch back up to either online or invsible (whichever you usually run).
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum.
It happens sometimes on all vB sites (its a feature, not a bug). Its because you have taken too much time replying (you get logged out) but when it logs you in automatically (cause you had checked the "Remember Me" box) it is a race condition (my guess) where some of the code that checks your status isnt reset after the re-login. Refresh the page and you will see the status synch back up to either online or invsible (whichever you usually run).
Aahhh... I see.
So it's not a bug with our forums
Pradeep, Microsoft MVP (Visual Basic) Please appreciate posts that have helped you by clicking icon on the left of the post.
"A problem well stated is a problem half solved." — Charles F. Kettering
Re: [RESOLVED] Online Status is Misleading... Why?
Is there a race condition in the same thread also?
Pradeep, Microsoft MVP (Visual Basic) Please appreciate posts that have helped you by clicking icon on the left of the post.
"A problem well stated is a problem half solved." — Charles F. Kettering
Re: [RESOLVED] Online Status is Misleading... Why?
Hmmm...
But what a waste of resource... They could have coded it better. If one poster has posted in a thread 10 times, it processes the poster details 10 times. It could have processed just only once per poster in a thread and applied it to all the 10 posts.
Pradeep, Microsoft MVP (Visual Basic) Please appreciate posts that have helped you by clicking icon on the left of the post.
"A problem well stated is a problem half solved." — Charles F. Kettering