The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
[Solved] Image from Profilefield
hello,
i have a little problem with a condition for vb4, wich was working fine in vb3. i used to show up an image beneath the username like on this picture... the old vb3 code was (template forumhome_loggedinuser)... Code:
<!-- Usersmilie Start --> <if condition="$online_userinfo[field6]"><img class="inlineimg" src="images/usersmilies/$online_userinfo[field6].gif" border="0" alt="$online_userinfo[field6]" /></a></if> <!-- Usersmilie End --> Code:
$online_userinfo = fetch_userinfo($loggedin['userid']); Code:
<!-- Usersmilie Start --> <vb:if condition="$post['field6']"><dt><img class="inlineimg" src="http://www.***.com/vb/images/usersmilies/{vb:raw post.field6}.gif" border="0" alt="{vb:raw post.field6}" /></a></dt></vb:if> <!-- Usersmilie End --> can anybody help me with this please? best regards arcadesyndicate --- solved it was bbuserinfo not userinfo anymore. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|