class acp_forums
Properties
| $u_action | ||
| $parent_id |
Methods
|
main($id, $mode)
|
||
|
get_forum_info($forum_id)
Get forum details |
||
|
update_forum_data($forum_data)
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, $subforums_to_id)
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
public
main($id, $mode)
at line 845
public
get_forum_info($forum_id)
Get forum details
at line 867
public
update_forum_data($forum_data)
Update forum data
at line 1242
public
move_forum($from_id, $to_id)
Move forum
at line 1337
public
move_forum_content($from_id, $to_id, $sync = true)
Move forum content from one to another forum
at line 1374
public
delete_forum($forum_id, $action_posts = 'delete', $action_subforums = 'delete', $posts_to_id, $subforums_to_id)
Remove complete forum
at line 1615
public
delete_forum_content($forum_id)
Delete forum content
at line 1824
public
move_forum_by($forum_row, $action = 'move_up', $steps = 1)
Move forum position by $steps up/down
at line 1905
public
display_progress_bar($start, $total)
Display progress bar for syncinc forums
at line 1927
public
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