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 |
#92
|
||||
|
||||
Do you have phpMyAdmin or another such tool? Check the values for wwu002lastvisit in the user table for some active users and a few entries from the wwu002visitlog table. Also, if you could screenshot the activity hack settings page, that may also be useful.
|
#93
|
|||
|
|||
lastvisit is set to last midnight for ppl who visited today, the visitlog looks fine (eg
select * from wwu002visitlog where userid=2 limit 5; +------+--------+------------+ | unid | userid | dateline | +------+--------+------------+ | 17 | 2 | 1130803200 | | 737 | 2 | 1130889600 | | 1193 | 2 | 1130976000 | | 1671 | 2 | 1131062400 | | 2175 | 2 | 1131148800 | +------+--------+------------+ my settings are: 2-3-2005 4 weeks reflected 3 counted posts 2.0 for Visit Weighting no Find today's activity for all users 25 Level 2 Threshold 60 Level 3 Threshold 1=Spark 2=Flame 3=Wildfire the rest is default. I even tried to update the memberlevel manually in the table but it didnt get a different title on the forumdisplay either. For some reason the activityupdate wont run it seems. Lor20 |
#94
|
||||
|
||||
thx for this.
Works like a charm only if you hover with your mouse over the images you have %% instead of only one (except posts [high]* StarBuG clicks install[/high] |
#95
|
||||
|
||||
If you updated the memberlevel in the table, then you should definately be getting different text. I don't know what could be going wrong except that for some reason the ranks aren't being parsed correctly. Import this plugin, go to a forumdisplay page, view source, and copy the comment at the top.
|
#96
|
||||
|
||||
when i change the settings for weeks, posts or how much a visit is worth I get this error:
Fatal error: Using $this when not in object context in /some/path/html/forum/admincp/options.php(843) : eval()'d code on line 7 |
#97
|
||||
|
||||
nevemind. I got it working right.
|
#98
|
|||
|
|||
Quote:
|
#99
|
||||
|
||||
[quote]
Quote:
1. OK, so this will turn it OFF when in vbadvanced gallery...which is a workaround. 2. er.... I don't know how to use that code. any help would be greatly appreciated. I love this mod. [/QUOTE can someone tell where to apply this code to turn off the activity hack in vbGallery? (causes conflict) |
#100
|
||||
|
||||
fixed
|
#101
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|