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
hi m8 is it possible to have the positive / negative arrow for the members mine always says 100%
also how do set the newest members to display in the colour i have set for there group. thx :P
In most cases where I've seen 100% It's because the board is less than 2 months old and just doesn't have enough history to compare against. You can change the formula in the admincp if you'd like. By default it is round(($count / $avg) * 100). Change it to round(($count / $avg) * 100) - 100.
In most cases where I've seen 100% It's because the board is less than 2 months old and just doesn't have enough history to compare against. You can change the formula in the admincp if you'd like. By default it is round(($count / $avg) * 100). Change it to round(($count / $avg) * 100) - 100.
m8 when i add
(($count / $avg) * 100) - 100 all the stas go to red DOWN
also what i ment was where it says active members is there anyway of putting an arrow.
also is it possible to make the stats stay at and under 100% i mean i got 115% posts theres no such percentage.
and my stats have just reset them selves ? whys that
(($count / $avg) * 100) - 100 all the stas go to red DOWN
The don't put in the -100, or turn on 'positive trends only' in the admincp options. Or come up with an entirely new formula. The numbers are what they are - I just report them.
Quote:
also what i ment was where it says active members is there anyway of putting an arrow.
Sure, you could edit the forumhome_vbtrends template. Of course, active members would never have a down arrow, it will always be between 0 and 100.
Quote:
also is it possible to make the stats stay at and under 100% i mean i got 115% posts theres no such percentage.
Sure there is. 100% of 10 is 10. %120 of 10 is 12.
Quote:
and my stats have just reset them selves ? whys that
It's a new day. The stats track your progress over the day as compared to the previous x number of months.