The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Activity Modification Details »» | |||||||||||||||||||||||||
This is the vB3.7/vB3.8 version of this modification.
Description This hack adds an activity metric for users to your forum; this metric takes into account a variable number of weeks. Also provided is a Junior/Normal/Senior member system based on this metric, and a longevity metric (user registered time as a percent of the amount of time the first user has been registered). Visiting each day and posting the configured amount of times per day for the configured number of weeks will yeild 100% activity. Posts are checked individually for each day, so days cannot be skipped then spammed up afterwards. The weight of visiting for the day relative to posting is configurable. Weeks are weighted so the most recent has a bigger impact on the activity percent than the most distant. When a user logs in with activity above the configured threshold, they are promoted from Junior Member to Member. When they log in with the configured amount of time as Member, they are promoted to Senior Member. You can configure the mod to also add secondary usergroups when these promotions happen. Complexity This modification requires 1 XML import, uploading of images, and the addition of some CSS, depending on what options you choose Technical This hack adds 1 query to showthread for each user who posts in that page (or only 1 for the logged in user by configuration). In addition, the first time a member's post or profile is accessed during a day (GMT), 3 queries are performed to find that user's activity. By configuration, 1 query may be added to each page load to find the logged in user's "activity today". By configuration, 1 query may be added to each member profile view to find that member's "activity today". Upgradability This modification will import your settings and data from the 3.0/hack version This modification will import your settings and data from the 3.5/3.6 mod version Frequently Asked Questions
Note: To upgrade, with the old version still installed, go to the Add/Import Product link on the Manage Products page, select the XML file for the new version, choose Yes for overwrite, then click Import. Update 3.03 release
Update 3.01 release
Update 3.00 release No changes Update 3.00 beta 3
Update 3.00 beta 2
Version 3 (3.00 beta 1) vs Version 2 (2.80)
Please click the install link if you install this hack I will support this hack in this thread on about a weekly basis. Show Your Support
|
Comments |
#152
|
||||
|
||||
This is most likely an issue with the javascript to modify the postbit; it may not work correctly if your postbit has been modified significantly from the default. Setting Automatic postbit alteration to None or Default location and setting Remove postcount and Remove joindate to No should prevent this. If you set Automatic postbit alteration to None, you can manually add the modifications by following the instructions in the Manual postbit modifications section in activity_mod_customization.html in the zip file.
|
#153
|
|||
|
|||
Quote:
Some members do not have days, they just have percentages. what does this mean or what is it referring to? Thanks! |
#154
|
||||
|
||||
If they do not have an "x days to 100%", then they have not started on their way to 100% (they missed visiting or posting yesterday) or are already there. This feature was added because it's hard to tell otherwise; for good reasons your activity may seem to "stall" while "bubbles of inactivity" are purged. On my forum, I have rewards for reaching and sustaining 100% activity; if it doesn't matter much on your forum, you may want to disable the feature.
|
#155
|
|||
|
|||
Quote:
If they are "already there" how can reward them for reaching and sustaining 100% like how you have on your forum? |
#156
|
||||
|
||||
I have a usergroup that I add people to that gives them a larger avatar. I use template conditionals to make it smaller while they are under a certain activity level. I have a second group for those that sustain 100% for 28 days that goes small at a lower activity level. You can use the variables mentioned in the customization document to implement such systems.
In any case, the rewards are manual and could be something easier to setup. |
#157
|
|||
|
|||
i have the casino installed, and i noticed that my casino cash was not showing in the postbit after i installed this. any ideas?
|
#158
|
||||
|
||||
Try turning off the "Remove x" options in the Activity Display options.
|
#159
|
|||
|
|||
Sorry and thanx a lot!
|
#160
|
|||
|
|||
Is there any way to make the data (both postbit and ranks page) accessible only to the administrator usergroup? i.e. similar to a user's IP address only showing for mods and higher.
This mod sounds like quite an interesting way of gauging clan member activity, but making it public might promote spamming to influence ranking. If this sounds unusual to you, we also have karma padders on our board |
#161
|
||||
|
||||
Well the whole point of the system to cut down on spam, since it only counts a limited number of posts each day. That said, you should be able to use template conditionals so that the info only shows to certain usergroups. Surround the templates
activity_rankblock,activity_statblock,activity_top statpage with Code:
<if condition="is_member_of($bbuserinfo,6)"></if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|