Custom registration form
-
Hi, I am new to nodebb and I installed nodebb and running it now but I see many necessary features lacking. Is there any plugin that I can customize registration form so that I can grab more or less info and limit the input as well? If not, I am willing to develop this.
-
There's nothing comprehensive at the moment, but there are some plugins that add extra fields to the registration form. Here are some examples:
https://github.com/psychobunny/nodebb-plugin-twilio (adds mobile number to reg form)
https://github.com/psychobunny/nodebb-plugin-registration-question (adds a question to reg form)
https://github.com/erlgo/nodebb-plugin-profile-extends (might be quite out of date, and I have not tried this, but apparently adds extra fields)
https://github.com/akhoury/nodebb-plugin-spam-be-gone (adds captcha to reg form)There's probably more, but this was just from a quick search on github (funny enough, two of my repos popped up in results)
-
@kalihman said:
If not, I am willing to develop this.
That would be cool, feel free to ask us if you run into any issues with respect to hooks etc.
-
@psychobunny thanks for example. By the way, where can I do the translation for further nodebb releases? I use Korean and it turns out that the translations are quite lame. I would like to do some fix and moar for good.
-
-
@psychobunny thanks. Just finished all the translation in Korean part. Need someone to check them out
-
This is a old topic, but I can't find a solution anywhere.
I would like a custom field for registration and make it required. Is this possible with nodebb?
-
nodebb-plugin-custom-registration-fields
Adds custom fields to user registration page to input additional profile data. Latest version: 1.3.3, last published: 7 years ago. Start using nodebb-plugin-custom-registration-fields in your project by running `npm i nodebb-plugin-custom-registration-fields`. There are no other projects in the npm registry using nodebb-plugin-custom-registration-fields.
npm (www.npmjs.com)
-
@paopevil I tried that and it added some strange code to my registration page. Doesn't look like it can be easily customized either.
Does anyone have some sort of tutorial on how to use it?
-