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 |
#112
|
|||
|
|||
Hi,
I really like this mod, however, I can't get the "Top Activity Page" to display or show the link anywhere. Do you have ideas on where I can start to figure out what is going on? |
#113
|
||||
|
||||
It's disabled by default. Have you turned it on in the Top Activity settings?
|
#114
|
|||
|
|||
Yes, I've double checked all of the setting, tried re-installing and still can't get it to show up.
|
#115
|
||||
|
||||
Is it just the link that's not showing, or does viewing index.php?do=activitystat not work either?
If you could go to AdminCP>Maintenance>Activity Maintenance and post the results of the configuration diagnostic, that would give me a better picture of what might be going on. |
#116
|
|||
|
|||
Yes, I tried accessing it via index.php?do=activitystat and all it does it take me back to the home page.
Versions vBulletin version: 3.7.2 Activity mod version: 3.00 Settings Activity today: Yes Yes Yes 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 N |
#117
|
||||
|
||||
Well, the link isn't showing because your navbar template doesn't have the template hook for it. The link is added to $template_hook[navbar_buttons_left]. Assuming your navbar changes are just new/rearanged links, you should revert your navbar and redo your changes, being carefull not to remove any template hooks, since this will affect other mods you might install, too.
As for the page itself, that situation is most odd. The only thing I can think of is that some other mod is changing $_REQUEST['do'] or also uses the forumhome_start plugin and is returning. I suggest turning off all other mods and see if the problem persists. If not, turn them on one by one untill the problem comes back; the one you just turned on when it stops working is probably the problem. Depending on the cause, you may be able to work arround the problem by going to Plugins&Products>Plugin Manager, finding the Activity Modification forumhome_start plugin, editing it and setting the execution order to 1. |
#118
|
|||
|
|||
Great hack! Thank you.
I'm running, VB3.7.2 PL2 |
#119
|
|||
|
|||
Thank you!
|
#120
|
|||
|
|||
I saw in a previous post someone brought this up and it was somewhat disregarded -- but this should not be ignored. My PHP Error log is swollen from the amount of errors this modification is creating.
Code:
PHP Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of WWU002promoteUser(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in global.php(405) : eval()'d code on line 542 |
#121
|
||||
|
||||
How was it disregarded? I indicated that I found and corrected the error for the next version, I just didn't feel that it was important enough to release a version with only that change. Since there haven't been any other issues, I guess I'll make a release with just that...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|