I'm trying to enter a command to send a message to a user:
/mod/messages/send.php?send_to=%USER%
This actually sends a message to oneself. The way the normal message url displays in Elgg is:
/mod/messages/send.php?send_to=2565
Since %USER% doesn't work with the messaging system to call up the user number, is there something else I could put in its place to display the user's number instead of their username?
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.
- Mike@amicableyetti
Mike - 0 likes
- Cash@costelloc
Cash - 0 likes
You must log in to post replies.Anyone know?
A user's GUID can be obtained from the user object:
echo $user->getGUID();