You are here

Files in User Relationships 5.2

Primary tabs

File namesort descending Location Namespace Description
API_CHANGES.txt API_CHANGES.txt ver 1.x -> 2.x ================= The following functions have been removed and can be replaced with their counterpart. old | new …
README.txt plugins/user_relationship_migrate/README.txt User Relationship Migrate Module --------------------------------- This is a plugin module for the User Relationships module. It allows admins to migrate Buddy List relationships to User Relationships. Send comments to Jeff Smick:…
README.txt plugins/user_relationship_defaults/README.txt User Relationship Defaults Module --------------------------------- This is a plugin module for the User Relationships module. It allows admins to set default relationships that are created between users when a new user joins. Think of it like Tom…
README.txt plugins/user_relationship_implications/README.txt User Relationship Implications Module ------------------------------------- This is a plugin module for the User Relationships module. It allows admins to set up implied relationships (ex: Manager implies Coworker). These implies relationships will…
README.txt plugins/user_relationship_invites/README.txt User Relationship Invites Module -------------------------------- This is a plugin module for the User Relationships and Invite modules. It allows users to invite friends and specify a relationship at invite time. Send comments to Jeff Smick:…
README.txt plugins/user_relationship_views/README.txt User Relationship Views Module --------------------------------- This is a plugin module for the User Relationships module. It allows integration with the Views module (http://drupal.org/project/views) Send comments to Jeff Smick:…
README.txt plugins/user_relationship_service/README.txt Author scottgifford http://drupal.org/user/245699 = RPC calls for relationship management = This module allows relationships to be requested, approved, deleted, and listed via Drupal RPC calls. Errors will be returned via the RPC handler's…
README.txt plugins/user_relationship_blocks/README.txt User Relationship Blocks Module ------------------------- This module allows users to add blocks for user relationships. Send comments to Jeff Smick: http://drupal.org/user/107579/contact, or post an issue…
README.txt README.txt User Relationships Module ------------------------- This module allows users to create named relationships between each other. Relationship types are defined by the admins. Multiple relationships are supported and can be enabled or disabled Send…
README.txt plugins/user_relationship_mailer/README.txt User Relationship Mailer Module ------------------------------- This is a plugin module for the User Relationships module. It provides the facility to email users notifications about relationship changes Send comments to Jeff Smick:…
UPGRADE.txt UPGRADE.txt Before upgrading D5 to D6: Enable the User Relationships 6.x Migration Prep module. It can stay enabled, or may be disabled again. It's just important to have enabled it once on your site. Upgrade the site as usual After upgrading to…
user_relationships.info user_relationships.info name = User Relationships description = "Lets users create named relationships between each other." package = "User Relationships"
user_relationships.install user_relationships.install
user_relationships.module user_relationships.module
user_relationships_actions.inc user_relationships_actions.inc
user_relationships_api.inc user_relationships_api.inc
user_relationships_api.info plugins/user_relationships_api/user_relationships_api.info name = User Relationships 6.x Migration Prep description = "Enable this module before upgrading to Drupal 6. The module has no functions except to facilitate upgrading." dependencies = user_relationships package = "User Relationships"
user_relationships_api.module plugins/user_relationships_api/user_relationships_api.module
user_relationships_forms.inc user_relationships_forms.inc
user_relationships_hooks.inc user_relationships_hooks.inc
user_relationships_pages.inc user_relationships_pages.inc
user_relationships_theme.inc user_relationships_theme.inc
user_relationship_blocks.css plugins/user_relationship_blocks/user_relationship_blocks.css .user_relationships_related { overflow: hidden; } body ul.user_relationships_related li { background: none; float: left; margin: .6em; padding: 0; text-align: center; } body ul.user_relationships_related .picture { clear: both; float:…
user_relationship_blocks.info plugins/user_relationship_blocks/user_relationship_blocks.info name = User Relationship Blocks description = "Blocks that can be used with User Relationships" dependencies = user_relationships package = "User Relationships"
user_relationship_blocks.module plugins/user_relationship_blocks/user_relationship_blocks.module
user_relationship_defaults.info plugins/user_relationship_defaults/user_relationship_defaults.info name = User Relationship Defaults description = "Allows admins to specify relationships that are automatically created when a new user joins" dependencies = user_relationships package = "User Relationships"
user_relationship_defaults.install plugins/user_relationship_defaults/user_relationship_defaults.install
user_relationship_defaults.module plugins/user_relationship_defaults/user_relationship_defaults.module Drupal Module: User Relationship Defaults
user_relationship_direct.info plugins/user_relationship_direct/user_relationship_direct.info name = User Relationship Direct description = "Plugin module for user relationships for direct relation type selection" dependencies = user_relationships package = "User Relationships"
user_relationship_direct.module plugins/user_relationship_direct/user_relationship_direct.module
user_relationship_implications.info plugins/user_relationship_implications/user_relationship_implications.info name = User Relationships Implications description = "Lets admins create implied relationships. For example 'Manager implies Coworker'" dependencies = user_relationships package = "User Relationships"
user_relationship_implications.install plugins/user_relationship_implications/user_relationship_implications.install
user_relationship_implications.module plugins/user_relationship_implications/user_relationship_implications.module Drupal Module: User Relationship Implications
user_relationship_invites.info plugins/user_relationship_invites/user_relationship_invites.info name = User Relationships Invite description = "Gives users the option of specifying a relationship when inviting new users" dependencies = user_relationships invite package = "User Relationships"
user_relationship_invites.install plugins/user_relationship_invites/user_relationship_invites.install
user_relationship_invites.module plugins/user_relationship_invites/user_relationship_invites.module Drupal Module: User Relationship Invites
user_relationship_mailer.info plugins/user_relationship_mailer/user_relationship_mailer.info name = User Relationships Mailer description = "Gives the option to mail users when about relationship events (request, remove, disapprove, approve, etc)" dependencies = user_relationships package = "User Relationships"
user_relationship_mailer.install plugins/user_relationship_mailer/user_relationship_mailer.install
user_relationship_mailer.module plugins/user_relationship_mailer/user_relationship_mailer.module
user_relationship_mailer_defaults.inc plugins/user_relationship_mailer/user_relationship_mailer_defaults.inc
user_relationship_migrate.info plugins/user_relationship_migrate/user_relationship_migrate.info name = User Relationship Migrate description = "Allows admins to migrate buddylist relationships to user relationships" dependencies = user_relationships buddylist package = "User Relationships"
user_relationship_migrate.module plugins/user_relationship_migrate/user_relationship_migrate.module
user_relationship_node_access.info plugins/user_relationship_node_access/user_relationship_node_access.info name = User Relationship Node Access description = "Provides per node access control based on relationship to author" dependencies = user_relationships package = "User Relationships"
user_relationship_node_access.install plugins/user_relationship_node_access/user_relationship_node_access.install
user_relationship_node_access.module plugins/user_relationship_node_access/user_relationship_node_access.module
user_relationship_privatemsg.info plugins/user_relationship_privatemsg/user_relationship_privatemsg.info name = User Relationship Privatemsg description = "Integrates User Relationships with Privatemsg" dependencies = user_relationships privatemsg package = "User Relationships"
user_relationship_privatemsg.install plugins/user_relationship_privatemsg/user_relationship_privatemsg.install
user_relationship_privatemsg.module plugins/user_relationship_privatemsg/user_relationship_privatemsg.module
user_relationship_privatemsg_defaults.inc plugins/user_relationship_privatemsg/user_relationship_privatemsg_defaults.inc
user_relationship_service.info plugins/user_relationship_service/user_relationship_service.info name = User Relationship Services description = Add RPC services to User Relationship module package = User Relationships dependencies = user_relationships services

Pages

Other projects