MyBB Community Forums

Full Version: [request] Who gave reputation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to see who gave reputation to who? (for the person who received it and for admins).
Because I get a lot of people giving negative reputation and giving "lol" as a comment.
The UID of the member who gave the reputation is stored in the database. So you could actually pull the username for that userID with a simple code similar to
$db->query("SELECT username FROM ".TABLE_PREFIX."users WHERE uid='".intval($reputation['uid'])."' ");
That would be great if that could be implemented into the rep system now Smethead? Maybe for the future? And show a reason for the bad rep to? He he. Smile
u could also try the Advanced Reputation mod
I think you should take a look at the Alternative Reputation System. Wink
the alternative reputation system has too many useless futures which would make a forum kinda chaotic (IMO).

Could someone maybe write a code to send a PM when you receive reputation?

For example
title:"Positive reputation received"
sender: "person who gave reputation"
message: "message + link to post"