This module is almost exactly what I'm looking for... except that it doesn't appear that I can use it for anonymous users, even though Drupal has an anonymous role. Am I missing something? What I want is to be able to display the terms text when users visit a particular section of the site. Agreement appears to be the only module (that I can find) which has this functionality, but I only want it to work for anonymous users.

Comments

zeezhao’s picture

Title: Anonymous Users... » Anonymous Users... & agreement module

Please were you able to get this to work?

steven-spencer’s picture

Issue tags: +anonymous user, +disclaimer, +agreement, +waiver, +terms and conditions

This would be helpful for me as well. Any update?

pagaille’s picture

Category: support » feature

Currently the agreement page only appears for authenticated users. I've changed the status to feature request - this may be something that can be added to a future release.

mradcliffe’s picture

Version: 6.x-1.2 » 7.x-2.x-dev
Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new2.19 KB
new3.61 KB

This patch covers a similar use case to allow anonymous users to view the agreement page, but does not cover the same use case of allowing anonymous users to accept the agreement.

The first patch adds the test which should fail. The second patch adds both the test and the code changes around it.

Status: Needs review » Needs work

The last submitted patch, 4: 10001324-view-agreement-page-test-only.patch, failed testing.

mradcliffe’s picture

Status: Needs work » Needs review

Re-order patches so it stays in needs review.

svict4’s picture

Hi folks! I'm interested in this feature (i.e. require all users, anonymous or authenticated, to see this splashscreen/Ts & Cs).
What extra work needs to be done to get it patched in?

Status: Needs review » Needs work

The last submitted patch, 4: 10001324-view-agreement-page-test-only.patch, failed testing. View results

mradcliffe’s picture

Status: Needs work » Closed (outdated)
Issue tags: -anonymous user, -disclaimer, -agreement, -waiver, -terms and conditions

Closing as outdated. I'm sorry that this was never completely implemented in agreement 7.x-2.x. It is functional in later releases.