Developed in (and for) Elgg 1.7.6 environment.
I didn't test it properly, so I'll appreciate any comment about your experience using it.
Also, I want you to help me fill the ToDo list with good ideas ;-)
ToDo:
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.
Works great........but can u make it available in the right side of profile like fb
Thanks emdagon! you rock!
Emdagon, how is it determined that users may know each other?
@ReaL: Sure, I just added it to the ToDo list, thanks!.
@Susana: Thanks to you! =D
@Johnny: It generates a list of; "friends of friends" taking your lastest active friends and seeking they friends AND / OR "members of the groups you belong" . This list is ordered by the links between you and the people listed and display how each person is related to you.
i have been looking for something like this. many thanks =)
how can it appear on the right side of dashboard like FB ?
any suggestions for me.thanks so much.
The widget isn't available yet, I'll develop it as soon as I can. I'm really busy these days.
how can it appear on the right side of profile like FB?
any body help me.
thanks so much.
it shouldn't be too hard to add this feature on the side of the dashboard. just copy the code from pg/pftn/friends/ and there you have it.
Actually, you should use the people_from_the_neighborhood_get_people() function and render the array returned.
people_from_the_neighborhood_get_people(<your guid>, <how many friends should check>, <how many groups should check>);
You can see views/default/people_from_the_neighborhood/people.php as example of rendering.
Cheers!
or that lol, i haven't really looked at your code but once i will, i'll report back.
Great plugin emilio, regards from Colombia!
Gracias Pablo! Saludos desde Chile (aunque soy argentino) =D
Thanks Pablo! Greetings from Chile (although I'm form Argentina)
thanks for this, so far its working fine in my installation of 1.7.6..
the only comment i have is that where there are no potential new friends found there is no message displayed, just an empty page..
some kind of text would be a worthwhile addition.
@tunist: You right! it will be there in the next release (may be in a few hours).
Thanks!
I think this is a great idea, but I have one question; is this plugin suppose to display individuals I am already friends with? If so, it would be nice if I could make it display individuals who I have not already befriended. Thanks, and once again great job.
@survtime: the idea is not to show those users that are already friends! But couple hours ago I detect a bug that can end in that situation.
I got already fixed for the next release (I'll upload any moment of the day).
Thanks!
muy lindo trabajo, hay algún plugin para sugerir amigos a mis amigos al estilo facebook y que muestre las sugerencias que me envían al lado del riverdashboard
@mariano: estoy en eso! en un rato lo subo ;-)
I'm working on the widget right now.