Forums / Cotonti / Extensions / Membership Terms & Conditions Plugin

The Membership Terms & Conditions from Xiode works with Cotonti

CorpQuid
#1 2009-03-10 11:37
I just wanted to report that the Seditio Membership Terms & Conditions plugin from Xiode works and has been tested in Cotonti 0.0.3

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