Quote:
Originally Posted by s0b
Very much thanks for this add-on, i were looking for it.
Now, how can I add a checkbox in the register page (username, password, email,...) to agree the rules?
Some like "I agree the rules?"
|
Open the
register template, and find this line:
Code:
$customfields_other
And right under it, add the following:
HTML Code:
<div><label for="cb_rules_agree"><input type="checkbox" name="agree" id="cb_rules_agree" value="1" /><strong><phrase 1="$vboptions[bbtitle]">$vbphrase[read_agree_abide_by_rules]</phrase></strong></label></div>
This will add the checkbox. But it will not verify whether the user agreed or not...