You are here

README.txt in Janrain Registration 7

Same filename and directory in other branches
  1. 6 README.txt
  2. 7.4 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
Fancybox jQuery library version 1.3.4 to be installed at:
sites/all/libraries/fancybox/jquery.fancybox-1.3.4.pack.js

download and unzip:
http://fancybox.googlecode.com/files/jquery.fancybox-1.3.4.zip

Move jquery.fancybox-1.3.4/fancybox to sites/all/libraries/

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
  13. Fancybox jQuery library version 1.3.4 to be installed at:
  14. sites/all/libraries/fancybox/jquery.fancybox-1.3.4.pack.js
  15. download and unzip:
  16. http://fancybox.googlecode.com/files/jquery.fancybox-1.3.4.zip
  17. Move jquery.fancybox-1.3.4/fancybox to sites/all/libraries/
  18. You also have the option of building out your own UI with your preferred iframe
  19. tools as well.
  20. 2) Upload the janrain_capture directory to your site-specific modules directory
  21. or to sites/all/modules
  22. 3) Enable the module(s) via the Modules screen in the admin backend
  23. 4) Visit the Janrain Capture section of your Site configuration and set your
  24. Janrain Capture client information.
  25. 5) Include a link somewhere in your page templates to authenticate. If using
  26. the janrain_capture_ui module you can use the PHP function
  27. janrain_capture_url() to construct the href and should have the classes
  28. 'fancy' and 'iframe' in order for the fancybox initialization to bind
  29. correctly.
  30. Example:
  31. Log in
  32. There is also a Janrain Capture block with Login / Logout and Edit Profile
  33. links but is generally meant for testing and may not be suitable for production
  34. use.