Multiple Terms
akolahi - January 6, 2009 - 05:32
| Project: | Terms of Use |
| Version: | 6.x-1.8 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | patch (to be ported) |
Description
Thank you for this wonderful module!
I think it would be of great benefit to allow for multiple terms of use that would need to be checked off. Many sites have "Terms of Use", "Privacy Policy" etc... There are many circumstances where several documents must be agreed to before registering.
thank you.

#1
#2
I agree. Initially, I removed check_plain() from line 152 in terms_of_use.module to allow inserting <a> tags, but then wrote a way to include links to nodes by including the node title in quotes, preceded by an @ sign (ex. @"Privacy Policy" links to a node called Privacy Policy). It even supports escaped quotes (\") for titles with quotes in them.