Two authors:
string 'image.php?u=2&dateline=1420404720&type=th umb' (length=52)
string 'image.php?u=1&dateline=1420403212&type=th umb' (length=52)
string 'image.php?u=1&dateline=1420403212&type=th umb' (length=52)
string 'image.php?u=1&dateline=1420403212&type=th umb' (length=52)
string 'image.php?u=1&dateline=1420403212&type=th umb' (length=52)
string 'image.php?u=1&dateline=1420403212&type=th umb' (length=52)
string 'image.php?u=1&dateline=1420403212&type=th umb' (length=52)
--------------- Added [DATE]1420421196[/DATE] at [TIME]1420421196[/TIME] ---------------
I lied. Somehow it got changed going into the template.
--------------- Added [DATE]1420421442[/DATE] at [TIME]1420421442[/TIME] ---------------
This worked for me:
PHP Code:
require_once(DIR . '/includes/functions_user.php');
$avatarurl = fetch_avatar_url($view->authorid, true);
if ($avatarurl[0]) {
$avatarurl = $avatarurl[0];
}
/* render template and register variables */
$view->avatarurl = $avatarurl;