The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Let user choose how many reputation points to give (up to their limit). Details »» | |||||||||||||||||||||||||||
Let user choose how many reputation points to give (up to their limit).
Developer Last Online: Jan 2012
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" There are no templates to edit, they should be done automatically. If there is any problem with the dropdown menu showing up please let me know. Show support if you use it: Mark This As Installed if you use it on your board. Thanks Change Log: Version 1.1.0
Supporters / CoAuthors Show Your Support
|
Comments |
#52
|
|||
|
|||
Thnks fellow! This will make much clear to users.
|
#53
|
|||
|
|||
Great hack!
Marked installed and nominated as MOTM. |
#54
|
||||
|
||||
Nice hack!!
|
#55
|
|||
|
|||
Nice update. Thank you.
|
#56
|
|||
|
|||
wats trigger the drop down box?
|
#57
|
||||
|
||||
two dropdown elements are created, one invisible, and an automatic template edit inserts javascript to toggle between the two sets of dropdowns when each one is clicked.
|
#58
|
|||
|
|||
check out my repping system.. i want to add the box in each of these http://www.networktemple.com/
|
#59
|
|||
|
|||
A few problems...
(1) First problem... weak negative repping Code:
$neg_score = intval($score / 2); I have solved this for myself by changing the line above from : Code:
$neg_score = intval($score / 2); Code:
$neg_score = intval($score * 1); (2) Second problem - users are confused by two things to click. With stock vbulletin, you only have to choose one of two radio buttons for rep (good, or bad). It then does all the calculations for you as to how much rep to give. So the user only has to click twice at most (once to submit the form, another time if they want to change the type of rep given from good to bad before they submit the form). It occurred to me that you could put ALL of the reputation options in one drop-down menu, and update choices accordingly. For example, instead of getting this menu for giving good rep : Code:
(X) Good - VBPHRASE : i_approve ( ) Bad - VBPHRASE : i_disapprove [drop-down-menu from 0 to positive rep power] Code:
( ) Good - VBPHRASE : i_approve (X) Bad - VBPHRASE : i_disapprove [drop-down-menu from 0 to negative rep power] Once they choose how much rep to give, they are then shown some descriptive text asking them to confirm their choice, and a 'Do it' button appears (or is activated). Example of how the window could work : 1) When loaded, the user is shown an (editable) phrase like : "You are about to give or take reputation from this person. This will affect their standing in the forum. Give reputation for things which in your opinion, make the forum a better place to visit, and take away reputation for things you feel detract from the forum. Please select the number of points to give or take away : [drop_down_menu_here]" 2) Once they pick a number from the drop-down menu, text appears below the drop-down-menu. Say they selected +5 on the drop-down menu : "You have selected to GIVE 5 points. This should be done only if you are happy with what was posted, thinking it was good for the forum and want to see more posts like it. [confirm_button_here]" If they selected "-5" on the menu, they would get : "You have selected to [B]REMOVE [/5] reputation points. This should be done only if you think what was posted will have a negative effect on the forum. [confirm_button_here]". The benefits of this approach are : 1) No need to bother with good/bad radio buttons. 2) The text which appears can give people some sense of why they are giving the reputation, and confirm that it is for the right reasons. 3) With some modding, you could generate different phrases depending on how much reputation was given/taken. E.g. a -1 could generate a different message than a -5... so the forum owner could have a system that encouraged people to give -1s for off-topic posts, and -5s for flaming, spam, etc. Just a thought. |
#60
|
||||
|
||||
Thanks...Installed!
|
#61
|
||||
|
||||
I've been looking for this type of mod EVERYWHERE. Finally I found it! Cheers!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|