CPO - I think it would be a great idea for there to be a message telling you when you’ve received a PM and how many. Mimi - I can’t delete the PMs I’ve sent either...
Etain wrote:
CPO - I think it would be a great idea for there to be a message telling you when you’ve received a PM and how many. Mimi - I can’t delete the PMs I’ve sent either...
theres a PHP file that opens a window when you get a PM, i think it would be cool if you sould use PHP PM’s.
I do not deny that this would be a very nice feature. However it’s not that easy to implement. Two ways:
Show the number of new messages (but since exactly when? moviecodec.com does NOT keep track of when you where last online... only when you last logged in or posted)
Show the number of UNREAD messages that you received.... Now this is possible with the current design of the site. It would require a tad more work on the server, but I do not think that it would noticeable....
I think that the most important thing would be being notified when you receive a PM. I could care less about the number of messages, but as of the moment the only way to find out if you have a PM is to check them.
Also I agree with the person who talked about a mass delete function for the PMs. Having to individually click on each message to delete it is time consuming.
Implemented: (it will say “PM (some number)" if you have unread messages now.
I have also started preparing it for a notification feature where you will receive an email once per day if you have any unread messages. This feature will be opt-in (you will need to activate it on your account page).
Bjarne guest wrote:
Implemented: (it will say “PM (some number)" if you have unread messages now.
I have also started preparing it for a notification feature where you will receive an email once per day if you have any unread messages. This feature will be opt-in (you will need to activate it on your account page).
also allow us to delete more than one PM at a time? I got a bunch of spam.
Bjarne Lundgren wrote:
I do not deny that this would be a very nice feature. However it’s not that easy to implement. Two ways:
Show the number of new messages (but since exactly when? moviecodec.com does NOT keep track of when you where last online... only when you last logged in or posted)
Show the number of UNREAD messages that you received.... Now this is possible with the current design of the site. It would require a tad more work on the server, but I do not think that it would noticeable....