XF 2.2 Moderate new users

Robert9

Well-known member
Sorry for beeing lazy, I dont know this works with an addon or not.

In my mod-queue I also have sometimes users to moderate

Moderating, Multiple account

The problem is I can not send any message to the them.

If I choose "remove spam", my normal choice, they get a message, but I cant write something like:

You have an account, why a second? or
We never accept users with names like ... or
Sorry, if you need Tor to visit us, just stay away!

It would be nice to have the usual field to insert a small text.
maybe the problem is that we have no space to save this text?

Hmmm
 
Last edited by a moderator:
Funny! A new error after uninstalling the censored addon

Code:
Error: Call to a member function isSpamCheckRequired() on null in src/XF/Service/Thread/Editor.php at line 236

    XF\Service\Thread\Editor->checkForSpam() in src/XF/Service/Thread/Editor.php at line 277
    XF\Service\Thread\Editor->_validate() in src/addons/TickTackk/ChangeContentOwner/Service/Content/EditorTrait.php at line 100
    TickTackk\ChangeContentOwner\XF\Service\Thread\Editor->_validate() in src/XF/Service/ValidateAndSavableTrait.php at line 19
    XF\Service\Thread\Editor->validate() in src/addons/PB/XFRMDiscussionThreadTweaks/XFRM/Service/ResourceItem/Edit.php at line 160
    PB\XFRMDiscussionThreadTweaks\XFRM\Service\ResourceItem\Edit->_save() in src/XF/Service/ValidateAndSavableTrait.php at line 42
    XFRM\Service\ResourceItem\Edit->save() in src/addons/PB/XFRMDiscussionThreadTweaks/XFRM/Pub/Controller/ResourceItem.php at line 39
    PB\XFRMDiscussionThreadTweaks\XFRM\Pub\Controller\ResourceItem->actionDiscussionThread() in src/XF/Mvc/Dispatcher.php at line 352
    XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
    XF\App->run() in src/XF.php at line 524
    XF::runApp() in index.php at line 20
 
This time resource and thread are owned by a deleted user.

Changing user of thread, ok.
Changing user of resource > error > ok

Now renew thread works like usual.
 
Sorry, something wrong here!

#2 and #3 should be here:


there is no connection to

Moderate new users from #1
 
Top Bottom