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 |
#122
|
|||
|
|||
I'm unsure of how how to do this but my Activity graphs are shown in different positions due to the length of text in my members location details (see attached). How can I get the graphs to appear on the right below the location details ?
Is this meant to do what I wan't ? Code:
===== in template postbit (for the default 2nd column appearance) to put the activity info above your IM icons and reputation in your horizontal postbit, use the postbit_legacy modifications on your postbit template instead of the ones below.
Many thanks. |
#123
|
||||
|
||||
Quote:
Quote:
|
#124
|
||||
|
||||
I would really like to fix this mod to play well with vBAdvanced Gallery, but I need someone with vBAdvanced Gallery to help me out. Disable the mod, follow the instructions in this post:
https://vborg.vbsupport.ru/showpost.php?p=818581 Then reenable the mod. Whether or not you've done the work arround won't effect this. |
#125
|
|||
|
|||
Just to confirm, I should use the following code on the Postbit template and undo the changes I've already made ?
Code:
****************** images version templates ===== in template postbit_legacy find ----- <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> ----- above it, insert ----- <div class="smallfont"><strong>$WWU002_ranktext</strong></div> ----- find ----- <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> ----- replace it with ----- <table class="WWU002postbit" cellspacing="2" cellpadding="0"> <tr> <td><img src="$stylevar[imgdir_misc]/activity/textactivity.gif" /></td> <td><img src="$stylevar[imgdir_misc]/activity/textlongevity.gif" /></td> </tr> <tr> <td title="$WWU002_activityinfo"><img src="$stylevar[imgdir_misc]/activity/activity$WWU002_activitylevel.gif" class="i" /></td> <td title="$WWU002_longevityinfo"><img src="$stylevar[imgdir_misc]/activity/long$WWU002_longevitylevel.gif" class="i" /></td> </tr> <tr> <td><img src="$stylevar[imgdir_misc]/activity/texttoday.gif" /></td> <td><img src="$stylevar[imgdir_misc]/activity/textposts.gif" /></td> </tr> <tr> <td title="$WWU002_todayinfo"><img src="$stylevar[imgdir_misc]/activity/today{$WWU002_todaylevel}_$WWU002_maxtodaylevel.gif" class="i" /></td> <td dir="ltr"><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd[1].gif" class="il" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd[2].gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd[3].gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd[4].gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd[5].gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd[6].gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd[7].gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd[8].gif" class="im" /><img src="$stylevar[imgdir_misc]/activity/posts$WWU002_postsd[9].gif" class="ir" /></td> </tr> </table> ----- find and remove ----- <div> $vbphrase[posts]: $post[posts] </div> ----- |
#126
|
|||
|
|||
Got it sorted now thanks.
|
#127
|
||||
|
||||
I did a lil work with this hack but im a bad coder I was wondering if someone could tell me how to change the fonts to make them match and maybe extent the gray box all the way acroos here is how it looks right now.
|
#128
|
|||
|
|||
I sent you an email with the text in it.. Let me know if you need anything else.. or if I did something wrong let me know...
referring to vbgallery that is.. I will be your tester... |
#129
|
||||
|
||||
Quote:
|
#130
|
||||
|
||||
Quote:
|
#131
|
|||
|
|||
Quote:
I disabled the activity hack, installed the other one.. then viewd source and then disabled the 2nd one and turned activity back on.. No I can say when I went to the gallery all functions as normal but when I forgot to disable the 2nd one you said to install I tried to view a thread and it said something about cookies etc.. but it did not do that in the gallery.. Gallery location is root/gallery/ if that matters... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|