Current time: 03-22-2010, 01:27 PM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] Reported posts not shown to moderators
08-06-2008, 05:02 PM
Post: #1
[F] Reported posts not shown to moderators
Normal moderators do not get a message if someone reported a post in one of their forums.

Greets,
Michael
-------------
German MyBB-Site
MyBBoard.de
Get the german languagepack here
Visit this user's website Find all posts by this user
08-06-2008, 10:18 PM
Post: #2
RE: Reported posts not shown to moderators
Bug confirmed... I think it can be fixed by replacing the usort in this line in /inc/class_datacache.php with uasort then rebuilding the moderators cache.

PHP Code:
usort($this->moderators[$fid], 'sort_moderators_by_usernames'); 

PHP.net/usort Wrote:Note: This function assigns new keys to the elements in array. It will remove any existing keys that may have been assigned, rather than just reordering the keys.
Visit this user's website Find all posts by this user
08-06-2008, 10:21 PM
Post: #3
RE: Reported posts not shown to moderators
WDZ revived! :o

[Image: destroyerjf8.jpg]

Give us your feedback about MyBB in this thread and become listed on the MyBB website.
Visit this user's website Find all posts by this user
08-08-2008, 08:20 AM
Post: #4
RE: Reported posts not shown to moderators
I've found another bug. If a moderator look the reported posts (moderator cp), he don't mark these as read.

MyBB Version: 1.4.11
DB Version: MySQL 5.0.51
PHP Version: 5.2.6

Sebastian @ http://www.computerhartware.de/
Visit this user's website Find all posts by this user
08-08-2008, 02:52 PM
Post: #5
RE: Reported posts not shown to moderators
(08-08-2008 08:20 AM)Sebastian1990 Wrote:  I've found another bug. If a moderator look the reported posts (moderator cp), he don't mark these as read.

How is that a bug? Isn't it obvious that you have to check them and click "Mark as Read"... It's not like it uses magic.

[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user
08-08-2008, 02:52 PM
Post: #6
[F] Reported posts not shown to moderators
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.

[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user
08-08-2008, 03:40 PM
Post: #7
RE: [F] Reported posts not shown to moderators
Can you please post the fix?

MyBB Version: 1.4.11
DB Version: MySQL 5.0.51
PHP Version: 5.2.6

Sebastian @ http://www.computerhartware.de/
Visit this user's website Find all posts by this user
08-08-2008, 03:56 PM
Post: #8
RE: [F] Reported posts not shown to moderators
http://community.mybboard.net/thread-350...#pid235026

[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user
08-10-2008, 08:09 AM
Post: #9
RE: [F] Reported posts not shown to moderators
I haven't checked the SVN, but last time I checked the fix posted, it works, but there's an issue regarding to the number of reports. That is, a moderator of a particular forum will see all reports from all forums (including ones he/she isn't a moderator of), though they won't be able to mark them read. Can't quite think of a *simple* workaround for that, so I guess it's probably going to be left as a limitation.
Visit this user's website Find all posts by this user


Forum Jump: