The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
you just havt to join the usergroup table into g-force's query:
[sql] SELECT SUM(user.points) AS total, usergroup.title FROM user LEFT JOIN usergroup USING (usergroupid) GROUP BY user.usergroupid DESC ORDER BY total LIMIT 1[/sql] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|