PDA

View Full Version : Conditional - if no avatar...


chris1979
06-25-2009, 07:21 AM
Is there a conditional for if the member has not uploaded an avatar?

Something like...

<if condition="avatar=no">
Click here to upload a picture
</if>

Cryo
06-25-2009, 06:02 PM
<if condition="$bbuserinfo[avatarurl] == ''">
Click here to upload an avatar!
</if>

That should work. While $bbuserinfo variables do work in current vB, I feel as though I remember it depreciating at some point, so future compatibility may not be gaurenteed. Though that may just be for plugins and not templates. Anyone sure on that part of it?

chris1979
06-28-2009, 03:15 PM
That shows the message if they have an avatar and if they don't. :/

(I'm using 3.8)

deadlySniper
06-28-2009, 03:22 PM
There is a mod, because i've got it, but I forgot what it is. :S