The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
I could use this information as well. :O
|
#12
|
|||
|
|||
Bump for an old-skool question I'm wondering about as well...
|
#13
|
|||
|
|||
I assume it can't be done, because someone was complaining in vBulletin.com's 'talk about 3.7.0 beta 6' thread that they still haven't provided a way to order ranks.
|
#14
|
|||
|
|||
It CAN be done, it just requires modifying code.
|
#15
|
||||
|
||||
Yeah, ordering ranks would be great, I'm surprised it isn't like that.
|
#16
|
|||
|
|||
Bump....
Still no solution to this one??? |
#17
|
|||
|
|||
Does anyone know how to do this?
|
#18
|
|||
|
|||
im looking for this also
|
#19
|
|||
|
|||
Same here guys
Is there any way to make an official request? |
#20
|
||||
|
||||
I'm actually working on this. XD
In theory, all we need to do is add a field to the "rank" table called "rankorder". In the insert block on the /admincp/ranks.php, we need to add a field to this: PHP Code:
PHP Code:
PHP Code:
PHP Code:
Now to edit existing ranks, find this in the edit block on the same page: PHP Code:
PHP Code:
Next, in the doupdate block of the same page, again find this code: PHP Code:
PHP Code:
PHP Code:
PHP Code:
Now, you have to change the build_ranks() function in includes/functions_ranks.php. Look for PHP Code:
PHP Code:
P.S.: I have NOT done this to my own forum yet, so I can only ASSUME this would work. I am also a vB Programming newbie, so there might be a much better, easier, faster way. Figures, I actually came here because I was looking for help on how to update the rank display for a single user after changing said user's membergroupids. XD |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|