Quote:
Originally Posted by Switch02
This version work on vb 3.8.1?
Thanks
|
I don't know if it does or not, currently fixing an SQL error that Lynne supplied the answer to, and will post back later.
EDIT: Working perfectly for me.
http://www.toontownhall.com/forums/showgroups.php
Just remember to add a comma after the usergroup.istaff comment in the SQL query. (in staff.php by default)
Quote:
SELECT usergroup.usergroupid, usergroup.title, usergroup.isstaff,
COUNT(user.userid) AS membercount
|