View Full Version : Re-Arrangement of the Forum Leaders Page
Amaury
12-03-2012, 09:55 PM
Is this possible?
I want it to be in the same order as on the usergroup legend bar:
Site Owner
Administrators
Moderators
Site Staff
I think you might be able to do it with plugins. If you created one using hook showgroups_usergroup and save $usergroupbits for each group (in an array), then at hook showgroups_forumleaders you could render the showgroups_usergroup template again for each one (rebuilding the $usergroups string in the order you want). You probably would need to look at the code in showgroups.php.
The moderators are still done in a separate section that's displayed first, unless you choose "Yes, But Disable Moderators" in the Enable Forum Leaders setting.
Amaury
02-28-2013, 11:09 PM
I think you might be able to do it with plugins. If you created one using hook showgroups_usergroup and save $usergroupbits for each group (in an array), then at hook showgroups_forumleaders you could render the showgroups_usergroup template again for each one (rebuilding the $usergroups string in the order you want). You probably would need to look at the code in showgroups.php.
The moderators are still done in a separate section that's displayed first, unless you choose "Yes, But Disable Moderators" in the Enable Forum Leaders setting.
Sorry for the very late reply.
Could I get some instructions on this, if that's okay?
So I create plugins with those two hook locations and then what?
Sorry, I got busy and forgot about this - do you still need it?
Amaury
03-08-2013, 05:54 PM
Sorry, I got busy and forgot about this - do you still need it?
Yes, please. :)
Amaury
03-24-2013, 08:34 PM
Where'd you go, KH99? XD
KGodel
03-25-2013, 07:22 AM
An easy way to sort usergroups on the page (and subsequently in admin panel list, etc) is to use HTML comments and order them that way. You can place alphabetical comments before the group name that will not appear anywhere but will sort them.
Amaury
07-24-2013, 03:46 PM
Sorry, I got busy and forgot about this - do you still need it?
Figured I'd bump this
An easy way to sort usergroups on the page (and subsequently in admin panel list, etc) is to use HTML comments and order them that way. You can place alphabetical comments before the group name that will not appear anywhere but will sort them.
I don't think I know how to do that.
Sorry for the very late reply.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.