The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Hmmm... okay... I have been trying to figure this out, but just can't get it right. ugh.
EDIT: So I figured out how to get the correct total user count and page numbers. Made one small change here (added "10" for the usergroup ID)... Code:
$userscount = $db->query_first_slave(" SELECT COUNT(*) AS users FROM " . TABLE_PREFIX . "user AS user " . ($include_userfield_join ? "LEFT JOIN " . TABLE_PREFIX . "userfield AS userfield USING (userid)" : '') . " $hook_query_joins WHERE $condition AND (user.usergroupid IN (10)" . (defined('MEMBERLIST_INCLUDE_SECONDARY') ? (" OR FIND_IN_SET(" . implode(', user.membergroupids) OR FIND_IN_SET(', $idarray) . ", user.membergroupids)") : '') . ") $hook_query_where "); --------------- Added [DATE]1300938771[/DATE] at [TIME]1300938771[/TIME] --------------- My oh my... I actually figured it out on my own just now!! Took me forever. A lot of trial and error, but I got it... with your help of course Lynn. Managed to solve all of my issues! |
#12
|
||||
|
||||
Glad you figured it out.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|