cotonti.com : Membership Terms & Conditions Plugin https://www.cotonti.com Последние сообщения в теме Cotonti en Mon, 22 Dec 2025 02:20:10 -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]]>
вт, 10 мар 2009 11:37:43 -0000