m_move_topic
Function
Function Name | Description | Level |
m_move_topic | Ability to move a topic from one forum to another forum. | |
Input Parameters:
Name | Type | Required? | Description | Level |
topic_id | String | yes | | |
forum_id | String | yes | | |
redirect | Boolean | | Indicate if a redirect link need to be created for moved topic. Default action will be done if it's not set. Flag 'advanced_move' in get_config will indicate the support of this parameter. | |
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 | Boolean | | return true if user need to re-authenticate with login_mod function again before proceeding. | |