You are here

README.txt in Terms of Use 8

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 6 README.txt
  3. 7 README.txt
Module Terms Of Use
Author:
chill35 from http://drupal.org
Caroline Schnapp at <mllegeorgesand@gmail.com>

Co-Maintainer:
Kars-T from http://www.comm-press.de
Karsten Frohwein <karsten.frohwein@comm-press.net>

============
TERMS OF USE MODULE
============
This module adds a Terms of Use text from a node and a [x] I agree check box to
the registration page.

============
INSTALLATION
============

1. Move or copy or extract the 'terms_of_use' folder to sites/all/modules.

2. Enable the module 'Terms of Use' on the page admin/build/modules.

3. Create a Terms of Use page at node/add/page. Do not promote the node.

4. Go to admin/config/people/terms_of_use and type the title of your Terms node
in the autocomplete text field "Title of the post where your Terms of Use are
published".

5. Save your module configuration.

6. Clear your Drupal cache at admin/settings/performance by clicking
'Clear cached data'.

7. Log out and access the registeration page at user/register.

It will now be required for anyone wishing to sign up to check the 'I agree with
these terms.' checkbox.

============
FAQS
============

QUESTION:
I have very long text for term of use of my site, so I don't like to
show all this text in the registration page. Is possible to have this solution:
Put only a link to the term of use page in the registration page containing the
checkbox, like this:

    Terms of use of this page are available here (<- this a link to the terms
    of use page)
    [x] I certify that I read and I agree with these terms

ANSWER:
Certainly. You can enter the token "@link" into the checkbox lable field
at admin/settings/terms_of_use. By this no text will be shown. Or you can edit
the output of terms of use by overriding theme_terms_of_use().


QUESTION:
I installed the module, but I am wondering, how to ask already
registered users to check again "Tem of Use" Box, after an update of the Terms
of Use Node ?

ANSWER:
This will be added to the terms of use module later.

You can also add this text to your Terms:

"We reserve the right to update or revise these Terms of Use at any time without
notice. Please check the Terms of Use periodically for changes. The revised
terms will be effective immediately as soon as they are posted on the WebSite
and by continuing to use the Site you agree to be bound by the revised terms."

If you do so, don't forget to include a link to the Terms node in the footer
area of your site.

QUESTION:
It doesn't look nice when the terms page is long. Why not use a popup
instead? or make the Terms scrollable, or collapsible?

ANSWER:
This will be added to the module in the future. Currently you can override the
terms_of_use.css file with your own version. To use some Javascript you override
CSS and theme_terms_of_use() to achieve this.

File

README.txt
View source
  1. Module Terms Of Use
  2. Author:
  3. chill35 from http://drupal.org
  4. Caroline Schnapp at
  5. Co-Maintainer:
  6. Kars-T from http://www.comm-press.de
  7. Karsten Frohwein
  8. ============
  9. TERMS OF USE MODULE
  10. ============
  11. This module adds a Terms of Use text from a node and a [x] I agree check box to
  12. the registration page.
  13. ============
  14. INSTALLATION
  15. ============
  16. 1. Move or copy or extract the 'terms_of_use' folder to sites/all/modules.
  17. 2. Enable the module 'Terms of Use' on the page admin/build/modules.
  18. 3. Create a Terms of Use page at node/add/page. Do not promote the node.
  19. 4. Go to admin/config/people/terms_of_use and type the title of your Terms node
  20. in the autocomplete text field "Title of the post where your Terms of Use are
  21. published".
  22. 5. Save your module configuration.
  23. 6. Clear your Drupal cache at admin/settings/performance by clicking
  24. 'Clear cached data'.
  25. 7. Log out and access the registeration page at user/register.
  26. It will now be required for anyone wishing to sign up to check the 'I agree with
  27. these terms.' checkbox.
  28. ============
  29. FAQS
  30. ============
  31. QUESTION:
  32. I have very long text for term of use of my site, so I don't like to
  33. show all this text in the registration page. Is possible to have this solution:
  34. Put only a link to the term of use page in the registration page containing the
  35. checkbox, like this:
  36. Terms of use of this page are available here (<- this a link to the terms
  37. of use page)
  38. [x] I certify that I read and I agree with these terms
  39. ANSWER:
  40. Certainly. You can enter the token "@link" into the checkbox lable field
  41. at admin/settings/terms_of_use. By this no text will be shown. Or you can edit
  42. the output of terms of use by overriding theme_terms_of_use().
  43. QUESTION:
  44. I installed the module, but I am wondering, how to ask already
  45. registered users to check again "Tem of Use" Box, after an update of the Terms
  46. of Use Node ?
  47. ANSWER:
  48. This will be added to the terms of use module later.
  49. You can also add this text to your Terms:
  50. "We reserve the right to update or revise these Terms of Use at any time without
  51. notice. Please check the Terms of Use periodically for changes. The revised
  52. terms will be effective immediately as soon as they are posted on the WebSite
  53. and by continuing to use the Site you agree to be bound by the revised terms."
  54. If you do so, don't forget to include a link to the Terms node in the footer
  55. area of your site.
  56. QUESTION:
  57. It doesn't look nice when the terms page is long. Why not use a popup
  58. instead? or make the Terms scrollable, or collapsible?
  59. ANSWER:
  60. This will be added to the module in the future. Currently you can override the
  61. terms_of_use.css file with your own version. To use some Javascript you override
  62. CSS and theme_terms_of_use() to achieve this.