2 sam2kb May 27, 2008 17:43

Thanks for your reply.
Here's what I'm getting....
Notice: Undefined variable: UserCache
and
Fatal error: Call to a member function load_blogmembers() on a non-object
My version is 2.x...not 1.10. I must have accidently checked the wrong version when posting.
It's not a big problem. Add the following code before $UserCache->load_blogmembers...
$UserCache = & get_Cache( 'UserCache' );
incredible. it works like a charm.
thanks, sam2kb!
:)
Put this code in sidebar. You may want to edit the user link section or tell me where should it point to. Edit user or user profile?