Friendlist is a foundation needed to build a social network-oriented website with Drupal 6.
At the very basic level, it provides the ability to create custom relationships between users. It's a feature-rich suite of modules that features integration plugins with a list of major Drupal modules (see below). Admins can create relationship types. Both single (think: a fan) and two-way relationships (e.g. a friend) are allowed.
Related Projects: Activity Log, HeartBeat
ATTENTION: If you enable Friendlist_Rules make sure that you use the latest DEV Snapshot releases of both Token and Rules modules (not: the stable ones) or the module won't work and will throw errors!
Documentation:
Just moved to new location, so under development: FriendList Docs
Features:
- Integration with Views
- Integration with Rules
- Integration with HeartBeat
- Integration with CCK Field Privacy
- Integration with Popups 1.3.x
- Integration with Node Access
- Buddylist and Buddylist2 migration assistant.
- User Relationships migration assistant.
- Configurable set of relationships. One-way relationships, two-way relationships with confirmation, two-way relationships without confirmation (using Rules)
- Working user interface, out of the box, with configurable system messages [using t() function]
- Complete user and developer documentation.
- Sample code snippets for people who want more low-level access than using Views.