The Arcive of vBulletin Modifications Site. |
|
Register Rules Timer Details »»
|
|||||||||||||||||||||||||||||||
Register Rules Timer
Description: This adds a timer to the Register Rules. Installation:
Settings-> Options-> User Registration Options-> Enable Register Rules Timer Settings-> Options-> User Registration Options-> Register Rules Time Languages: - English History: 28-12-10: v4.0 First Release This hack is created for your use free of charge. No payment is requested. However, if you would like to donate money for the work I put in to this hack, a donation would show your appreciation. Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Not 100% it could be a good idea to add a timer.
Anything that makes it harder to join.... Some members may type and read faster. Other's just will not read the rules no matter how much time they have. I can see how this may help prevent spam bots though |
|
#3
|
|||
|
|||
|
Quote:
4.1 PL2 Works.
|
|
#4
|
|||
|
|||
|
Installed Thnx
I have left the default 60 secs in place cause it will take about that length of time to fill in the registration form
|
|
#5
|
|||
|
|||
|
4.1.9, this is working, but it is causing js errors on other pages;
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3) Timestamp: Fri, 6 Jan 2012 11:58:22 UTC Message: 'document.register.registertimer' is null or not an object Line: 1984 Char: 5 Code: 0 URI: http://***.***.***/forums/forum.php it seems the js function is included in all templates, why not just the regsister template? |
|
#6
|
|||
|
|||
|
I wrapped the js in an if to stop it whining;
var register_regex = new RegExp("register.php"); if(document.URL.match(register_regex)) { // register_timer function here } |
|
#7
|
||||
|
||||
|
i like this.
Thanks, Marked installed |
![]() |
|
|