Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 14 years ago

#2162 closed defect (bug) (no action required)

Persistent avatars in "Who's Online" widget

Reported by: r-a-y's profile r-a-y Owned by:
Milestone: 1.5 Priority: minor
Severity: Version:
Component: Core Keywords:
Cc:

Description

My avatar is still shown in the "Who's Online Avatars" widget even though it's been twenty minutes since I logged out.

Steps to reproduce:
1) Enable the "Who's Online Avatars" widget.
2) Login and logout
3) Avatar still persists

Forum thread:
http://buddypress.org/forums/topic/whos-online-avatars-widget-acting-funky

---

Also a point to note:

I came across the following line in the bp_core_clear_user_object_cache() function in bp-core.php, which attempts to delete the online user cache:

wp_cache_delete( 'online_users' );

However, I don't see where the cache for "online_users" is ever set.
I'm guessing this is a remnant from the old BP 1.0 codebase.

Change History (4)

#1 @apeatling
15 years ago

This is a time zone issue.

#2 @apeatling
15 years ago

  • Milestone changed from 1.2.2 to 1.2.3

#3 @boonebgorges
14 years ago

  • Component set to Core

Is this still a problem in the trunk?

#4 @r-a-y
14 years ago

  • Resolution set to invalid
  • Status changed from new to closed

Nope, not a problem anymore!

Note: See TracTickets for help on using tickets.