The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Activity Modification Details »» | |||||||||||||||||||||||||
For vB3.7, see The vB3.7 version
This is the plugin/vB3.5/vB3.6 version of this hack This mod was developed on vB3.6.4, and tested for compatibility with vB3.5.4 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, modification to 3 templates, 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 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. 2.80 release update
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 |
#182
|
|||
|
|||
WetWired sent me the 'top ten activity script' he uses for vB3.0. I'm working on porting it for 3.5 now.
|
#183
|
|||
|
|||
That would be nice m8....
|
#184
|
||||
|
||||
How would I input the graphical activity data (that you see in the postbit), into the memberinfo template, so that all the bars show up? I tried adding the same postbit addition code into my memberinfo template, but, only the first row of images showed up, the rest failed. See here:
http://russbo.org/vb/member.php?find...595&styleid=53 I used this code: Quote:
rich |
#185
|
||||
|
||||
Well, when you put this into template "memberinfo" to show it in the user's profiles, the images that are called are not calculated correctly.
For example, TODAy would call for: http://russbo.org/vb/styles/iSkin_Bl...vity/today.gif When in fact it should call for: http://russbo.org/vb/styles/iSkin_Bl...y/today0_0.gif So, something is not getting calculated, somewhere, to change the images. Does this have to be solely in the postbit for it to calculate correctly, or, could it be made to be put in other places, such as the welcome box or member profile? Just curious how one might do this. Thanks! rich |
#186
|
||||
|
||||
Quote:
|
#187
|
||||
|
||||
OH.
I was actually supposed to read that? LOL, thanks WW. Saw all THAT code in the hack, and just kind of "didn't look at it". I'm only a doctor man. Great hack by the way. rich |
#188
|
|||
|
|||
Just released for this hack TopX Activity Modification
|
#189
|
||||
|
||||
I upgraded this last night and I'm not sure if this is causing my uploaded avatars to not show....
|
#190
|
|||
|
|||
I have installed this on my site and can't believe the effect it has made... my posts have increased nearly 50% since I added this and a few other hacks...
I am not to skilled at this stuff, but would really like to figure out how to add the activity info to the "Welcome Block" on the vbadvanced CMPS .. would this be something that could easily be done... Can someone help me with this? I am sure there are quite a few with this CMPS that would like this... The more users see the stats in their face, the more they will increase their activity! Here is my CMPS... the userblock is front and center..... http://www.forums.repashy.com/cmps_index.php I would also like to add location, total posts, and age to this block... but that is obviously unrelated to this..... Any help would be appreciated! Thanks in advance, Allen |
#191
|
|||
|
|||
Add a new hook to global_start with this code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|