[high]postbit_imicons[/high]
PHP Code:
// unset($userinfo['aimicon']);
$userinfo['aimicon'] = "<a href='aim:goim?screenname=" . $userinfo['aim'] . "'><img src='http://big.oscar.aol.com/" . $userinfo['aim'] . "?on_url=http://yoursite.com/path/to/aim_online.gif&off_url=http://yoursite.com/path/to/aim_offline.gif' width='16' height='16' style='border: 0;' /></a>";
That should work
I've commented out the [high]unset[/high] function as I am not sure this is necessary - If it works without you can remove it
Chris