[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/includes/acp/ -> acp_board.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 1141 lines (56 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

acp_board:: (22 methods):
  main()
  select_auth_method()
  mail_auth_select()
  full_folder_select()
  select_ip_check()
  select_ref_check()
  select_acc_activation()
  username_length()
  select_username_chars()
  password_length()
  select_password_chars()
  bump_interval()
  board_disable()
  quick_reply()
  timezone_select()
  guest_style_get()
  guest_style_set()
  dateformat_select()
  select_news_forums()
  select_exclude_forums()
  store_feed_forums()
  enable_mod_rewrite()


Class: acp_board  - X-Ref


main($id, $mode)   X-Ref
No description

select_auth_method($selected_method, $key = '')   X-Ref
Select auth method


mail_auth_select($selected_method, $key = '')   X-Ref
Select mail authentication method


full_folder_select($value, $key = '')   X-Ref
Select full folder action


select_ip_check($value, $key = '')   X-Ref
Select ip validation


select_ref_check($value, $key = '')   X-Ref
Select referer validation


select_acc_activation($selected_value, $value)   X-Ref
Select account activation method


username_length($value, $key = '')   X-Ref
Maximum/Minimum username length


select_username_chars($selected_value, $key)   X-Ref
Allowed chars in usernames


password_length($value, $key)   X-Ref
Maximum/Minimum password length


select_password_chars($selected_value, $key)   X-Ref
Required chars in passwords


bump_interval($value, $key)   X-Ref
Select bump interval


board_disable($value, $key)   X-Ref
Board disable option and message


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


timezone_select($value, $key)   X-Ref
Select guest timezone


guest_style_get()   X-Ref
Get guest style


guest_style_set($style_id)   X-Ref
Set guest style

param: int        $style_id    The style ID

dateformat_select($value, $key)   X-Ref
Select default dateformat


select_news_forums($value, $key)   X-Ref
Select multiple forums


select_exclude_forums($value, $key)   X-Ref
No description

store_feed_forums($option, $key)   X-Ref
No description

enable_mod_rewrite($value, $key)   X-Ref
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.

param: int $value The current config value
param: string $key The config key
return: string The HTML for the form field



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1