time_limit 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| time_limit-6.x-1.1.tar.gz | 8.43 KB | 66126abe090f9951b75ba99f26703716 |
| time_limit-6.x-1.1.zip | 10.14 KB | 963253133d0a7014eb471797ae985396 |
Release notes
More way to control what to show and what to hide.
time_limit 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| time_limit-6.x-1.x-dev.tar.gz | 8.39 KB | 0a38ad879dabb9d2efdc5bfc96a93a3c |
| time_limit-6.x-1.x-dev.zip | 9.95 KB | 6cf08fab2a826bf8f28d3d2bfc2f5ba1 |
Release notes
development snapshot
time_limit 6.x-1.1-beta1
| Download | Size | md5 hash |
|---|---|---|
| time_limit-6.x-1.1-beta1.tar.gz | 7.88 KB | efb0a05c316e9c33493bb798f7596a58 |
| time_limit-6.x-1.1-beta1.zip | 9.5 KB | a2eb6a2f4d8a7fa72ffee6ee985d92f4 |
Release notes
This module was developed while working on client's site who wanted to keep site freely available for user only for limited time. So basically, anyone who wants to show site content for some limited time and then force users to register - could use this module.
For example, site providing reviews for some product category:
- User comes to site and browse all reviews available
- After 30 minutes he is redirected to page saying, that to continue browsing site he need to submit new review and register (this could be achieved with inline_registration module)
Another use - provide 'trial' period for new user to browse site and then ask them to register where they will need to pay for membership. The good point there - users do not have to register first to obtain 'trial' role. They obtains trial status right after they come to the site.
This time limit could be easily avoided by user, so this should be used on sites not relying heavily on this, but I believe 99% users will not bother with clearing cookies in order to get access to the site. And I believe this module will be used mostly on sites with free registrations.
Read more