MyBB Community Forums

Full Version: Is there a way to change star rating?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Its not a proper solution, but here is a simple trick; Open plugin file and find;
	if($mybb->usergroup['canundorating'] == 1 && $rated['uid'] == $mybb->user['uid'])
and Change it into;
	if($mybb->usergroup['canundorating'] == 1)

But it will show [Undo rating] link to all usergroups who have permissions to Undo ratings. (Not to those users who have rated that thread before). Its because something needs to be customized a bit more. I'm running short of time at the moment, other wise I'll give proper details to you but above edits should work still.
Thanks would be good to know if their is a better fix though
Mines not working either. Any updates onto the reason why it is not?
Pages: 1 2