Quote:
Originally posted by freddie
You would have to hack a bit. Disable avatars and rename a custom profile field to "Avatar". The user than types in the url to the avatar and you put $userinfo[field7] (or whatever is may be) in the postbit template. Than in the getpostbit function in functions.php you would have to add something like:
if ($userinfo[field7]) {
$userinfo[field7] = "<img src='$userinfo[field7]' border='0'>";
}
|
Hi,
How do you work out what field number it is?
thx
Kam