[F] Admincp Remove Avatars [C-Michael83] - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: Archived Bug Reports (https://community.mybb.com/forum-74.html) +------ Forum: MyBB 1.4.2 (https://community.mybb.com/forum-100.html) +------ Thread: [F] Admincp Remove Avatars [C-Michael83] (/thread-39592.html) |
[F] Admincp Remove Avatars [C-Michael83] - User 2877 - 2008-10-25 remove_avatars($mybb->user['uid']); That's in the file /admin/modules/user/users.php a couple times... It should be remove_avatars($user['uid']); Otherwise the admin is just deleting their own avatar when they select "Remove current avatar?" editing profiles. RE: Admincp Remove Avatars - Nexus - 2008-10-25 Thanks, gonna edit that right away [F] Admincp Remove Avatars - Ryan Gordon - 2008-10-26 Thank you for your bug report. This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated. With regards, MyBB Group |