[Pushed] The level of warnings in your profile leads to usercp.php - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Development (https://community.mybb.com/forum-161.html) +--- Forum: MyBB 1.8 Development (https://community.mybb.com/forum-165.html) +---- Forum: 1.8 Bugs and Issues (https://community.mybb.com/forum-157.html) +----- Forum: Pushed (https://community.mybb.com/forum-183.html) +----- Thread: [Pushed] The level of warnings in your profile leads to usercp.php (/thread-228511.html) |
The level of warnings in your profile leads to usercp.php - Poftorek - 2020-07-08 Hello, in your profile e.g. 0% leads to usercp.php - i think for your own profile level of warnings could be not a link Edit: same in postbit_author_user warning level link RE: The level of warnings in your profile leads to usercp.php - Ben - 2020-07-09 There's a per group setting that you can set wether a group can view their own warnings. Is this what you mean or am I missings omething? RE: The level of warnings in your profile leads to usercp.php - Poftorek - 2020-07-09 (2020-07-09, 08:58 AM)Ben Wrote: There's a per group setting that you can set wether a group can view their own warnings. Is this what you mean or am I missings omething?Unfortunately I can't see this setting in group edit, but in warning system settings is: Quote:Can Users View Own Warnings? If No users can't see own warning level; if Yes users can see e.g. 0% level which is link to usercp.php - i think it should not be link to this place for users Well, unless I'm wrong RE: The level of warnings in your profile leads to usercp.php - JordanMussi - 2020-07-11 The link is to User CP if the user cannot manage warnings or they are viewing their own profile. So for moderators and administrators viewing their own profile the link will be to User CP. Which I suppose is a bit unexpected, code for it is here: https://github.com/mybb/mybb/blob/mybb_1822/member.php#L2667-L2673
Perhaps we should drop the viewing own profile check as it is actually possible to view the warnings.php page for your own account. RE: The level of warnings in your profile leads to usercp.php - Eldenroot - 2020-07-13 I agree, this should be changed. RE: The level of warnings in your profile leads to usercp.php - effone - 2020-07-13 Hi, Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too. Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/4123 Thanks for contributing to MyBB! Regards, The MyBB Group |