The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
variable for small avatars
I give up. Please advise. What is the vb: variable to show small avatars ? The ones that being shown in @steam
|
#2
|
||||
|
||||
vb: variable? @steam?
Do you mean the URL for the avatar thumbnails? |
#3
|
|||
|
|||
yes please. It has to be something like
Code:
vb:raw post.avatarurl @stream= Activity Stream |
#4
|
||||
|
||||
You mean what is the variable in the template? Here is the relevant code from the template activitystream_forum_thread
HTML Code:
<vb:if condition="$userinfo['showavatar']"> <div class="avatar"> <img src="{vb:raw userinfo.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw userinfo.username}}" /> </div> </vb:if> |
Благодарность от: | ||
zascok |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|