Quote:
Originally Posted by SilverBoy
Thank you Lynne
Actually I don't know how to use the api.
and in function fetch_avatar_url the default value for thump=false !!
|
I know it's default is false, but you set it to true here:
PHP Code:
$avatarurl = fetch_avatar_url($view->authorid, true);
So, either set it to false or remove the comma and true and let it default to false.
PHP Code:
$avatarurl = fetch_avatar_url($view->authorid);