The Arcive of vBulletin Modifications Site. |
|
register_rules timer Details »»
|
|||||||||||||||||||||||||
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Wow this is cool, Will look into the mod
|
|
#3
|
|||
|
|||
|
how much effective could be this?
|
|
#4
|
||||
|
||||
|
It would cause a few people to actually read it.
|
|
#5
|
|||
|
|||
|
Very nice tweak. Very nice. I added my forum rules in the rule section, so now the new members will actually be forced to read it before registering. I set the time to 60 seconds, since they are rather long.
Thank you very much. |
|
#6
|
|||
|
|||
|
*clicks install
![]() thx! |
|
#7
|
||||
|
||||
|
WOW i've been waiting for something like this... Where do you change the time limit or better yet how?
|
|
#8
|
|||
|
|||
|
Code:
$footer
<script type="text/javascript">
<!--
var secs = 10;var wait = secs * 1000;document.registerfield.registertimer.disabled=true;for(i=1;i<=secs;i++) {window.setTimeout("update(" + i + ")", i * 1000);}window.setTimeout("timer()", wait);function update(num) {if(num == (wait/1000)) {document.registerfield.registertimer.value = "$vbphrase[register]";}else {printnr = (wait/1000)-num;document.registerfield.registertimer.value = "$vbphrase[register](" + printnr + ")";}}function timer(){document.registerfield.registertimer.disabled=false;}
//-->
</script>
|
|
#9
|
||||
|
||||
|
Very nice
/me rates 5 |
|
#10
|
|||
|
|||
|
tagged..
|
![]() |
|
|