The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Avatar pictures showing up with grey line below?
Hi there,
I am about to enable avatars for our forum, specifically we want to have our staff have the company logo as an avatar picture. However, it turns out that avatar pictures are always shown with a single-pixel wide grey line running below their lower image boundary across their whole width. It looks like a graphics bug and it would be great if somebody can help me to sort this out... Thanks, Tobias |
#2
|
|||
|
|||
Link or Screenshot?
|
#3
|
|||
|
|||
Here is a screenshot... I tried it with different pictures and the grey line is always there.
|
#4
|
||||
|
||||
Do you have links underlined for that css class? It looks like a link underline to me. So, find the css class and then make it so links are not underlined or you can also modify the link for the avatar to not underline the link (I think).
|
#5
|
|||
|
|||
Thanks, that sounds like a very probable explanation. How would I modifiy the avatar link?
|
#6
|
||||
|
||||
On this forum, when I look at the source code I see this:
HTML Code:
<td class="alt2"><a href="member.php?u=xxx"><img src="/custompics/forum/avatars/avataryyy_1.gif" width="80" height="80" alt="zzz" border="0" /> HTML Code:
<td class="alt2"><a href="member.php?u=xxx" style="text-decoration: none;"><img src="/custompics/forum/avatars/avataryyy_1.gif" width="80" height="80" alt="zzz" border="0" /> |
#7
|
|||
|
|||
I tried both suggestions, but none of them worked. Any other ideas?
|
#8
|
||||
|
||||
What does the source code look like on your site for the avatar? (the part that I quoted above)
|
#9
|
|||
|
|||
It currently looks like this in the postbit:
Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if> |
#10
|
||||
|
||||
And you already tried to modify it to:
Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]" style="text-decoration: none;"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|