1 akirien May 16, 2010 14:23
3 akirien May 17, 2010 15:47
sam2kb wrote:
Welcome to the forum.
You can add a Use avatar widget in Sidebar container on Blog settings > Widgets tab
Thank you for replying...
I couldn't find any avatar widget like you said.. :(
4 sam2kb May 17, 2010 20:33
You're right, the widget was added in b2evo 4 :(
You can manually add the following code in the sidebar though.
global $Blog;
$owner_User = & $Blog->get_owner_User();
$img = $owner_User->get_avatar_imgtag( 'crop-80x80' ); // Any size defined in /conf/_advanced.php
$url = $owner_User->get_userpage_url( NULL ); // Link to user page
echo '<a href="'.$url.'">'.$img.'</a>';
Welcome to the forum.
You can add a Use avatar widget in Sidebar container on Blog settings > Widgets tab