PDA

View Full Version : Avatar dont work!


Wajow-community
12-25-2011, 01:54 PM
Dear,

I have a right colum.. and there i put some login script..
Everthing works but the script to show the avatar dont work..


<vb:if condition="$show['avatar']">
<div class="hcavatari hand" title="" onclick="" style="background-image:url(Noimage)"></div>
<vb:else />
<div class="hcavatari hand" title="" onclick="" style="background-image:url({vb:raw $bbinfouser['avatarlink']})"></div>
</vb:if>


Can somebody help me ??

Lynne
12-25-2011, 05:43 PM
It's $bbuserinfo, not $bbinfouser

But, besides that, have you defined that variable $bbuserinfo['avatarlink']?

Wajow-community
12-25-2011, 09:06 PM
It's $bbuserinfo, not $bbinfouser

But, besides that, have you defined that variable $bbuserinfo['avatarlink']?

No how can i do that ?

Lynne
12-25-2011, 10:55 PM
You need to write some code to define it.