0.1.0 now adds some nice (optional) statistics and additional information in the realtime tracking panel.
bbPress plugin browser »
Mini Track (0.1.6)
Download
Version: 0.1.6
Last Updated: 2008-8-16
Requires bbPress Version: 0.9 or higher
Compatible up to: trunk
Average Rating





Your Rating
Author: _ck_
-
Posted: 3 months ago #
-
0.1.5 now offers many more features in the realtime tracking display.
For the adventurous, you can setup geoip where mini-track will figure out the country for each user. Read the FAQ for more info, it requires two files downloaded. You can also enable flag images by downloading the famfamfam flags or other free flags for the countries.
Posted: 3 months ago # -
Looks good! However, when I view a user's profile (or the information next to their post) it says "offline" even though the user is online.
I'm running bbPress 0.9.0.2-SP1 without integration.
Posted: 3 months ago # -
Will this perform well on a forum with more than 2000 users?
Posted: 3 months ago # -
@citizenkeith, that was with version 0.1.5? That should have been fixed a couple versions ago. Try 0.1.6
@mciarlo
All depends how many people are live at once. In theory the bbPress meta could handle a string that size. Maybe 200-300 people active at once, I am uncertain.I had almost 80 on my site at once the other day to test it and it held up.
I should give you the newest version though.
Try 0.1.6 when you see it here and let me know how it works for you...Posted: 3 months ago # -
Thanks _ck_! 0.1.6 did the trick.
Posted: 3 months ago # -
There is a bug in 0.1.6 where if you enable the replacement code for bb-topic-views will will cause posts to be uneditable.
I have a fix but since I disable that feature by defaut (because it's so new) I am not rushing a new update for another day or two as I have many more new features coming.
I suspect I will have to drop the "mini" from the name and just call this "User Track" rather soon.
Posted: 3 months ago # -
Hmm. My Mini-Track footer looks like this:
There are 1 users online. 1 of them are Members: Mawazi
posts in topics over 471 months by of 0 members.I have something set wrong or not altered properly, as its not grabbing the forum stats, it would seem.
Any thoughts?
Posted: 3 months ago # -
I think the calculations are failing because you don't have any activity yet (brand new). I'll put in some checks for that. The stats should fix themselves as you get members and posts. Try registering another member for testing.
Oh and for extra performance don't forget to put this line into your
bb-config.php(this goes for everyone)$bb->load_options = true;You'll see the query count go down radically in the footer after you do that.
Posted: 3 months ago # -
Hey ck,
I still do not understand how to do that: "Now automatically shows online status in posts and last online time in profiles"
This doesn't work! i have the default theme, the correct option in bb-config.php ...
Posted: 3 months ago # -
do you have these two options set near the top of the plugin?
$mini_track_options['last_online_in_profile'] = true; $mini_track_options['online_status_in_post'] = true;Posted: 3 months ago # -
yes _ck_
Posted: 3 months ago # -
I haven't seen it, but one of my moderators is reporting this error:
Fatal error: Call to undefined function mini_track_verify() in /home/xxx/xxxx/xxxxx/forums/bb-plugins/mini-track/mini-track.php on line 183When checking the script, line 183 is this:
$mini_track[$index]->ok=((mini_track_verify($mini_track[$index]->ip)) ? 1 : 0); // check if it's a legit botPosted: 3 months ago # -
csseur3, are you using 1.0 or 0.9 and does your custom theme have all the necessary hooks like
do_action('bb_headand thebb_footone as well?citizenkeith, I will have to investigate that. Not sure how it can give undefined error when it's in the same file as the rest of the code, weirdness... hey I wonder if your host has "gethostbyaddr" disabled, that might remotely explain it. What happens if in the tracking panel display you click on some of the IPs - do you get an rDNS result or an error? The reason why only they saw it is because they went over 100 pages. If you have very busy users on your setup you'll have to raise the limit.
Posted: 3 months ago # -
This will help citizenkeith and others - I've completely replaced PHP's problematic rDNS lookup (gethostbyaddr) routine for the next version 0.1.7 so this should solve problems on Windows and safe mode setups (it's also faster).
Posted: 3 months ago # -
hi _ck_,
csseur3, are you using 1.0 or 0.9 :
1.0 trunk :)and does your custom theme have all the necessary hooks like do_action('bb_head and the bb_foot one as well?
yes :)bye
Posted: 3 months ago # -
ah I think half of your problem are being caused by 1.0
(not just mini-track but some of my other plugins)0.1.7 should help you, I will release it later today
Posted: 3 months ago # -
This will help citizenkeith and others - I've completely replaced PHP's problematic rDNS lookup (gethostbyaddr) routine for the next version 0.1.7 so this should solve problems on Windows and safe mode setups (it's also faster).
Thanks, _ck_! Looking forward to the update.
Posted: 3 months ago # -
hi ck, where is the 0.1.7 ? ^^
Posted: 3 months ago # -
I need a few knowledgeable people (ie. have phpmyadmin and know how to use it in case something goes wrong) who are currently using Mini Track to test 0.2.0 before I post it later today for everyone.
I've added so many features I am worried there might be a problem or error or two and I suspect not everyone reads instructions when upgrading so I just want to make sure it all works first.
This is my largest plugin ever (over 70k in code), I've incorporated many ideas from the full User Track (and even surpassed it in some regards). There are now also 200 icons that must be uploaded for the tracking display - I have not put in code yet to make them optional so they have to be put on there, sorry, but it will give you a display like this:
http://img84.imageshack.us/img84/9332/screenshot2bx8.pngPosted: 3 months ago #
Add a Comment »
You must log in to post.