Could anyone please tell me where the code is located which displays the 'friends' option in 'tools' menu!
Usually, it is on start.php for other plugins; but, not for 'friends' I guess.
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.
- Shouvik Mukherjee@shouvik
Shouvik Mukherjee - 0 likes
- Yassine@mathsx
Yassine - 0 likes
- DhrupDeScoop@Dhrup2000
DhrupDeScoop - 0 likes
- Yassine@mathsx
Yassine - 0 likes
- Shouvik Mukherjee@shouvik
Shouvik Mukherjee - 0 likes
- DhrupDeScoop@Dhrup2000
DhrupDeScoop - 0 likes
You must log in to post replies.Ping ...
i'm looking for this also. I found the code that controls that in the past but i don't remember it :s
engine/lib/users.php
add_menu(elgg_echo('friends'), $CONFIG->wwwroot . "pg/friends/" . $user->username);
;-P
@DhrupDeScoop that's it thank you so much :p
Wow, cool! Thanks, Dhrup!
20 seconds of grep lolz ;-)