I like this plugin, but how I can make message to only one person the one I wanna send to?
I don't want to keep even friends in that dropdown field. How I can make only for that users which I wanna send msg?
Many thanks :)
I don't know yet how do config pages, but the super quick and dirty way would be to use this plugin as a start and edit the views/default/forms/messages/send.php on line 16, you can remove the limit line actually and replace it with
'guids' => array(123, 456),
where 123 and 456 are guids of the person you want to limit it to. But then all the users of your Elgg can only write to these persons. I think otherwise you'll have to invent something additional to the friends concept, like "pen pals", but I don't get yet why a lot of people would need this.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.