The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
OK, it seems that a very simple addition to showgroups.php will do the trick...
In showgroups.php, insert the line in BOLD where you find: Code:
// get moderators ********************************************************** $moderators = $db->query_read(" SELECT $locationfieldselect user.*,moderator.* FROM " . TABLE_PREFIX . "moderator AS moderator INNER JOIN " . TABLE_PREFIX . "user AS user USING(userid) INNER JOIN " . TABLE_PREFIX . "userfield AS userfield USING(userid) WHERE user.usergroupid = XX #ORDER BY user.username "); |
#12
|
||||
|
||||
I just figured ut out by myself a few minutes ago, now I see your post
lol^^ Working on 3.5.4 as well... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|