Quote:
I'd like to have the option to remove a user, make a ban and remove all posts he made in one pass.
curently it is not possible in one click but you dont need to delete the posts one by one and have some options:
to delete a user posts page by page see this link (available when you click on the user posts):
modules/newbb/viewpost.php?uid=XXXXXX&status=active#admin
Anyway, IMO deleting all user posts by one click is possible if we find a way to show all posts in one page.
Quote:
Suspending a user only is possible in the sub-forum you catch him and press the moderate button. More logical is to suspend a user within all forums.
to ban a user from all forums use this link (available in viewforum.php admin mode just for newbb admin):
modules/newbb/moderate.php
or better this link:
modules/newbb/moderate.php?forum=0
a moderator just have all permissions in his forum or forums and can ban a user in them one by one.
Quote:
In moderation management the option to remove a user does not work
There is no option in moderatation management to delete a user. that "Remove unselected users" means it will hide the unselected users from selectable menu just for better view.(it seems it needs some clarification)
btw, the moderation management (moderate.php file) need many more improvements.
Also Im against of having an option to remove a user in newbb. You can do it in xoops core. newbb is a forum and it is not its duty to handle user accounts.
Also the moderator should not have that privilege to delete a user account.
moderator have all permissions in
his forum and not more.
This newbb still have a very important bug in deleting posts and topics. It has this issue in 3.08 too. (honestly i found many bugs in 4.3 that has not been solved in 3.08 and moved to 4.3)
sometimes it will delete posts and topics completely from database but instead it should set the approve value to -1 and admin can see the deleted posts and topics in deleting area after delete.
i still work on this big issue.