The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I need the code, but the thread has gone. Anyone know where I can get the l33t delay countdown thing for the register templates thx.
|
|
#2
|
|||
|
|||
|
how about to read?
|
|
#3
|
||||
|
||||
|
tut
|
|
#4
|
||||
|
||||
|
I had a problem with teh thread not showing up as well, but I was able to get it eventually.
this is it: Ahm... ok.... u need to edit your signupadult and signupadult templates find line starts with: Code:
<form Code:
<form action="register.php" method="post" name=register> find line: Code:
<input type="submit" class="bginput" value="Agree"> Code:
<input type="submit" name="Submit" class="bginput" value="Agree"> Code:
$footer Code:
<script>
document.forms.register.Submit.disabled =true;
window.setTimeout("Timer()", 15000);
function Timer() {
document.forms.register.Submit.disabled =false;
};
</script>
Demo here |
|
#5
|
||||
|
||||
|
....why? .....I wont even ask.
|
|
#6
|
|||
|
|||
|
how do you get the timer to display on the Agree button?
|
|
#7
|
||||
|
||||
|
since this isn't a hack, I'm going to move it...
|
|
#8
|
||||
|
||||
|
Quote:
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|