Re: who's online avatars widget acting funky
This appears to be a bug. I’m experiencing the same problem on a local testbox.
The problem could be with the way the SQL query is formed.
—
@xevo – Avatars are not cached.
Although I did come 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.
—
Can anyone else duplicate what billydecola, enrige and myself are experiencing?
[EDIT]
Ticket created – https://trac.buddypress.org/ticket/2162