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 |
#102
|
|||
|
|||
Getting this warning on the stats page:
Warning: unserialize() expects parameter 1 to be string, array given in [path]\index.php(69) : eval()'d code on line 17 |
#103
|
||||
|
||||
Quote:
|
#104
|
||||
|
||||
Quote:
In its default configuration, server load increase should be inperceptable except when users first start viewing threads each day. Even then, this load increase should generally be minor unless you have many active users at the time the day rolls over. |
#105
|
|||
|
|||
No, I didn't edit the templates. This is really weird. On the menu; Automatic postbit alteration, when I choose "Default Location" I see 2 activity windows. You can see the attached file;
|
#106
|
|||
|
|||
can you help me i installed it and the only thing get is this
with light activity and instead of white it makes black with dark activity you can see in my site also i don't uninstall it, till some suggetions. I tried to upload it at forum/images/misc.... ....with dark/white folders ....with only activity folders ....with only the files . Please if you can help me. Thanks a lot |
#107
|
||||
|
||||
Could you please copy the postbit template you are using (postbit or postbit_legacy) into a text file and attach it?
|
#108
|
||||
|
||||
Quote:
|
#109
|
|||
|
|||
Sure. I attached my postbit template. Thanks.
|
#110
|
||||
|
||||
The problem is that you have the postbit_userinfo_right template hook twice. The activity mod puts the stats in $template_hook[postbit_userinfo_right].
The first place is here: Code:
<if condition="$show['reputation']"><div style="padding:2px 0px 2px 0px;"></div><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if> $template_hook[postbit_userinfo_right] <if condition="$show['member']"><if condition="$show['avatar']"> <div class="smallfont"> <br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></if> </div> </if> Code:
<div> $vbphrase[my_mood]: <img src="images/mood/$post[mood].gif" border="0" /> </div> </if> </div> $template_hook[postbit_userinfo_right] <div style="padding:5px 0px 5px 0px;"></div> </td> </if> |
#111
|
|||
|
|||
Thank you very much man. Looks great!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|