Request an audio file at registration
-
I built a forum for professional music producers using the excellent nodebb software.
I wanted to ask your advice, as forum staff you come across quite a few spammers.
I had an idea, that upon registration there would be a popup that would ask for a YouTube URL, etc. of material that the requester had created.
Can you give me ideas how to add such a thing? -
This post is deleted!
-
It involves putting the information into a database, right?
It shouldn't be that complicated, I would build it in several steps:
- Creating a group with the name: 'verified with material'.
- Adding a global widget that will be displayed only to those not in this group (except guests), the widget will have a script referring to a special page
- Create this special page, using a plugin to create custom pages, edit it inside widgets of input boxes and all the things you want. + Send button.
- Create a plugin that will open a socket in order to receive the information and enter it into the database.
- Define on the page when you click on 'Send', a socket is created with all the data, on the server side it is defined that it will insert the data into the user's database. + Adding the user to the group called 'verified with material'.
This. Successfully!
In this way, in fact, the user - after registration, cannot do anything on the site, because he will always be redirected to the page for adding the details.
After adding the details, the user is automatically added to the group, so he is not automatically redirected -
Your best bet is to create a registration interstitial
How do I create a registration interstitial?
I have added custom fields to the registration form using filter:register.build. But I would like to move those fields to the GDPR page where the email field...
NodeBB Community (community.nodebb.org)