- I as a user submit a report and that's it - then I have to wait until I get a notification when it's closed. But why can't I have another UCP module which lists all reports created by me, including their status (open/closed)?
- If I submitted a report and 3 minutes later I realize I made a mistake I can't edit anything. If reports would sense when they're read by moderators for the first time then the creator should be able to edit his reports until then - just like private messages can be edited as long as nobody has read them.
Reports as UCP module
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
- AmigoJack
- Registered User
- Posts: 110
- Joined: Wed May 04, 2011 7:47 pm
- Location: グリーン ヒル ゾーン
- Contact:
Reports as UCP module
There are two disadvantages of the current report handling:
Re: Reports as UCP module
I would guess that point 1 should be fairly easy to achieve with an extension as it is probably only a db query and then a bit of formatting/manipulation of the data.
For point 2 it could be as simple as deleting the report via the above and then creating a new report.
For point 2 it could be as simple as deleting the report via the above and then creating a new report.
David
Remember: You only know what you know -
and you do not know what you do not know!
Remember: You only know what you know -
and you do not know what you do not know!
- AmigoJack
- Registered User
- Posts: 110
- Joined: Wed May 04, 2011 7:47 pm
- Location: グリーン ヒル ゾーン
- Contact:
Re: Reports as UCP module
And which administrator would install an extension that he or his moderators don't need? My point is that the current implementation is only a one way useful thing.
Re: Reports as UCP module
But if was in the core then it would probably have a permission so an Admin could remove the permission if he did not want it, and if it did not have a permission then he could just disable the module - which really would be little difference to having an extension.
One thought that occurred to - I wonder if it would have the effect for some members to report posts/topics just so that they would see something on that tab?
David
Remember: You only know what you know -
and you do not know what you do not know!
Remember: You only know what you know -
and you do not know what you do not know!
- AmigoJack
- Registered User
- Posts: 110
- Joined: Wed May 04, 2011 7:47 pm
- Location: グリーン ヒル ゾーン
- Contact:
Re: Reports as UCP module
The main difference is: by default the module would be activated and the permission be given - there are many "administrators" out there just installing the board and not adjust its settings.
Doesn't seem to occur with PMs, subscriptions, bookmarks and so on either, or did you experience such a thing?