Property | Type | Description | |
---|---|---|---|
$parent_id | |||
$u_action |
Method | Description | |
---|---|---|
copy_permission_page ( $forum_data ) | Display copy permission page Not used at the moment - we will have a look at it for 3.0.7 | |
delete_forum ( $forum_id, $action_posts = 'delete', $action_subforums = 'delete', $posts_to_id, $subforums_to_id ) | Remove complete forum | |
delete_forum_content ( $forum_id ) | Delete forum content | |
display_progress_bar ( $start, $total ) | Display progress bar for syncinc forums | |
get_forum_info ( $forum_id ) | Get forum details | |
main ( $id, $mode ) | ||
move_forum ( $from_id, $to_id ) | Move forum | |
move_forum_by ( $forum_row, $action = 'move_up', $steps = 1 ) | Move forum position by $steps up/down | |
move_forum_content ( $from_id, $to_id, $sync = true ) | Move forum content from one to another forum | |
update_forum_data ( &$forum_data_ary ) | Update forum data |
public copy_permission_page ( $forum_data ) |
public delete_forum ( $forum_id, $action_posts = 'delete', $action_subforums = 'delete', $posts_to_id, $subforums_to_id ) |
public display_progress_bar ( $start, $total ) |
public move_forum_by ( $forum_row, $action = 'move_up', $steps = 1 ) |
public move_forum_content ( $from_id, $to_id, $sync = true ) |