The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Force comment when giving reputation
Is there a way to force comments to be entered when someone gives/takes away your reputation? I find it annoying when someone takes away points and doesn't give reason.
|
#2
|
|||
|
|||
Well, I know I'm replying to a 2 month old post, but this came up in my search and I figured this might be helpful.
I wanted to know the same thing, but didn't find any instructions on how to do this. So I figured it out for myself. Open reputation.php and look for the following: PHP Code:
PHP Code:
|
#3
|
|||
|
|||
Just so you dont get stuck on the editing reptuation window, heres a little help:
In your style/Styles open the template reputationbit and do the following (Just my example.) Find PHP Code:
PHP Code:
PHP Code:
PHP Code:
Screenshot of that working: :nervous: |
#4
|
||||
|
||||
hey, this is great - thanks for the answer to a question i've been searching on for quite awhile.
|
#5
|
||||
|
||||
This is great, thank you.
Just one query... How can I not have a radio button selected, so that the user has to select either approve or disapprove when giving reputation ? At the moment, positive reputation is always selected and this has led people to accidentally approve, when they meant to disapprove. Regards. Jamie |
#6
|
|||
|
|||
I would guess in reputationbit change:
Code:
<div><label for="rb_reputation_pos"><input type="radio" name="reputation" value="pos" id="rb_reputation_pos" checked="checked" /> $vbphrase[i_approve]</label></div> Code:
<div><label for="rb_reputation_pos"><input type="radio" name="reputation" value="pos" id="rb_reputation_pos" /> $vbphrase[i_approve]</label></div> |
#7
|
|||
|
|||
this didnt do the trick for v3.5.4 incase anyone wondered? It still submitted a vote even though neither box was selected.
|
#8
|
||||
|
||||
Great work!
Very helpful - thanks! |
#9
|
|||
|
|||
Apologies for the bump on an old thread. I've searched the forums for the most part and have yet to find a way to fully implement this feature for 3.6.8. The above hack works in the sense that no reputation gets added/deducted from a user. However, the reputation box just disappears without any notice if the user hits "Add to reputation."
Is there a way to tweak the javascript in the backend to validate the "Comments" field? Thank you very much for any assistance rendered. |
#10
|
||||
|
||||
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|