Hi everyone,
I just released a new version of the messages plugin.
It fixes a problem that allows to see others users messages.
Thanks to Federica for the bug report.
See you
Keywords: bugfix, messages, plugin, private messages, release, version
Hi everyone,
I just released a new version of the messages plugin.
It fixes a problem that allows to see others users messages.
Thanks to Federica for the bug report.
See you
Keywords: bugfix, messages, plugin, private messages, release, version
Posted by Diego Andrés Ramírez Aragón @ Plugins
You must be logged in to post a comment.
Site supported by Curverider Ltd - powered by the awesome Elgg
Comments
Thanks Diego, this is just what I was looking for. Excellent
You mention that there is a keyword to create a message link in templates - can you tel lme more about how to do this as I don't see any documentation.
Thanks again.
Jimbo
Hi,
I keep getting these errors when using the message plugin:
Warning: Cannot modify header information - headers already sent by (output started at D:\WebServer\xampp\htdocs\podcast_research_site\mod\messages\index.php:1) in D:\WebServer\xampp\htdocs\podcast_research_site\lib\setup.php on line 29
Warning: Cannot modify header information - headers already sent by (output started at D:\WebServer\xampp\htdocs\podcast_research_site\mod\messages\index.php:1) in D:\WebServer\xampp\htdocs\podcast_research_site\units\engine\function_init.php on line 26
Fatal error: Call to undefined function user_icon_html() in D:\WebServer\xampp\htdocs\podcast_research_site\mod\messages\lib\messages_message_view.php on line 36
Has anyone seen these errors before when using the message pluggin?
System Specs:
PHP Version 5.1.4
using xamp setup.
Apache
mysql
Windows 2003 standard server.
For fix the first errors you can try to drop empty lines that could be after the ?> tag. It usually is a problem in window based enviroments.
For the another error I hope that fixing the first one it would be fixed too.
Let me know if it works.
Thanks for the quick reply Diego!
Tried that and it didn't seem to work. Should I be using a linux environment instead of windows?
I fixed the icon error, for the moment, by taking the call to the function out. Would like to have that up again, but that can be after I get the header warning off. Another way I could take the warnings off would be to set errorreporting to 0, but that is just a cover up hack.
Any more suggestion?
Cheers,
Paul
I have just recent upgraded from elgg .7 to elgg .8 and everything seems to be working great!! Great plug-in.
Two questions from a user of my site:
1. Does the email notification need to be on, in the user account settings, or is there another way to send the email? With the email setting on it sends an email on a bunch of things.
2. When you click on that link in the email does the user have to have the 'remember me' option enabled.
Example: Can a person click on the link from a public machine and still be redirected directly to the message without being logged on or will it only redirect directly to the message if the 'remeber me' cookie info is set?