- Little bug fixes
- pt_BR translations (Thanks to Renato)
- nl translations (Thanks to Daniel Dubbeldam)
- Sidebar link display improvements
- Added a file for configuration options (details in the CHANGELOG.txt file)
Keywords: messages, plugin, private messages

Comments
Hi Diego. Can I ask whether messages is expected to work with Elgg v0.7, or just v0.8? We tried the previous version recently and it didn't quite work properly.
I see you are registered for ElggJam07 next month. I hope you can make it, and if you do, would you mind if a colleague and I had a chat (see my posts on the Brighton Elgg site)?
Hi Martin, How are you?
The plugin is supposed to work with both versions.
However in the transition to the 0.8 version I do something that need some little changes in 0.7 code. Unfurtanetelly I don't document it (I don't remember why) but I would check it tonight (GMT -5
) and let you know.
I will check your post to make a (virtual, I will attend to the ElggJam in a virtual conference) chat.
Cheers
It is probably a system message. The 0.2.1 version didn't delete system messages if you didn't read it before.
The easiest way to fix that is look in the prefix_messages table and delete it from there
.
This is one of the bug fixes that comes with the 0.2.2 version.
Hi Diego
The message plugin is great but I don't want to deploy it on our live site until this bug with the number of messages is fixed as it will confuse users. Any idea when we might expect version 0.2.2?
Thanks
Glenaffric, in the last comment I had a typo, I want to say that the mentioned bug its already fixed in the 0.2.1 version.
So, you cant test in your dev enviroment and then deploy in your live site
Some users have reported the following error:
ERROR: SMTP Error: Data not accepted.
Warning: Cannot modify header information - headers already sent by (output started at /home/dialogik/public_html/lib/elgglib.php:1046) in /home/dialogik/public_html/mod/messages/messages_actions.php on line 203
However I was not able to replicate this error (testet with many browsers/versions) until I wanted to send a message to a community today. My users insist however they didn't send to a community but to individual members.
After getting this error and after hitting the back-button you get an errormessage stating that the message wasn't send. This however is incorrect because the message is received.
Anybody any suggestions on how to fix this?