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,
$current_User->ID ;)
¥