You are here

README.txt in User Relationships 6

User Relationships
------------------
User Relationships is a pretty self-descriptive module. It allows users the
opportunity to create relationships between each other.

The module has been broken up into component pieces in an effort to keep the size
down and the speed up. The list of modules and a quick intro about each is below

Send comments to Jeff Smick: http://drupal.org/user/107579/contact, or post an issue at
http://drupal.org/project/user_relationships.

Requirements
------------
Drupal 6


Installation
------------
1.  Copy the user_relationships folder to the appropriate Drupal (sites/all/modules or sites/all/default) directory.

2.  Enable User Relationships in the "Site building -> Modules" administration screen.

    If this is only a requirement of another module and the UI is not needed you'll
    only need to enable the API module.

3.  If you've enabled the UI module you can create relationship types and modify settings under
    Administer -> User management -> Relationships


Included Modules
----------------
NOTE: Please read the individual README.txt files in each module's directory for a more in-depth
      explanation of the module and its functionality.

User Relationships API:
  This is the purely functional portion. It will only provide an API that other modules can
  use to control relationships

User Relationships UI:
  A basic user interface. UR-UI provides admins the ability to create realtionship types and
  users to request/cancel/approve/disapprove/remove relationships with each other.

User Relationship Blocks:
  Provides some basic blocks to show relationships and perform actions.

User Relationship Defaults:
  Gives admins the ability to create default relationships that are added to a user when they sign up

User Relationship Implications:
  Enables the creation of implied relationships, relationships that are created automatically when
  a specified relationship is created.

User Relationships Mailer:
  A helper module that will send email notifications about relationship actions



Credits
-------
Written by Jeff Smick (sprsquish).
Originally written for and financially supported by OurChart Inc. (http://www.ourchart.com)
Thanks to the BuddyList module team for their inspiration

File

README.txt
View source
  1. User Relationships
  2. ------------------
  3. User Relationships is a pretty self-descriptive module. It allows users the
  4. opportunity to create relationships between each other.
  5. The module has been broken up into component pieces in an effort to keep the size
  6. down and the speed up. The list of modules and a quick intro about each is below
  7. Send comments to Jeff Smick: http://drupal.org/user/107579/contact, or post an issue at
  8. http://drupal.org/project/user_relationships.
  9. Requirements
  10. ------------
  11. Drupal 6
  12. Installation
  13. ------------
  14. 1. Copy the user_relationships folder to the appropriate Drupal (sites/all/modules or sites/all/default) directory.
  15. 2. Enable User Relationships in the "Site building -> Modules" administration screen.
  16. If this is only a requirement of another module and the UI is not needed you'll
  17. only need to enable the API module.
  18. 3. If you've enabled the UI module you can create relationship types and modify settings under
  19. Administer -> User management -> Relationships
  20. Included Modules
  21. ----------------
  22. NOTE: Please read the individual README.txt files in each module's directory for a more in-depth
  23. explanation of the module and its functionality.
  24. User Relationships API:
  25. This is the purely functional portion. It will only provide an API that other modules can
  26. use to control relationships
  27. User Relationships UI:
  28. A basic user interface. UR-UI provides admins the ability to create realtionship types and
  29. users to request/cancel/approve/disapprove/remove relationships with each other.
  30. User Relationship Blocks:
  31. Provides some basic blocks to show relationships and perform actions.
  32. User Relationship Defaults:
  33. Gives admins the ability to create default relationships that are added to a user when they sign up
  34. User Relationship Implications:
  35. Enables the creation of implied relationships, relationships that are created automatically when
  36. a specified relationship is created.
  37. User Relationships Mailer:
  38. A helper module that will send email notifications about relationship actions
  39. Credits
  40. -------
  41. Written by Jeff Smick (sprsquish).
  42. Originally written for and financially supported by OurChart Inc. (http://www.ourchart.com)
  43. Thanks to the BuddyList module team for their inspiration