| 1 |
|
| 2 |
Module friendlist
|
| 3 |
Written by Mark Howell 2004
|
| 4 |
$Id$
|
| 5 |
|
| 6 |
History:
|
| 7 |
This module started out as a drupal4.4 update for the 4.3 buddylist module.
|
| 8 |
Since then, it has taken on several new features. The goal that I'm heading
|
| 9 |
for is a social network tool. The only major features that this module is
|
| 10 |
lacking are the "n-degrees of separation" reports, which is the most useful
|
| 11 |
output that this could be creating.
|
| 12 |
|
| 13 |
Soon, this will be a useful networking tool. For now, "friend of a friend"
|
| 14 |
will be the extent to which it is useful.
|
| 15 |
|
| 16 |
TODO:
|
| 17 |
build a user hook that lists how the current user is related to the user who's profile is being viewed.
|
| 18 |
Restrict access to users' profile content based on the degrees of separation the viewee specifies.
|
| 19 |
|