LEVI HAVIV
Posts
-
profanity filter that lets mods see what they actually typed? -
profanity filter that lets mods see what they actually typed?Could it be that you have it installed?
If it is not installed, then you will need to install it via npm.- Connect to your server via ssh
- Go to your nodebb folder.
- Run the following command there:
npm install nodebb-plugin-beep
- Go to your site, plugins, and activate the plugin.
- Reboot
-
[nodebb-plugin-webrtc] WebRTC in Chats (Video Calling)Ok, so in the end.
I installed full jisti on my server, built a custom forum page that has buttons to start a meeting, and join the meeting. I added some js for the user's convenience, for example full screen.
For now, it's working very well. -
Search user private chats as administratorDon't know specifically about radis but there is such a plugin!
https://github.com/yossizahn/nodebb-plugin-chat-perms -
Adding a custom input box at registrationHello everyone,
I want to add a custom input box on the registration page, and for the data to go into mongodb about the user, for example, when registering they will need to enter the user's country, or anything else.
I owe it urgently, I've done dozens of searches on the forum, including this one
https://community.nodebb.org/topic/7979/custom-registration-form/8And nothing works for me, I would appreciate clear guidance on the subject.
I tried to create a new extension even with GPT and absolutely nothing works.
Thanks for the help in advance! -
Raising and lowering the reputation of users@crazycells I wrote above that it doesn't work...
@LEVI-HAVIV said in Raising and lowering the reputation of users:
nodebb-plugin-change-reputation
But it doesn't work (it opens in management, I enter details, click save, and nothing happens... there is no confirmation alert, and it doesn't upload either..)
-
open attachments in new tab -
How do I donate? And, Thanks!@NodeHam First of all, you can always contribute with code, it will only help the nodebb organization, but also all community users, you can develop plugins, translate, etc... there is no shortage of things.
Regarding a monetary donation, I don't know, but you can ask @baris @Administrators for the organization's bank account... -
Request an audio file at registrationIt 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