Auto moves threads based on thread prefix.
This add-on is very useful to automatically move threads from a classified forum where the item has been sold to an archive forum.
(Example of Options page)
I'm fairly sure you want to check the key name (ie url), not the actual action param value (ie the url itself).
protected function getActionPhraseParams(ModeratorLog $log)
{
$pather = \XF::app()['request.pather'];
$params = $log->action_params;
foreach ($params AS $key => $param)
{...
Moves thread to a conversation.
This add-on will allow staff to easily move a thread started in a forum to a conversation.
(Example of Move to conversation link)
(Example of User group permissions)
Features:
All phrases start with movetoconversation_ for your convenience...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.