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 |
#92
|
|||
|
|||
nice hack...installed..
but i would like to know how to hide "LONGEVITY" and "POSTS" on the postbit template... if is possible... |
#93
|
|||
|
|||
Here are russian *.gif images:
|
#94
|
||||
|
||||
You can remove them from the activity_statblock template.
Code:
<if condition="isset($output['WWU002_activitylevel'])"> <table class="WWU002postbit" cellspacing="2" cellpadding="0"> <tr> <td><img src="$stylevar[imgdir_misc]/activity/textactivity.gif" alt="$vbphrase[WWU002_activity]" /></td> </tr> <tr> <td><img src="$stylevar[imgdir_misc]/activity/activity$output[WWU002_activitylevel].gif" class="i" title="$output[WWU002_activityinfo]" alt="$output[WWU002_activitylevel]/20" /></td> </tr> <tr> <td><img src="$stylevar[imgdir_misc]/activity/texttoday.gif" alt="$vbphrase[WWU002_activity_today]" /></td> </tr> <tr> <td><if condition="$output['WWU002_maxtodaylevel']"><img src="$stylevar[imgdir_misc]/activity/today{$output[WWU002_todaylevel]}_$output[WWU002_maxtodaylevel].gif" class="i" title="$output[WWU002_todayinfo]" alt="$output[WWU002_todaylevel]/$output[WWU002_maxtodaylevel]" /><else /><img src="$vboptions[cleargifurl]" width="63" height="7" class="i" title="$output[WWU002_todayinfo]" alt="" /></if></td> </tr> </table> </if> |
#95
|
|||
|
|||
Unfortunately when I switch on this mod - my forum trying to run scripts which make my forum stuck.... Pls adv what to do? Only work propely when Automatic postbit alteration is none!
****************** Versions vBulletin version: 3.7.1 Activity mod version: 3.00 Settings Activity today: Yes Yes No Postbit style: Alternate location Profile style: Both Ranktext: Yes Top activity: Yes Yes Template hooks Style p1 p2 p3 pl1 pl2 pl3 u1 u2 n MASTER STYLE Y Y Y Y Y Y Y Y Y --Default Style Y Y Y Y Y Y Y Y Y |
#96
|
||||
|
||||
Try setting Automatic postbit alteration to Default location, Remove postbit text postcount to No, Remove postbit text joindate to No, then see what happens.
|
#97
|
|||
|
|||
Possible you can add support for this plugin?
https://vborg.vbsupport.ru/showthread.php?t=182938 As this plugin takes over the complete posts and doesn't show the other plugin's post count anymore. This one rocks though! |
#98
|
||||
|
||||
I'm not sure I understand what the issue is. If you're saying that the Activity Modification is removing the postcount output, you can correct that by setting "Remove postbit text postcount" to no in the Activity Display settings.
|
#99
|
|||
|
|||
Thx
|
#100
|
|||
|
|||
Great Mod. Installed, thanks a lot.
I have a quick question. I see 2 of user activity, long etc. image mod on every thread. First one is below the ranks, the other one is at the bottom. How can I modify this and delete the bottom one? I couldn't find the temp.. |
#101
|
|||
|
|||
this looks like a really cool mod. i was wondering about the technical aspects.
you said: Quote:
I'm under the restriction of server load so that's why I would like to know. Thank you. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|