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 |
#402
|
||||
|
||||
It's just tables. For what those have, you'd do something like
Code:
<table cellspadding="0" cellspacing="1" border="0"> <tr> <td class="thead" width="100">Avatar</td> <td class="thead" width="50">Rank</td> </tr> <tr> <td valign="middle" align="center" height="100"><if condition="$show['avatar']"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a><else /> </if></td> <td>$WWU002_ranktext</td> </tr> </table> |
#403
|
|||
|
|||
Quote:
|
#404
|
||||
|
||||
Yes, you should search for the
Code:
<if condition="$show['avatar']"> |
#405
|
|||
|
|||
okay thanks bro
|
#406
|
||||
|
||||
Is there anyway to have more then one owner? I have turned off that part (Actually I removed it from the code before I knew it could be turned off LOL) by anyways there is 3 owners on my board and I am wondering if there is anyway to add us all as owners? I did try to add use all to the area meant for it, but it doesn't work.
Thanks!! |
#407
|
||||
|
||||
In the User Ranks area, enter mulitiple owner lines with the Ids of the users. So if your are IDs 1,2, and 110, then you'd enter
Code:
1=Owner 2=Owner 110=Owner |
#408
|
||||
|
||||
Thank you very much!!
|
#409
|
|||
|
|||
Tag for future use.
|
#410
|
|||
|
|||
hey WetWired i did what you sayed and im able to get the rank image to work only it will only show above and not next to it. idk if its a table prob or what i need your help bro!
|
#411
|
||||
|
||||
I need a URL or page source.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|