MyBB Community Forums

Full Version: reputation change.??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How I can edit user reputation through admincp.??
HuhHuhHuhHuhHuh
No, you can't. You've to request a plugin to do this.
Or do it via phpMyAdmin:
UPDATE mybb_users SET reputation=5 WHERE uid=X
Where X is the uid of the user you want to change it for.
thx @ aries