class acp_board
Properties
$u_action | ||
$new_config |
Methods
main($id, $mode)
|
||
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)
Maximum/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($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)
|
||
store_feed_forums($option, $key)
|
||
string |
enable_mod_rewrite(int $value, string $key)
Option to enable/disable removal of 'app.php' from URLs |
|
send_test_email($value, $key)
|
Details
at line 31
public
main($id, $mode)
at line 764
public
select_auth_method($selected_method, $key = '')
Select auth method
at line 796
public
mail_auth_select($selected_method, $key = '')
Select mail authentication method
at line 814
public
full_folder_select($value, $key = '')
Select full folder action
at line 824
public
select_ip_check($value, $key = '')
Select ip validation
at line 834
public
select_ref_check($value, $key = '')
Select referer validation
at line 844
public
select_acc_activation($selected_value, $value)
Select account activation method
at line 870
public
username_length($value, $key = '')
Maximum/Minimum username length
at line 880
public
select_username_chars($selected_value, $key)
Allowed chars in usernames
at line 898
public
password_length($value, $key)
Maximum/Minimum password length
at line 908
public
select_password_chars($selected_value, $key)
Required chars in passwords
at line 926
public
bump_interval($value, $key)
Select bump interval
at line 944
public
board_disable($value, $key)
Board disable option and message
at line 954
public
quick_reply($value, $key)
Global quick reply enable/disable setting and button to enable in all forums
at line 967
public
timezone_select($value, $key)
Select guest timezone
at line 979
public
guest_style_get()
Get guest style
at line 999
public
guest_style_set($style_id)
Set guest style
at line 1012
public
dateformat_select($value, $key)
Select default dateformat
at line 1053
public
select_news_forums($value, $key)
Select multiple forums
at line 1070
public
select_exclude_forums($value, $key)
at line 1087
public
store_feed_forums($option, $key)
at line 1125
public 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.
at line 1162
public
send_test_email($value, $key)