Quote:
Originally Posted by nevetS
I created a much simpler plugin... Wow Lionel!
PHP Code:
$sk_avurl = fetch_avatar_url($userid);
and then in the template:
PHP Code:
<img src="$sk_avurl[0]" />
plugin gets attached to private_messagelist_messagebit.
A quick hack, but it seems to work for me.
|
cool that works, but just one problem. Those who dont have an avator, they get that no image pic with cross which looks ugly. Any way to get rid of that? so that members without avator are left out with no avator in the pm display.
here is what i mean: