Anyone else have any ideas?
Would it be this code I need to add to cmsarticles.php?
" . ($this->registry->options['avatarenabled'] ? ",avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight" : "") . "
--------------- Added [DATE]1388257076[/DATE] at [TIME]1388257076[/TIME] ---------------
Might have found it
Code:
$fetch_userinfo_options = (
FETCH_USERINFO_AVATAR | FETCH_USERINFO_LOCATION |
FETCH_USERINFO_PROFILEPIC | FETCH_USERINFO_SIGPIC |
FETCH_USERINFO_USERCSS | FETCH_USERINFO_ISFRIEND
);
Edit* But it didnt work...
--------------- Added [DATE]1388258371[/DATE] at [TIME]1388258371[/TIME] ---------------
Ok good news, I got it to call the default avatar, but its not pulling the custom profile pic.
Making progress.