|
uCoz Community uCoz Modules Site Users Tag board avatar |
Tag board avatar |
My tagboard wont display user avatar when they have linked image (from another website) on their profile page. Instead,tag board displays no avatar image .
My code in tag board is correct i think Code <?if($AVATAR_URL$)?> <img alt="$USERNAME$" src="$AVATAR_URL$" style="border:1px solid #333333; padding:2px; width:30px; height:30px; float: left;"> <?else?> <img alt="$USERNAME$" src="/icons/no-avatar.png" style="border:1px solid #333333; padding:2px; width:30px; height:30px; float: left;"> <?endif?> !
Post edited by Ed05 - Wednesday, 2014-12-24, 8:20 PM
|
Ed05, temporarly use just this code (without conditional operators) to see what is the avatar URL if the Noavatar image isn't showed. I'll take a look into the issue.
Code <img alt="$USERNAME$" src="$AVATAR_URL$" style="border:1px solid #333333; padding:2px; width:30px; height:30px; float: left;"> hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
bigblog, done but i check the source and it look like this
Code <img alt="Felicity" src="" style="border:1px solid #333333; padding:2px; width:30px; height:30px; float: left;"> It apears that the system wont show avatars in tagboard when they are linked from another sites (non ucoz site) But some of my users must use that avatars cause ucoz dont allow bigger avatars than 500x500 and 500kb. This linked avatar in mentioned profile is much biger cause its gif animated. !
Post edited by Ed05 - Friday, 2014-12-26, 10:53 PM
|
Ed05, hmm... That's really strange. Maybe this is the problem, but I'm not sure:
ucoz dont allow bigger avatars than 500x500 and 500kb. This linked avatar in mentioned profile is much biger cause its gif animated I'll ask a developer. hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
Ed05, everything works fine at our test site. The only thing, that I can suggest is to update the user's informations. It's possible that the messages already posted by the user will remain in this status, but the new messages may show properly.
hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
| |||
| |||