The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Multiple Icons/Awards for Members
I have been using the rank system to give icons (instead of rank title test) to users based on post count and user groups.
I want to expand this to where a user can have multiple icons/awards show in his profile and postbit. For Example If I have an icon/award for 1-quality poster, 2- Master Debator, 3 - Moderator, I want to be able to display all of these icons. thx in advance. |
#2
|
||||
|
||||
I would dig around and see if someone has worked with conditionals and ranks, I wouldn't doubt it's been done somwhere. As an alternative you could use promotions and usergrops to accomplish this. For example, say you want the user to have image1.gif at 500 posts and an additional image2.gif at 1000 you could do it by setting up groups.
Setup a group for image1.gif (add as many groups as you want) Setup a promotion for the user to be added to this group with a certain post count. In your postbit (and optionally memberinfo) you would add something like this for a condition: (I put mine under the avatar) Code:
<if condition="is_member_of($post, 48)"> <a href="vb/subscriptions.php"><img src="/vb/images/ranks/plat.gif" alt="Platinum Member" border="0" /></a> </if> Optionally, you can add as many as you want this way |
#3
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|