Help: can I add these functions just by develop a Plugin?
-
Hi guys,
I'm new to NodeBB, I intend to modify the forum for our specific customers, so I'd like to make the new user registering with phone number and real name, also with a unique invitation code. So I guess I need to customize the register page, and add some new field in the database. Please tell me, can these be done just by a new plugin? from what I seen in the doc I feel the answer is not. If I'm wrong, please also give me a plugin example who has completed similar things.
Thanks a lot!
-
@Tivon pretty much anything can be accomplished using a plugin. Adding fields to the registration is absolutely possible.
NodeBB already has an invitation system.\
Here are some plugins implementing additions to the registration page using
filter:register.build
: