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 |
#22
|
||||
|
||||
good mod - but not for me lol
on my board i have "gangs" who group up on people just to bring their reps down and with this they will have a feild day lol |
#23
|
|||
|
|||
thanks a lot.
|
#24
|
||||
|
||||
drew010, Could You Please Share with Us the Templates that your Add-On Modifies, as well as the Modifications (Replace, Place Below/Above) that It makes, Please??
Is important for us to know those Modifications to be able to Take Them In Cosideration in vBulletin Updates, and of course to Help You Detect any Bugs and also Improvements!! :up: I Send You My Best Regards!! I Hope You Can Share This With Us!! :up: |
#25
|
||||
|
||||
This is MONEY! I asked if someone could code something like this a while back and got virtually no interest in it.
Can't thank you enough |
#26
|
||||
|
||||
Quote:
on showing the reputation form i look for the vb phrase your_comments_on_this_post and i insert a tr in the row just before it (with the dropdown stuff) leaving the rest as it was when i read the cached template, so any other mods should be included. and i replace vbrep_register(postid) with parseInt(postid) so that the ajax rep wont show do to the ie problems and the parseInt is just used because it has no side effects of replacing that call. all the other stuff is hook based php to handle the rest. and thanks kgb, i actually requested it a while back before i started messing with vbulletin code so im glad someone else wanted the same. |
#27
|
|||
|
|||
what about detect browser agent?
cuz i like to use the ajax pop up disable the option just for ie... |
#28
|
||||
|
||||
Blah i was looking for this xD
Thanks for everything drew |
#29
|
|||
|
|||
Installed, looks good and works good. Thank you.
|
#30
|
||||
|
||||
Magnific Add-On!! :up:
Works Ok With vBulletin 3.6.6!! :up: |
#31
|
|||
|
|||
Quote:
Quote:
2 ways to upgrade this:
What it does is: It shows the 0 value, and max 10 other values, with percentages and rounded numbers (floor). if member has > 10 reppower, it creates a list with 10 (+1) values if member has < 10 reppower, it creates a list with x (+1) values, and it won't post doubles. Code:
5 reppower 101 reppower 2000 reppower 0 - 0% 0 - 0% 0 - 0% 1 - 20% 10 - 10% 200 - 10% 2 - 40% 20 - 20% 400 - 20% 3 - 60% 30 - 30% 600 - 30% 4 - 80% 40 - 40% 800 - 40% 5 - 100% 50 - 50% 1,000 - 50% 60 - 60% 1,200 - 60% 70 - 70% 1,400 - 70% 80 - 80% 1,600 - 80% 90 - 90% 1,800 - 90% 101 - 100% 2,000 - 100% Our older members even got to 2,000 reppower This is the perfect hack on my request here Thank you :up: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|