Feature #214
More featured reputation system
| Status: | Closed | Start date: | 03/23/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | 05/26/2009 | |
| Assignee: | Tom Moore | % Done: | 100% |
|
| Category: | Reputation system | |||
| Target version: | 1.6.0 Beta 2 |
Description
- Being able to connect back to a specific post
-- Still able to give a "general" reputation
- Being able to give multiple reputations
-- Make optional (setting to turn on/off)
-- Limit on how often you can give multiple reputations to one person
Associated revisions
Feature More featured reputation system (fixes:214)
Fixes missing image from Revision #4373 (fixes:214)
Fixes Moderated by Guest (fixes:260)
Fixes Moderator Image (fixes:261)
Fixes Find user posts - not displaying new posts when hitting limit (fixes:262)
Fixes Missing space character (fixes:263)
Fixes Missing </tr> in Template modcp_ipsearch_result (fixes:264)
Fixes Askimet plugin username link problem (fixes:265)
Fixes More featured reputation system (fixes:214)
Fixes More featured reputation system (fixes: 214)
Improves More featured reputation system (improves:214)
Improves More featured reputation system (improves:214)
Fixes More featured reputation system (fixes:214)
History
#1 Updated by Ryan Gordon about 3 years ago
- Tracker changed from Bug to Feature
#2 Updated by Tom Moore about 3 years ago
- Status changed from New to Assigned
- Assignee set to Tom Moore
#3 Updated by Tom Moore about 3 years ago
- Due date set to 06/01/2009
#4 Updated by Ryan Gordon about 3 years ago
Just FYI, It should also have an option to disable being able to give out negative reputations.
#5 Updated by Tom Moore about 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset r4373.
#6 Updated by Tom Moore about 3 years ago
Applied in changeset r4375.
#7 Updated by Ryan Gordon almost 3 years ago
- Due date deleted (
06/01/2009) - Start date deleted (
03/23/2009)
#8 Updated by Ryan Gordon almost 3 years ago
- Due date set to 05/26/2009
- Start date set to 03/23/2009
#9 Updated by Martin Madsen almost 3 years ago
There seems to be a bit mix up in version control here. Inconsistency between trunk and branch.
Line 664-667 of latest trunk.
"allow_html" => "no",
"allow_mycode" => "no",
"allow_smilies" => "yes",
"allow_imgcode" => "no"
Should be:
"allow_html" => 0,
"allow_mycode" => 0,
"allow_smilies" => 1,
"allow_imgcode" => 0
Like in the branch :)
#10 Updated by Ryan Gordon almost 3 years ago
Thank you for catching that :)
#11 Updated by Stefan T. over 2 years ago
It is not possible to rate a user outside a specific post.
Error message:
You must enter a good reason (comment) to give this user a reputation ratings.
#12 Updated by Michael Schlechtinger over 2 years ago
- Status changed from Resolved to Feedback
#13 Updated by Tom Moore over 2 years ago
- Status changed from Feedback to Resolved
Applied in changeset r4498.
Stefan, I can't replicate your problem. You still need to be physically entering a message if you're rating a user outside of a post. You don't need to if you're rating a user for a post.
#14 Updated by Stefan T. over 2 years ago
- Status changed from Resolved to Feedback
I updated my installation and I get still the same error. Link: *URL*reputation.php?action=add&uid=*UID*&pid=undefined ("Rate User" on Profile)
Perhaps it is a javascript problem (pid=undefined)
#15 Updated by Tom Moore over 2 years ago
Hmm, I really can't replicate it Stefan. Which browser are you using? What's the reputation comment you're trying to add?
In reputation.php, around line 185, if you change:
if($mybb->input['pid'] == 0)
to:
if(!$mybb->input['pid'])
...does that let you rate a user?
#16 Updated by Stefan T. over 2 years ago
Ok, it was my fault. My comments were too short... ;) Perhaps you should modify the message. ;)
Do you want to solve the javascript thing? (undefined)
Then I will close the ticket.
#17 Updated by Tom Moore over 2 years ago
- Status changed from Feedback to Resolved
Applied in changeset r4500.
I've changed the language string that's used to mention the 10 character limit, and fixed up the javascript and another little thing I noticed. Should work as expected now...
#19 Updated by Stefan T. over 2 years ago
- Status changed from Closed to Feedback
When you write a new post, the reputation button on preview has a wrong javascript link:
javascript:MyBB.reputation(1,);
Perhaps you should disable it or add a 0.
#20 Updated by Tom Moore over 2 years ago
The javascript adds a 0 if it missing...
Do you mean when you reply to a post, then preview it?
#21 Updated by Stefan T. over 2 years ago
I mean the preview of a post.
Nothing happens when I click on the button.
#22 Updated by Tom Moore over 2 years ago
r4643 should resolve that problem...
#23 Updated by Stefan T. over 2 years ago
- Status changed from Feedback to Closed
#24 Updated by Tom Moore over 2 years ago
- Status changed from Closed to Feedback
Note to self: the postbit_rep_button template isn't cached in showthread.php.
#25 Updated by Tom Moore over 2 years ago
- Status changed from Feedback to Resolved
This should be good to go...
#26 Updated by Stefan T. about 2 years ago
- Status changed from Resolved to Closed
#27 Updated by Stefan T. about 2 years ago
Why is it possible to rate a user via a post without a comment?
#28 Updated by Tom Moore about 2 years ago
It's designed more to be a 'like this post' sort of idea - without being full blown post reputation. So you don't really need to enter a comment as it would be short, such as "I like this" or "this is cool".
#29 Updated by Ryan Gordon almost 2 years ago
- Status changed from Closed to Resolved
- Target version changed from 1.6.0 Beta to 1.6.0 Beta 2
#30 Updated by Stefan T. almost 2 years ago
Ryan, why did you reopen this ticket?
#31 Updated by Michael Malin almost 2 years ago
Maybe we SQA should it test better :P
#32 Updated by Ryan Gordon almost 2 years ago
- Status changed from Resolved to Closed