You are here

README.txt in Janrain Registration 6

Same filename and directory in other branches
  1. 7.4 README.txt
  2. 7 README.txt
  3. 7.2 README.txt
  4. 7.3 README.txt
INTRODUCTION
------------

Authors:
* Bryce Hamrick (bhamrick)

This plugin implements full Janrain Capture integration with Drupal. More
information can be found at:
http://www.janrain.com/products/capture

Documentation for Janrain Capture can be found at:
http://www.janraincapture.com/docs



INSTALLATION
------------

1) The janrain_capture_ui module in this package relies on the jQuery Update
module to be installed and enabled to update jQuery to 1.3.2 and for the
Fancybox jQuery library version 1.3.4 to be installed at:
sites/all/libraries/fancybox/jquery.fancybox-1.3.4.pack.js

Also for the janrain_capture_ui module you'll need to get a copy of json2.js
from http://json.org/ and install it to:
sites/all/libraries/json2/json2.js

You also have the option of building out your own UI with your preferred iframe
tools as well.

2) Upload the janrain_capture directory to your site-specific modules directory
or to sites/all/modules

3) Enable the module(s) via the Modules screen in the admin backend

4) Visit the Janrain Capture section of your Site configuration and set your
Janrain Capture client information.

5) Include a link somewhere in your page templates to authenticate. If using
the janrain_capture_ui module you can use the PHP function
janrain_capture_url()  to construct the href and should have the classes
'fancy' and 'iframe' in order for the fancybox initialization to bind
correctly.
Example:
<a href="<?php echo janrain_capture_url(); ?>" class="iframe fancy">Log in</a>

There is also a Janrain Capture block with Login / Logout and Edit Profile
links but is generally meant for testing and may not be suitable for production
use.

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. Authors:
  4. * Bryce Hamrick (bhamrick)
  5. This plugin implements full Janrain Capture integration with Drupal. More
  6. information can be found at:
  7. http://www.janrain.com/products/capture
  8. Documentation for Janrain Capture can be found at:
  9. http://www.janraincapture.com/docs
  10. INSTALLATION
  11. ------------
  12. 1) The janrain_capture_ui module in this package relies on the jQuery Update
  13. module to be installed and enabled to update jQuery to 1.3.2 and for the
  14. Fancybox jQuery library version 1.3.4 to be installed at:
  15. sites/all/libraries/fancybox/jquery.fancybox-1.3.4.pack.js
  16. Also for the janrain_capture_ui module you'll need to get a copy of json2.js
  17. from http://json.org/ and install it to:
  18. sites/all/libraries/json2/json2.js
  19. You also have the option of building out your own UI with your preferred iframe
  20. tools as well.
  21. 2) Upload the janrain_capture directory to your site-specific modules directory
  22. or to sites/all/modules
  23. 3) Enable the module(s) via the Modules screen in the admin backend
  24. 4) Visit the Janrain Capture section of your Site configuration and set your
  25. Janrain Capture client information.
  26. 5) Include a link somewhere in your page templates to authenticate. If using
  27. the janrain_capture_ui module you can use the PHP function
  28. janrain_capture_url() to construct the href and should have the classes
  29. 'fancy' and 'iframe' in order for the fancybox initialization to bind
  30. correctly.
  31. Example:
  32. Log in
  33. There is also a Janrain Capture block with Login / Logout and Edit Profile
  34. links but is generally meant for testing and may not be suitable for production
  35. use.