# m_move_post

# Function

Function Name Description Level
m_move_post Ability to extract a post from an existing topic and merge with another existing topic, or extract an existing post and create a new topic with this post.

Input Parameters:

Name Type Required? Description Level
post_id String yes Separate more post ids with ','
topic_id String The destination topic of the post to be moved to. If it is to be moved to a new topic, leave this field as NULL.
topic_title byte[] If "topic_id" is NULL, this parameter is required. It creates a new topic with this title and move the post as the first post of this topic.
forum_id String The destination forum of the post to be moved to. If it is not to be moved to a new topic, leave this field as NULL.

Output Parameters:

Name Type Required? Description Level
result Boolean yes return true if the action is executed successfully.
result_text byte[] Reason of the failure, if any.
is_login_mod byte[] return true if user need to re-authenticate with login_mod function again before proceeding.
topic_id String If a post(s) was moved as a new topic, return the new topic id