The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
User Ranks
How do we edit the code so the ranks are not displayed by usergroup id?
|
#2
|
||||
|
||||
How would you rather they be grouped?
|
#3
|
|||
|
|||
Well I make one rank for admins that displays an admin logo and also have one for Sponsors that will display that they are a sponsor.
I want the Admin logo to be 1st then the sponsor. |
#4
|
||||
|
||||
Couldn't you have two seperate usergroups and have the two ranks stack? Or are they not stacking properly? If it all comes down to it, you can make a rank with both images or whatever in it.
|
#5
|
|||
|
|||
This is what Steve from Vbulletin said
Specifying the rank order requires modifying the code. We cannot officially support code modifications or forums running modified code, however can try searching or asking for help with this over at www.vbulletin.org. some admins are in the sponsored group and Admin group, The sponsored rank always displays 1st and doesn't look right. |
#6
|
||||
|
||||
Ohhh. So you're looking for a way to choose the display order of ranks then? That'd be a handy hack to have. I'd ask for this over in Requests.
|
#7
|
|||
|
|||
Ya it would be not sure why it's not included.
My work around was making a group callled admin logos and included admins as secondary that was created after a group called sponsors. Alot of extra work and groups. Or how about something simple, If a user is in admin group 6 post this logo for the post bit <if condition="is_member_of($post, X)"> // <--- change X to the group number /path/to/image </if> Can something like this work for VB 3.5 I got it to work using this <BR> <if condition="is_member_of($post, 6)"> <img src="$stylevar[imgdir_misc]/Admin.gif" </if> |
#8
|
||||
|
||||
Any chance someone could wrap this into a plugin or something?
Please. |
#9
|
|||
|
|||
Bump, I agree Skulli, a plugin would be nice :-D
|
#10
|
|||
|
|||
yes go go someone who knows how
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|