The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Display of User Avatar's in posts
I am using a Tranverse Styles theme and I really love the color scheme for a friends World of Warcraft Guild page, using their LAVA RED skin.
Also, I have vbAdvanced CMPS installed, and the Form hack for them. That's it. Otherwise a regular 3.63 install and nothing to crazy. The words "User's Avatar" appear in the post's header, and in replies as well corresponding to the appropriate poster. Any advice'd help a lot. I should add the avatars DO show up in the user's CP and in the Welcome Block on the CMPS front page. |
#2
|
||||
|
||||
Have you asked Transverse for support yet?
|
#3
|
|||
|
|||
Yes I have submitted a ticket, nearly a week ago.
I thought this kind of issue might be recognized. |
#4
|
|||
|
|||
is it happening on other styles or just that one?
|
#5
|
|||
|
|||
PHP Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if> I will check another style. |
#6
|
|||
|
|||
img src="$avatarurl"
try changing that to img src="$post[avatarurl]" |
#7
|
|||
|
|||
It was. An incorrect call to the section detailed above, perhaps because the template uses calls in a previous version of VB?
Who knows PHP Code:
|
#8
|
|||
|
|||
your answer has confused me, lol. So, is it working now or not?
|
#9
|
||||
|
||||
It appears to be working for him. The version of the Transverse style he is using is most likely for an older version of vB (hence my first response above) and his avatars were not showing because the code in the postbit has changed. When he copied the code from the default style to the outdated style the avatars showed up again.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|