acp_forums
class acp_forums
Properties
$u_action | |||
$parent_id |
Methods
main($id, $mode)
No description
get_forum_info($forum_id)
Get forum details
update_forum_data($forum_data_ary)
Update forum data
move_forum($from_id, $to_id)
Move forum
move_forum_content($from_id, $to_id, $sync = true)
Move forum content from one to another forum
delete_forum($forum_id, $action_posts = 'delete', $action_subforums = 'delete', $posts_to_id = 0, $subforums_to_id = 0)
Remove complete forum
delete_forum_content($forum_id)
Delete forum content
move_forum_by($forum_row, $action = 'move_up', $steps = 1)
Move forum position by $steps up/down
display_progress_bar($start, $total)
Display progress bar for syncinc forums
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
Details
at line 27
main($id, $mode)
No description
at line 944
get_forum_info($forum_id)
Get forum details
at line 966
update_forum_data($forum_data_ary)
Update forum data
at line 1416
move_forum($from_id, $to_id)
Move forum
at line 1535
move_forum_content($from_id, $to_id, $sync = true)
Move forum content from one to another forum
at line 1618
delete_forum($forum_id, $action_posts = 'delete', $action_subforums = 'delete', $posts_to_id = 0, $subforums_to_id = 0)
Remove complete forum
at line 1859
delete_forum_content($forum_id)
Delete forum content
at line 2088
move_forum_by($forum_row, $action = 'move_up', $steps = 1)
Move forum position by $steps up/down
at line 2169
display_progress_bar($start, $total)
Display progress bar for syncinc forums
at line 2191
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