1 inventide May 27, 2008 16:14
3 inventide May 28, 2008 00:58
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.
4 sam2kb May 28, 2008 01:46
It's not a big problem. Add the following code before $UserCache->load_blogmembers...
$UserCache = & get_Cache( 'UserCache' );
5 inventide May 28, 2008 01:53
incredible. it works like a charm.
thanks, sam2kb!
6 sam2kb May 28, 2008 02:00
:)
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?