PDA

View Full Version : Secondary Rank Images


Nickeh32
03-12-2005, 09:51 AM
I need my forum to show secondary rank images.

I found the way of using the if statement, but i found this messy and showed ranks in the wrong order, so i was wondering if i could do something like $post[rank2] and so on to show secondary ranks but it shows in the order the ranks are, and also when they are banned only show the banned group.

Not sure if this is possible, but could someone help if it is.

Thanks,
Nick

caliman
03-26-2005, 02:55 PM
I got around this when someone said to blow off ranks and use usergroups. You assign images to specific user groups then add an 'if usergroup' statement into postbit. I can now have as many images as I want assigned to people as I choose.

Deaths
03-26-2005, 03:08 PM
You can also use Live Wire's hack, I believe its called Staff Titles.

EDIT: Here it is: https://vborg.vbsupport.ru/showthread.php?t=71447

lheliosl
05-09-2007, 10:42 PM
I got around this when someone said to blow off ranks and use usergroups. You assign images to specific user groups then add an 'if usergroup' statement into postbit. I can now have as many images as I want assigned to people as I choose.

Which code did you use to make it work, I tried that method using this code:

<if condition="is_member_of($bbuserinfo, 6,9)"><div align="center"><img src="rank_1.jpg" width="108" height="18" border="0"/></div></if>

but it doesnt work, the image does display but it displays for all of the user group ids not just 6 and 9... any help?