User Administration
-
Hi there!
We recently have some spammers in our forums. It would be very helpful to have some more features to remove spam and spammers.
I came up with the following:- add a BAN button to profile view (or user administration in general)
Idea: I can click on the profile icon next to the spam post and ban the user directly on his profile page - add a possibility to remove all posts and threads from a banned user
e.g. click on BAN then give a popup asking "delete all posts/threads of this user?" YES / NO as options - block users posting the same link multiple times
maybe some other users have even better ideas
- add a BAN button to profile view (or user administration in general)
-
I'm all for this, considering:
https://community.nodebb.org/topic/2793/love-marriage-problem-solution-91-9982822666
https://community.nodebb.org/topic/2792/vashikaran-specialist-baba-9982822666
https://community.nodebb.org/topic/2791/black-magic-sdpecialist-91-9982822666
https://community.nodebb.org/topic/2790/91-9982822666-husband-wife-love-problem-solution-babaxD
-
@Lafunamor Manage > Users is in the ACP and has a "Ban User" option under Edit. Though it could be possible to add it to profiles based on usergroup in a sense if you have Moderators on your forum.
I'm so used to Vbulletin that we would add a few lines of code to only allow access for certain groups to use lets say in this case:
<li><a href="#" class="ban-user"><i class="fa fa-fw fa-gavel"></i> Ban User</a></li>
This would only be visible to Moderators and Admins and require password entry before banning said spammer.
This is just me rambling but I do know this can be possible with a few edits or a simple plug-in. Maybe add it under the drop-down list under the profile button?