class acp_board

Properties

$u_action
$new_config

Methods

main($id, $mode)

No description

select_auth_method($selected_method, $key = '')

Select auth method

mail_auth_select($selected_method, $key = '')

Select mail authentication method

full_folder_select($value, $key = '')

Select full folder action

select_ip_check($value, $key = '')

Select ip validation

select_ref_check($value, $key = '')

Select referer validation

select_acc_activation($selected_value, $value)

Select account activation method

username_length($value, $key = '')

Maximum/Minimum username length

select_username_chars($selected_value, $key)

Allowed chars in usernames

password_length($value, $key)

Minimum password length

select_password_chars($selected_value, $key)

Required chars in passwords

bump_interval($value, $key)

Select bump interval

board_disable($value, $key)

Board disable option and message

quick_reply($value, $key)

Global quick reply enable/disable setting and button to enable in all forums

timezone_select($value, $key)

Select guest timezone

guest_style_get()

Get guest style

guest_style_set(int $style_id)

Set guest style

dateformat_select($value, $key)

Select default dateformat

select_news_forums($value, $key)

Select multiple forums

select_exclude_forums($value, $key)

No description

store_feed_forums($option, $key)

No description

string
enable_mod_rewrite(int $value, string $key)

Option to enable/disable removal of 'app.php' from URLs

send_test_email($value, $key)

No description

Details

at line 31
main($id, $mode)

No description

Parameters

$id
$mode

at line 842
select_auth_method($selected_method, $key = '')

Select auth method

Parameters

$selected_method
$key

at line 874
mail_auth_select($selected_method, $key = '')

Select mail authentication method

Parameters

$selected_method
$key

at line 892
full_folder_select($value, $key = '')

Select full folder action

Parameters

$value
$key

at line 902
select_ip_check($value, $key = '')

Select ip validation

Parameters

$value
$key

at line 912
select_ref_check($value, $key = '')

Select referer validation

Parameters

$value
$key

at line 922
select_acc_activation($selected_value, $value)

Select account activation method

Parameters

$selected_value
$value

at line 960
username_length($value, $key = '')

Maximum/Minimum username length

Parameters

$value
$key

at line 970
select_username_chars($selected_value, $key)

Allowed chars in usernames

Parameters

$selected_value
$key

at line 988
password_length($value, $key)

Minimum password length

Parameters

$value
$key

at line 998
select_password_chars($selected_value, $key)

Required chars in passwords

Parameters

$selected_value
$key

at line 1016
bump_interval($value, $key)

Select bump interval

Parameters

$value
$key

at line 1034
board_disable($value, $key)

Board disable option and message

Parameters

$value
$key

at line 1044
quick_reply($value, $key)

Global quick reply enable/disable setting and button to enable in all forums

Parameters

$value
$key

at line 1057
timezone_select($value, $key)

Select guest timezone

Parameters

$value
$key

at line 1069
guest_style_get()

Get guest style

at line 1089
guest_style_set(int $style_id)

Set guest style

Parameters

int $style_id

The style ID

at line 1102
dateformat_select($value, $key)

Select default dateformat

Parameters

$value
$key

at line 1143
select_news_forums($value, $key)

Select multiple forums

Parameters

$value
$key

at line 1160
select_exclude_forums($value, $key)

No description

Parameters

$value
$key

at line 1177
store_feed_forums($option, $key)

No description

Parameters

$option
$key

at line 1215
string enable_mod_rewrite(int $value, string $key)

Option to enable/disable removal of 'app.php' from URLs

Note that if mod_rewrite is on, URLs without app.php will still work, but any paths generated by the controller helper url() method will not contain app.php.

Parameters

int $value

The current config value

string $key

The config key

Return Value

string

The HTML for the form field

at line 1252
send_test_email($value, $key)

No description

Parameters

$value
$key