Recent Topics

1 Oct 04, 2008 08:29    

My b2evolution Version: 2.x

In summary, i can follow the codes and see its getting the blogID and then pull down information about each blog. How do i get the userID out ?

Trying to get the userId so I can pass it to my user avatar code to display the user avatar next to the blog name. Please help

if ( isset($avatars_Plugin, $current_User) && ($avatar = $avatars_Plugin->get_avatar( 'user', $UserID-HEEELP )) !== NULL )
{ echo $avatars_Plugin->get_avatar_display($avatar,

2 Oct 04, 2008 08:49

$current_User->ID ;)

¥

3 Oct 04, 2008 15:33

Thanks for the reply but I actually do not want the currentUser id. I want to get the userID from the blogID.

4 Oct 04, 2008 21:45

Try $l_Blog->owner_user_ID.


Form is loading...