The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
multiple rank images/usergroup hierarchy
Is there anything that allows multiple rank images available?
I want to allow users to have a custom title and multiple ranks. For example, if I had a mod who was also a clan leader, he'd be in the mod group, the clan group and the clan leader group. I'd like to have his custom title, an image that shows he's a mod, an image that shows he's in a clan usergroup and then an image showing that's he's a clan leader. Currently I think the custom title wipes out the primary usergroup rank and you can only have one secondary usergroup image. I also mentioned in another thread that I think a usergroup hierarchy hack would be very useful for a variety of topic related boards, although I don't know if it's possible or exactly how painfully difficult it might be. Something that shows users ranks within the usergroup might be very popular, especially on gaming forums inhabited by multiple clans. |
#2
|
||||
|
||||
I want something similar to this. I hope we get an answer soon.
|
#3
|
||||
|
||||
i want exactly this... amyway?
Presently the secondary usergroup ranks are not showing :s |
#4
|
||||
|
||||
You can set ranks via secondary group with a little template change.
I had the same probs on my forums, I wanted to create 'honour badges'. Since there isn't a mod for this yet (afaik) I have to set up a secondary usergroup for each 'badge'. Then add the users to that badge secondary group(s). You will have to edit the postbit template to show secondary group ranks, add this code to where you want your stuff to show up (image or title or whatever). Code:
<if condition="is_member_of($post, X)"> your image or title code goes here </if> Hope this helps |
#5
|
|||
|
|||
Trying to do simliar, but without 30 "if" statements in the postbit :P
|
#6
|
||||
|
||||
There is a mod for it now, you can find it here https://vborg.vbsupport.ru/showthread.php?t=78934
|
#7
|
|||
|
|||
That's an awards hack bud, while you could use it to circumvent it wouldn't do what your needing.
When you add a person to X secondary usergroup, they automatically have X display in their postbit. That you would have to go through and individually give each person the award. And if you DO happen to use the awards for anything else, they would all be located in the same area. Imagine what mixing text from this and then award images from something else would look like? I've got it working now with a TON of if statements in the postbit but that's hardly clean or quick and easy to modify as well as a bit sluggish. |
#8
|
|||
|
|||
I realise nobody has done anything with this is a long time, but I could use some clarification. Sine I know nothing about php, if I have an image entitled "specialimage.gif" located in /images/special/ and I want it displayed forusergruop 11, do I enter:
Code:
<if condition="is_member_of($post, 11)"><img src="/images/special/specialimage.gif"></if> Thanks for any assistance that can be provided. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|