PHP Class acp_board

ファイルを表示 Open project: phpbb/phpbb

Public Properties

Property Type Description
$new_config
$u_action

Public Methods

Method Description
board_disable ( $value, $key ) Board disable option and message
bump_interval ( $value, $key ) Select bump interval
dateformat_select ( $value, $key ) Select default dateformat
enable_mod_rewrite ( integer $value, string $key ) : string Option to enable/disable removal of 'app.php' from URLs
full_folder_select ( $value, $key = '' ) Select full folder action
guest_style_get ( ) Get guest style
guest_style_set ( integer $style_id ) Set guest style
mail_auth_select ( $selected_method, $key = '' ) Select mail authentication method
main ( $id, $mode )
password_length ( $value, $key ) Maximum/Minimum password length
quick_reply ( $value, $key ) Global quick reply enable/disable setting and button to enable in all forums
select_acc_activation ( $selected_value, $value ) Select account activation method
select_auth_method ( $selected_method, $key = '' ) Select auth method
select_exclude_forums ( $value, $key )
select_ip_check ( $value, $key = '' ) Select ip validation
select_news_forums ( $value, $key ) Select multiple forums
select_password_chars ( $selected_value, $key ) Required chars in passwords
select_ref_check ( $value, $key = '' ) Select referer validation
select_username_chars ( $selected_value, $key ) Allowed chars in usernames
send_test_email ( $value, $key )
store_feed_forums ( $option, $key )
timezone_select ( $value, $key ) Select guest timezone
username_length ( $value, $key = '' ) Maximum/Minimum username length

Method Details

board_disable() public method

Board disable option and message
public board_disable ( $value, $key )

bump_interval() public method

Select bump interval
public bump_interval ( $value, $key )

dateformat_select() public method

Select default dateformat
public dateformat_select ( $value, $key )

enable_mod_rewrite() public method

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.
public enable_mod_rewrite ( integer $value, string $key ) : string
$value integer The current config value
$key string The config key
return string The HTML for the form field

full_folder_select() public method

Select full folder action
public full_folder_select ( $value, $key = '' )

guest_style_get() public method

Get guest style
public guest_style_get ( )

guest_style_set() public method

Set guest style
public guest_style_set ( integer $style_id )
$style_id integer The style ID

mail_auth_select() public method

Select mail authentication method
public mail_auth_select ( $selected_method, $key = '' )

main() public method

public main ( $id, $mode )

password_length() public method

Maximum/Minimum password length
public password_length ( $value, $key )

quick_reply() public method

Global quick reply enable/disable setting and button to enable in all forums
public quick_reply ( $value, $key )

select_acc_activation() public method

Select account activation method
public select_acc_activation ( $selected_value, $value )

select_auth_method() public method

Select auth method
public select_auth_method ( $selected_method, $key = '' )

select_exclude_forums() public method

public select_exclude_forums ( $value, $key )

select_ip_check() public method

Select ip validation
public select_ip_check ( $value, $key = '' )

select_news_forums() public method

Select multiple forums
public select_news_forums ( $value, $key )

select_password_chars() public method

Required chars in passwords
public select_password_chars ( $selected_value, $key )

select_ref_check() public method

Select referer validation
public select_ref_check ( $value, $key = '' )

select_username_chars() public method

Allowed chars in usernames
public select_username_chars ( $selected_value, $key )

send_test_email() public method

public send_test_email ( $value, $key )

store_feed_forums() public method

public store_feed_forums ( $option, $key )

timezone_select() public method

Select guest timezone
public timezone_select ( $value, $key )

username_length() public method

Maximum/Minimum username length
public username_length ( $value, $key = '' )

Property Details

$new_config public_oe property

public $new_config

$u_action public_oe property

public $u_action