Quote:
Originally Posted by SmartMania
Indeed works again, but doesn't work the pm's system 
|
Huh? This doesn't have anything to do with PMs. :/
Also, just a note about this.... in 4.0.3, they changed the online users list to not show users in usergroups 3 or 4. I didn't update this query to include that. However, if you want it to be the same, you may just open the forum.php file, find the query and you'll see the line to add under the WHERE part of the query. Just add it to the query in the block configuration, like this:
PHP Code:
WHERE session.lastactivity > $datecut
AND (user.usergroupid NOT IN (3,4) OR user.usergroupid IS NULL)
$hook_query_where