Hey,
I installed it on my PunBB and it works very nicely. Very quick and easy to install. Nice work! One question I have though about it.
I include common.php on my website so that I can integrate users online on the forum with users online on the website. When I view the users online page from the mod it shows errors for people that are on my regular website pages and not the forums.
Notice: Undefined index: antileech.php in /full/path/to/online.php on line 56
Do I have to add a line to the lang file for each of my website pages (I have over 200)? Is there any way to just say "Viewing Website" or something like that if they are not on a forum page? Also I believe if they are on my webpage index.php it still says they are on my bb/index.php . I don't know for sure it just seemed like way too many people were on my forums main page. Maybe there is a way to store the full path to the file so that /index.php and /bb/index.php are different.
Great mod just wondering if any of those are possible
Thanks so much for making this available! Great work!
--------------------
Edit:
I changed line 56 in online.php to:
echo"\t\t\t\t\t".'<td>'.@$lang_online[$user_data['current_page']].'</td>'."\n";
and it fixed that error from showing up even though it's technically still there.
Would there be a way to set a default tag to use if the page the user is on is not in the list in the lang file?