Viewing 1 replies (of 1 total)
  • you need modify the plugin, go to the cp_widgets.php file and search this code

    foreach($top as $x=>$y){
    			$user = get_userdata($y['id']);

    and add this code

    $y['avatar'] = get_avatar($user->ID);
    $string = str_replace('%avatar%', $y['avatar'], $string);

    Now you only need add %avatar% in widget

Viewing 1 replies (of 1 total)

The topic ‘Avatar’ is closed to new replies.