Move multiple threads into new group

I have created new group, in which i wanted to move some forum thread of old group on the basis of specific tag.

Suppose I have one old group called "ABC" and some forum threads are there having "supply" tag in it.

I have created another new group called "XYZ" and wanted to move threads having "supply" tag from "ABC" group to "XYZ" group.

Is there any way to do this action via velocity in one go? please suggest.

Parents Reply
  • The error " function te_Content_Content_Update has too many arguments specified." is a sign that your DB may have not properly been upgraded to match your version.  Please rerun the Upgrade.sql script against your Community database and ensure there are no errors.

    You can also verify the user,who create the forum thread has permission to create a forum thread in the target forum by impersonating the user and seeing if they can create a forum thread in the target forum.  You will also need to make sure the user running the convert has permission to delete the thread in the source forum.

Children