![]() |
Better Usergroup Legend - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Requests (https://community.mybb.com/forum-65.html) +---- Thread: Better Usergroup Legend (/thread-180668.html) |
Better Usergroup Legend - zang - 2015-09-23 Hi I was wondering if anyone could make a plugin that shows all the user groups at the bottom of the index like so: but allows you to customize the order of the groups. The one we currently have is viewgroups 1.6 but it orders them based off of gid, which puts them in an awkward order. Thanks. RE: Better Usergroup Legend - SvePu - 2015-09-24 You can continue to use the plugin with a few changes. Search in ROOT/inc/plugins/viewgroups.php for (#222):
Replace all with:
Save changes and reload index page. Now the groups will shown in alphabetical ordering. *************** Also you should fix the displaying of default avatars in group user list Search in ROOT/inc/plugins/viewgroups.php for (#385):
Replace all with:
RE: Better Usergroup Legend - zang - 2015-09-25 (2015-09-24, 11:47 AM)SvePu Wrote: You can continue to use the plugin with a few changes. Thanks man, I'll give it a try. |