You are here

README.txt in Olark Chat 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
$Id:

Olark

The Olark module for Drupal  
by Jeff Robbins / Lullabot  
***************************

The Olark module provides some simple integration between the Olark live chat 
service and Drupal. The module also provides a 
[Context](http://drupal.org/project/context) reaction to allow you to add the 
code using more complex Context-based rules, such as adding the code at 
specific paths, for specific roles, or other criteria. For instance, you could 
only show the Olark chat on the home page to anonymous users.

In addition to adding the Olark code to your page, the module also tells the 
operator whether the user is logged in and if so, what their username, email 
address, and user page are.

Installation
============
1. Create and configure an account at [Olark](http://www.olark.com).
2. Place this module in your modules directory and enable it.
3. Visit http://www.olark.com/install and copy the code chunk
4. Visit admin/settings/olark on your Drupal site and paste the code chunk 
into the textarea. Submit the settings form.

Optional: If using Context module, enable the "use Context" setting on the 
admin/settings/olark page. Then visit admin/build/context and add the "Olark" 
reaction to one of your context items.

File

README.txt
View source
  1. $Id:
  2. Olark
  3. The Olark module for Drupal
  4. by Jeff Robbins / Lullabot
  5. ***************************
  6. The Olark module provides some simple integration between the Olark live chat
  7. service and Drupal. The module also provides a
  8. [Context](http://drupal.org/project/context) reaction to allow you to add the
  9. code using more complex Context-based rules, such as adding the code at
  10. specific paths, for specific roles, or other criteria. For instance, you could
  11. only show the Olark chat on the home page to anonymous users.
  12. In addition to adding the Olark code to your page, the module also tells the
  13. operator whether the user is logged in and if so, what their username, email
  14. address, and user page are.
  15. Installation
  16. ============
  17. 1. Create and configure an account at [Olark](http://www.olark.com).
  18. 2. Place this module in your modules directory and enable it.
  19. 3. Visit http://www.olark.com/install and copy the code chunk
  20. 4. Visit admin/settings/olark on your Drupal site and paste the code chunk
  21. into the textarea. Submit the settings form.
  22. Optional: If using Context module, enable the "use Context" setting on the
  23. admin/settings/olark page. Then visit admin/build/context and add the "Olark"
  24. reaction to one of your context items.