PDA

View Full Version : Calling Rank Images


Cledus James
01-08-2012, 08:44 PM
I'm trying to call users rank images to the memberlist.php page to be displayed in front of their user name. What "command" can I use to do that. I had it done in vb3 but it's different now in vb4. I've already created the extra table column in the memberlist and memberlist_resultsbit templates to create the space where the images will be displayed.

Thanks for any help provided.

--------------- Added 1326084490 at 1326084490 ---------------

Bump.

Cledus James
01-10-2012, 01:41 PM
No one can help answer this?

LifesGreatestGift
01-10-2012, 06:16 PM
what code/mod did you use for vBulletin 3?

Cledus James
01-11-2012, 05:27 PM
Let me go find it. Forgot what it was jsut knew it didnt work in vb4.

--------------- Added 1326306562 at 1326306562 ---------------

$userinfo[rank]


Is what I used in vb3.

LifesGreatestGift
01-11-2012, 06:41 PM
{vb:raw userinfo.rank}
<vb:if condition="$userinfo['rank']">{vb:raw userinfo.rank}<vb:else />&nbsp;</vb:if>

Something like that. Not sure if that would work (just a guess at the conditional), but it will get you going in the right direction :)

Cledus James
01-17-2012, 06:54 PM
Thank you for your help. That worked.