| 1 |
// $Id: README.txt,v 1.2.2.1 2008/02/02 21:33:34 posco Exp $ |
// $Id: README.txt,v 1.2.2.2 2008/02/03 02:53:28 posco Exp $ |
| 2 |
|
|
| 3 |
============================ |
============================ |
| 4 |
CiviMember Roles Sync Readme |
CiviMember Roles Sync Readme |
| 7 |
Requirements |
Requirements |
| 8 |
------------------------------- |
------------------------------- |
| 9 |
|
|
| 10 |
This module requires CiviCRM 2.0 alpha 3 and Drupal 5.x. CiviCRM versions below |
This module requires CiviCRM 2.1 alpha and Drupal 6.x. In order to use this module with |
| 11 |
1.9 have not been tested. If you would like to use this module with |
other versions of Drupal and CiviCRM, please see the available versions |
|
CiviCRM 1.9 then download CiviMember Roles Sync 1.0 |
|
| 12 |
at http://drupal.org/project/civimember_roles. |
at http://drupal.org/project/civimember_roles. |
| 13 |
|
|
| 14 |
|
|
| 16 |
------------------------------- |
------------------------------- |
| 17 |
|
|
| 18 |
To install the CiviMember Roles Sync module, unpack the .tar.gz archive |
To install the CiviMember Roles Sync module, unpack the .tar.gz archive |
| 19 |
file and move the `civimember_roles` directory to your sites `modules` directory. |
file and move the `civimember_roles` directory to your sites' `modules` directory. |
| 20 |
Then navigate to Administer > Site building > Modules and enable the CiviMember |
Then navigate to Administer > Site building > Modules and enable the CiviMember |
| 21 |
Roles Sync module. |
Roles Sync module. |
| 22 |
|
|
| 23 |
Refer to the Drupal documentation for further information on how to install modules. |
Refer to the Drupal documentation for further information on how to install modules. |
| 24 |
|
|
|
NOTE: If you receive an error message after you enable the module that says: |
|
|
"The database table for CiviMember Roles Sync could not be created. Refer to |
|
|
civimember_roles.install for manual installation instructions." You will need to |
|
|
install the database table yourself. You can extract the necessary SQL queries |
|
|
from the civimember_roles.install. You will need to strip the braces ({}) from the |
|
|
table names, as this is a Drupal specific syntax. |
|
|
|
|
| 25 |
|
|
| 26 |
How to Use |
How to Use |
| 27 |
------------------------------- |
------------------------------- |
| 28 |
|
|
| 29 |
After you have installed CiviMember Roles Sync following the above instructions, |
After you have installed CiviMember Roles Sync following the above instructions, |
| 30 |
navigate to Administer > Site configuration > CiviMember Roles Sync. If you do not see |
navigate to Administer > Site configuration > CiviMember Roles Sync. If you do not see |
| 31 |
this link, make sure you have given yourself permission to see it in the access control |
this link, make sure you have given yourself permission to see it in the |
| 32 |
section of Drupal. |
Administer > User management > Permissions section of Drupal. |
| 33 |
|
|
| 34 |
Here you will be able to create "association rules." These rules determine how |
Here you will be able to create "association rules." These rules determine how |
| 35 |
CiviMember Roles Sync should synchronize CiviMember Membership Types |
CiviMember Roles Sync should synchronize CiviMember Membership Types |
| 52 |
logout. If you select the Drupal cron method, all users' roles will be updated |
logout. If you select the Drupal cron method, all users' roles will be updated |
| 53 |
periodically each time the Drupal cron function is ran. Please refer to the Drupal |
periodically each time the Drupal cron function is ran. Please refer to the Drupal |
| 54 |
documentation on how to configure Drupal cron. A new option is available in version |
documentation on how to configure Drupal cron. A new option is available in version |
| 55 |
1.0 that allows you to synchronize membership type and roles on every page load. |
1.0 and above that allows you to synchronize membership type and roles on every page load. |
| 56 |
This will only be performed on the current user viewing the page and only if |
This will only be performed on the current user viewing the page and only if |
| 57 |
they are also an authenticated user. |
they are also an authenticated user. |
| 58 |
|
|
| 79 |
For all other comments you can reach me at the following e-mail address. Please |
For all other comments you can reach me at the following e-mail address. Please |
| 80 |
include "CiviMember Roles Sync" somewhere in the subject. |
include "CiviMember Roles Sync" somewhere in the subject. |
| 81 |
|
|
| 82 |
ngoodman1 AT stu.matcmadison.edu |
ngoodman AT wisc.edu |