People from the neighborhood - contacts suggestions

Warning: This plugin has't been updated in over 54 years. It may no longer be maintained.

What you can do to help:

Suggests contacts based on common contacts and groups.

This plugin is mainly a back-porting from Emdagon's "People from the neighborhood" original plugin ( http://community.elgg.org/pg/plugins/project/672106/developer/emdagon/people-from-the-neighborhood ) for Elgg 1.6.1 ; it should also work from 1.5 to 1.6.3 versions, but this wasn't tested.

Note : If you're using Elgg 1.7 and further versions, please use original plugin instead (copy link above).

There's also a french language file which is OK to use with both plugins.

 

Tip (for developpers) : insert suggestions view into members index page (members/index.php) with following code :

if (is_plugin_enabled('people_from_the_neighborhood')) {  $people = people_from_the_neighborhood_get_people($page_owner->guid, 3, 3);  $area1 .= '<div class="sidebarBox">' . elgg_view('people_from_the_neighborhood/pftn', array('people' => $people)) . '</div>';}

 

Florian DANIEL aka Facyla

Web consultant, Elgg developer, entrepreneur @ Facyla & natural idées

Stats

  • Category: Communication
  • License: GNU General Public License (GPL) version 2
  • Updated: 1970-1-1
  • Downloads: 941
  • Recommendations: 0

Other Projects

View Florian DANIEL aka Facyla's plugins