A few addonds

cinneke

New Member
When a members profile is shown, this adds a display (at the bottom) of reputation comments that the member has received.

ACP Options are provided to ;

1. Turn the display on/off.
2. Limit the display to certain usergroups.
3. Limit the number of comments shown.
4. Restrict the display of who gave comments (in addition to the viewers existing permission).
5. Will not display comments for threads the member does not have permission to view.

The ACP options for this hack are in vBulletin Options > Reputation in Member Profile.

To install - unzip the XML file and import it into vbulletin via the ACP Product Manager.
 

cinneke

New Member
Note: The unread posts portion of this hack only works if you use the database thread marking system, also, this attaches itself to certain phrases in the "welcome" box and will not work if they are not present (or are modified by other code).

FYI, the Forum Marking Choices are located in vBulletin Options ;
vBulletin Options > General Settings > Thread/Forum Read Marking Type

This displays the actual number of posts that are still considered unread by you (and will show up in a 'getnew' search). It also displays the number of new reputation comments since you last checked your usercp.

There is the option to count the unread posts since your last visit, or all posts considered unread. This setting reflects the divider in the 'getnew' search display. There is also the option to disable the unread posts display or the new reputation comments display.

There is also the option to display the New Reputation Comments counter as a Welcome Box Notification.

All settings are located in vBulletin Options > Display Unread Posts and Reputation.

Version 3.7.004 adds the following ;

A forum exclusion list - requested a number of times, an option is provided to exclude forums from the unread count & display.

A time limit on unread posts count - if a member has not visited for more than x days then a simple unread posts link will be displayed, not an actual count, this stops potential large sql queries if you have a busy forum. The option can be disabled.



To install this hack unzip the xml file and import it using the ACP Product Manager.
 

cinneke

New Member
This shows members who their last few reputation comments have been given to - in the same manner as their received comments. The list is collapsable and appears in the usercp above the reputation received list. The users current repping power is also displayed, in the same manner as their points total.

The settings for this modification are located in vBulletin Options > Display Reputation Given.

There is an option (3.7.002 onwards) to display this above or below the reputation received list. There is also the option for users to delete reputation they have given within a certain timeperiod (default = 5 minutes). This allows the removal of comments given in error (or regretted !).
 

cinneke

New Member
This modification gives the user the option to choose how many reputation points to give or take when posting reputation on a post. They cannot give or take more than the number of points they have available.

When giving rep, aside from choosing if they approve or disapprove of the post and entering a comment, there is a dropdown box going from 0 to the number of rep points they have. This allows them to award or take a lower number of points than the default which uses their point value.

There is a check in place to make sure the user didn't alter the form to give or take more than the maximum value they can use. An appropriate error message is displayed.

An important thing to note about this mod is that due to a problem with Internet Explorer not being able to show the select box on top of the page when you have the ajax popups enabled, turning this mod on will override your setting for using ajax for giving reputation. It doesn't turn ajax off for anything else. The user will be taken to the default page that is used when popups are disabled if they are using Internet Explorer.

Installation: To install, unzip the product XML file, and import it to your board using the product manager in the AdminCP found under "Plugins & Products" => "Manage Products" => "Add/Import Product"
 
Top