Bug tracker
"you are not authorised to use this feature" in empty pm inbox for newly registered users (fix completed in vcs)
If a newly registered user opens his inbox and has not yet received a private message, then there is only the "Folder is 0% full (0 from 50 messages stored)" message and a bold one saying "We are sorry, but you are not authorised to use this feature. You may have just registered here and may need to participate more to be able to use this feature" (at the position where normal users read "no messages").
This message is probably displayed because of the "new pm" button which normal users see there, but it is very confusing as it makes users think they are not allowed to receive private messages as well, which is not the case.
Surprisingly this bug only appears when the inbox (or any other folder) is empty - as soon as there is at least one message in the folder, the misleading message disappears too.
Comments / History
User clicks on "inbox" -> gets message "you are not authorized to use this feature" -> wrong because the user is allowed to receive PMs and read his inbox.
EDIT: If you change the message text like narqelion suggested, then you should display this text no matter whether the folder is empty or there are messages in it. So IMHO the solution would be to either
- remove the current text altogether and restore the "no messages" which normal users see
- always display a message like "you can receive PMs but you cannot send PMs" instead of other messages
- always display a message like "you can receive PMs but you cannot send PMs" in addition to the "no messages" one which appears if the folder is empty.
Or do you mean that we should simply display the PM screens "as is" and just add a notice if compose, reply, quote, save draft, load draft (but not delete [which is a compose action too]) is clicked?