PDA

View Full Version : Member Count Display


nhlrat
04-24-2003, 05:04 PM
Looking to add a member group called Gold and would like to simply be able to display the total gold users on forum home page similar to how total registered users show up. Thanks!

Xenon
04-25-2003, 11:34 AM
SELECT COUNT(*) FROM user WHERE usergroupid=XX

just add this query to your index.phpand add the variable to forumhometemplate whery you want it :)