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

Parameters

$id
$mode

at line 944
get_forum_info($forum_id)

Get forum details

Parameters

$forum_id

at line 966
update_forum_data($forum_data_ary)

Update forum data

Parameters

$forum_data_ary

at line 1416
move_forum($from_id, $to_id)

Move forum

Parameters

$from_id
$to_id

at line 1535
move_forum_content($from_id, $to_id, $sync = true)

Move forum content from one to another forum

Parameters

$from_id
$to_id
$sync

at line 1618
delete_forum($forum_id, $action_posts = 'delete', $action_subforums = 'delete', $posts_to_id = 0, $subforums_to_id = 0)

Remove complete forum

Parameters

$forum_id
$action_posts
$action_subforums
$posts_to_id
$subforums_to_id

at line 1859
delete_forum_content($forum_id)

Delete forum content

Parameters

$forum_id

at line 2088
move_forum_by($forum_row, $action = 'move_up', $steps = 1)

Move forum position by $steps up/down

Parameters

$forum_row
$action
$steps

at line 2169
display_progress_bar($start, $total)

Display progress bar for syncinc forums

Parameters

$start
$total

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

Parameters

$forum_data