The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]() Quote:
You shouldn't need a plugin for that--just a template edit. In the postbit, the avatar is displayed by the following code: HTML Code:
<img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" />
HTML Code:
<img src="$userinfo[avatarurl]" $userinfo[avwidth] $userinfo[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" />
--don |
#12
|
|||
|
|||
![]()
Thanks don,
Tested it and doesnt work! I have thge following code: Code:
<if condition="$prepared['profilepicurl']"> <img src="$user_ava[0]" /> // Shows the currently user avatar (the one that's browsing his/her profile) <else /> <img src="$userinfo[avatarurl]" /> // Doesnt show the avatar (no image) on other profiles, neither on his/her own if I change $user_ava[0]! </if> Quote:
|
#13
|
||||
|
||||
![]()
It's only going to work if you write a plugin that gets the avatarurl for you. There would be no reason for the query regarding the profile user to include avatar information if it wasn't needed on the page. What I don't get though is that the avatar is already shown on the member.php page, so shouldn't the actually template code already be in the template?
|
#14
|
|||
|
|||
![]()
If
Code:
<img src="$userinfo[avatarurl]" /> Code:
<img src="$prepared[avatarurl]" /> --don |
#15
|
|||
|
|||
![]() Quote:
Yeah tried it before "$prepared[avatarurl]" and it has the same result (doesn't show nothing). I'm getting a bit desesperate!! Any news Lynne? |
#16
|
||||
|
||||
![]()
I already commented and you didn't reply back to my comments, so I'm not sure what else you want from me.
|
#17
|
|||
|
|||
![]() Quote:
Quote:
|
#18
|
||||
|
||||
![]()
But.... really what you are saying is showing the profile users avatar on the profile users profile - no? And, isn't the profile user's avatar already shown on their profile?
|
#19
|
||||
|
||||
![]()
This is how vbulletin works as standard???????
|
#20
|
|||
|
|||
![]()
I think that I didn't explained myself.
I see my avatar "$prepared[avatarurl]" on my profile (avatar image). But when I visit others profile its "hidden" not showd. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|