![]() |
[Pushed] Reported option bug? - 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] Reported option bug? (/thread-172336.html) Pages:
1
2
|
Reported option bug? - Pablo W. - 2015-06-25 Hi all! In Admin CP (Users & Groups / Groups / Administrators / Users and Permissions) there is an option ”Can be reported?”. When this option is turned off, users can still reported administrator's post. This is bug? RE: Reported option bug? - .m. - 2015-06-25 exactly which version of MyBB you are using and is settings.php file writable ? RE: Reported option bug? - Pablo W. - 2015-06-25 (2015-06-25, 08:17 AM).m. Wrote: exactly which version of MyBB you are using and is settings.php file writable ? MyBB Version 1.8.5, settings.php file writable. RE: Reported option bug? - Jones H - 2015-06-25 Just reported Chris here, so yeah, seems like a bug. Need to recheck it but seems like that setting is ignored. RE: Reported option bug? - Nik101010 - 2015-06-25 As far as I know, this setting only applies to reporting the whole user (via profile), not the user's posts. The question is, which behavior is intended and which one is reasonable... RE: Reported option bug? - Jones H - 2015-06-25 Yeah, there's some check: https://github.com/mybb/mybb/blob/feature/report.php#L97 Should be made clear then. RE: Reported option bug? - Destroy666 - 2015-06-25 I think all types of default reports should be covered RE: Reported option bug? - Pablo W. - 2015-06-25 One more thing. Users can add the administrators, moderators and super moderators to ignore list. As a result, there is no possibility to write a Private Message to registered users. RE: Reported option bug? - Nik101010 - 2015-06-25 Imo the current wording matches the current implementation; The user cannot be reported, but its content can be reported. RE: Reported option bug? - Pablo W. - 2015-06-25 Nik101010 so this is not bug? |