Version: 2.0.0, by hambil
Developer Last Online: Apr 2013
Category: Statistics Modifications -
Version: 3.6.5
Rating:
Released: 03-23-2007
Last Update: 04-10-2007
Installs: 133
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage
No support by the author.
Note: This product is now being supported at www.catnine.net
Keywords: Statistics, New members, joins, trends, Forum Home, threads, posts
ATTENTION:
If you download the latest version go into your usergroups and set the 'can view trends' permission. SAVE the usergroup even if you haven't changed the setting or things may not work. There is an odd permissions bug I haven't figured out yet.
Also note that overwrite will not work. Please uninstall the previous version before installing the new one.
Description:
Enhances the "YourBBS" Statistics box on the forum home to show trends of posts, threads and new users vs. the overall history of the board. Also allows you to display more than one "newest member".
Version 2.0.0:
Calculations exposed and modifiable in admincp.
Added ability to delay updates of stats to every x minutes in admincp.
Added a style setting for positive and negative trends.
Added custom hooks for all aspects of vbTrends, and moved code into said hooks.
Changed template to still show total threads when trend is negative and 'positive trends only' is enabled.
Usergroup permission to view trends.
Note: You cannot cause an error by messing up the calculations in the admincp. If the calculation you provide contains errors the stat in question will show as N/A.
This is a major rewrite, so I've set the hack to beta for now.
Version 1.2.6:
Made some minor tweaks for cleaner code
Made change to build datastore call to force serialization
You can just overwrite the product.xml if you are upgrading. Remember vbTrends has an option in the admincp to reset the counters. To see any changes/fixes you'll want to run that, or you'll end up having to wait for a new day before the changes will take affect.
Version 1.2.5:
fixed minor bug in auto-replace that was causing it not to work on some boards
I see that you have added "LIMIT " . $vbulletin->options['vbtrends_max_months']" where you are determining the base line for your trends. It seems to me that you would also need to include an ORDER BY so you get the most recent vbtrends_max_months months.
As for the 0%, it looks like you've deactivated showing active members, but let showing active members percentage on. I've changed the code to handle that condition now.
I see that you have added "LIMIT " . $vbulletin->options['vbtrends_max_months']" where you are determining the base line for your trends. It seems to me that you would also need to include an ORDER BY so you get the most recent vbtrends_max_months months.
Installed, but the stats aren't showing yet. Is this a timed event? Do I need to update all counters before it will work. NOTE: This is on a fresh installed vB w/ 3 users and 300 posts.
Stats should show. Make sure you have "show positive trends only" turned off.
You may also need to do the manual change of the template. Some people are reporting problems with the auto-replace. I'm looking into that, but haven't been able to duplicate it on my board yet.
Ok percentage is howing up now but it says 0
Active Members: 0 (0%)
Threads: 35,023, This Month: 1620 (77%)
Posts: 172,594, This Month: 9576 (111%)
Members: 2,318, This Month: 42 (-23%)
I've tested all combinations on my board - which is admittedly under construction and not open to the public yet, but still, it works for me. Can I get a temp login to check it out for you?