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 -->
and also a plugin (hook forumhome_loggedinuser)
Code:
$online_userinfo = fetch_userinfo($loggedin['userid']);
on postbit legacy i got it allready working fine with...
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 -->
but on forumhome_loggedinuser similar code doesn't show up (see also box one, online_userinfo).
can anybody help me with this please?
best regards
arcadesyndicate
---
solved
it was bbuserinfo not userinfo anymore.