MyBB Community Forums

Full Version: Editing user profile in admin vew
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I spotted a problem, which concerns admincp.
How to add one row in acp "Edit User" using plugins (hooks).

You can edit every user using this link f.e.
http://yourmybbforum.com/admin/index.php?module=user-users&action=edit&uid=1
Here you can edit user's username, password etc. What I want to do is to add here one additional row (named "User points"), but I want to do this using plugin (I prefere that to editing admin/modules/user/users.php manually). How can I do it?