Is there a way to find a username by id? I have the users_guid but I need to get there username. Any ideas?
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.
- DhrupDeScoop@Dhrup2000
DhrupDeScoop - 0 likes
- ngreenwood6@ngreenwood6
ngreenwood6 - 0 likes
- Brett@brett.profitt
Brett - 0 likes
You must log in to post replies.get_user($guid)
thanks i kept looking for something that had by id(ex. get_user_by_id) in it lol.
http://reference.elgg.org can help a lot with this stuff. Also, if you're using an IDE that support PHPDoc / Jdoc commenting syntax, it'll help too.