cotonti.com : Membership Terms & Conditions Plugin https://www.cotonti.com Laatste forum onderwerpen Cotonti en Wed, 25 Feb 2026 17:24:55 -0000 CorpQuid
Just so that nobody has to go looking for the answer to the one problem with the plugin is that when you install the script the value for the submit button is wrong. you need to change line 11 of memberterms.tpl

from:
action="auth.php?m=register

To:
action="users.php?m=register

You can also add the following to memberterms.tpl to force the acceptance of the checkbox in order to continue.

Here is the js code
<SCRIPT LANGUAGE="JavaScript">
function verify() {
if (document.form.name.value=="") {
}
if (document.form.checkbox.value=="checked?") {
}
else {
return false;
}
}
// End -->
</script>

If anything is wrong or this has been posted before and I missed it in my search please correct this post or admin please delete it.

The plugin can be found here until an admin can put this in the downloads section here
http://www.neocrome.net/page.php?id=2129]]>
Di, 10 Mrt 2009 11:37:43 -0000