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 |
Details
at line 31
public
main($id, $mode)
at line 736
public
select_auth_method($selected_method, $key = '')
Select auth method
at line 767
public
mail_auth_select($selected_method, $key = '')
Select mail authentication method
at line 785
public
full_folder_select($value, $key = '')
Select full folder action
at line 795
public
select_ip_check($value, $key = '')
Select ip validation
at line 805
public
select_ref_check($value, $key = '')
Select referer validation
at line 815
public
select_acc_activation($selected_value, $value)
Select account activation method
at line 841
public
username_length($value, $key = '')
Maximum/Minimum username length
at line 851
public
select_username_chars($selected_value, $key)
Allowed chars in usernames
at line 869
public
password_length($value, $key)
Maximum/Minimum password length
at line 879
public
select_password_chars($selected_value, $key)
Required chars in passwords
at line 897
public
bump_interval($value, $key)
Select bump interval
at line 915
public
board_disable($value, $key)
Board disable option and message
at line 927
public
quick_reply($value, $key)
Global quick reply enable/disable setting and button to enable in all forums
at line 940
public
timezone_select($value, $key)
Select guest timezone
at line 952
public
guest_style_get()
Get guest style
at line 972
public
guest_style_set($style_id)
Set guest style
at line 985
public
dateformat_select($value, $key)
Select default dateformat
at line 1026
public
select_news_forums($value, $key)
Select multiple forums
at line 1045
public
select_exclude_forums($value, $key)
at line 1064
public
store_feed_forums($option, $key)
at line 1102
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.