Recent Topics

1 Dec 10, 2007 19:00    

My b2evolution Version: 2.x
Hello;

I am setting up a blog where users can register and post their own content. I want to present them with an acceptable use document that they must agree to during the registration.

Is there a mechanism for this in b2evo?

Thanks, and sorry if I missed something obvious.

Thanks,
Mark

2 Dec 10, 2007 19:34

You can do this from a plugin by hooking into the following two events, the first to add your agreement and radio/checkbox and the other to check that they said yes

				'DisplayRegisterFormFieldset' => 'Called when displaying the "Register" form.',
				'RegisterFormSent' => 'Called when the "Register" form has been submitted.',

¥

3 Dec 10, 2007 19:50

Thanks. Looks like this should move to the "Plugin Requested" section.

I have never written a b2evo plugin -- might be fun to try.

Thanks!
Mark


Form is loading...