In 2008 I installed the Who was here mod version 6.0.6. Today I noticed a user had logged in and posted something in off topic, but when I checked the who was here list, they were not listed there! I recently updated to phpbb 3.0.10 and thought maybe the who was here mod needs an update, but when I came here to check, I see version numbers that are much lower than the version number that I downloaded and installed so I'm a bit confused. Here is a link to what I installed:
viewtopic.php?f=12&t=12The only other bit of information in my notes was that I made a modification to the code:
- Code: Select all
/includes/functions_wwh.php
Find:
$wwh_del_time = $config['wwh_del_time'];
Replace with:
$wwh_del_time = (3600 * $config['wwh_del_time_h']) + (60 * $config['wwh_del_time_m']) + $config['wwh_del_time_s'];
Not sure if that's the problem or not but the fact that some users aren't showing up in the list is curious.