| 1 |
$Id: README.txt,v 1.1.2.1.2.1 2007/01/14 23:20:23 mfer Exp $ |
$Id: README.txt,v 1.1.2.1.2.2 2007/02/23 20:20:50 mfer Exp $ |
| 2 |
|
|
| 3 |
Overview |
Overview |
| 4 |
--------- |
--------- |
| 5 |
This module allows for anonymous guests to keep persistent comment info |
This module allows for anonymous guests to keep persistent comment info |
| 6 |
This is an opt-in feature that will prevent an active anonymous |
via cookies and javascript. |
|
commenter from having to re-enter their info each time. |
|
| 7 |
|
|
| 8 |
Requirements |
Requirements |
| 9 |
------------ |
------------ |
| 10 |
* Drupal 5.0 or later |
* Drupal 5.0 or later |
| 11 |
|
|
|
Methods |
|
|
------- |
|
|
There are 2 methods for storing the anonymous guest information |
|
|
1) The PHP session. This is the default method. |
|
|
2) Using jQuery and cookies. This method will only work in browsers |
|
|
with javascript. This is the prefered method to use with page caching. |
|
|
|
|
|
See admin >> Settings >> Comment Info for more information. |
|
|
|
|
| 12 |
Authors |
Authors |
| 13 |
------- |
------- |
| 14 |
Kenn Persinger (cainan) <lestat@iglou.com> |
Kenn Persinger (cainan) <lestat@iglou.com> |