The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#31
|
||||
|
||||
Hello,
For Plugin This: Who Has Visited Today Total members that have visited the forum in the last 24 hours: What should I do to not display the members of the banned? Thanks |
#32
|
|||
|
|||
Since guest have also usergroup 8 (which is strange I guess) you may something like this in your plugin:
Code:
$hook_query_where .= " AND (usergroupid != 8 OR posts=0)"; |
#33
|
|||
|
|||
gave me some headache but finally came up with this solution for the online_query hook:
PHP Code:
The showmember condition is needed, because otherwise ISNULL is checked twice and non-guests are included again. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|