Go to the source code of this file.
Namespaces | |
| namespace | CLCHAT |
Variables | |
| $conf_def ['config_file'] = 'CLCHAT.conf.php' | |
| $conf_def ['config_code'] = 'CLCHAT' | |
| $conf_def ['config_name'] = 'Chat' | |
| $conf_def ['config_class'] = 'tool' | |
| $conf_def ['section']['display']['label'] = 'Display Settings' | |
| $conf_def ['section']['display']['properties'] | |
| $conf_def_property_list ['msg_list_refresh_rate'] | |
| $conf_def_property_list ['user_list_refresh_rate'] | |
| $conf_def_property_list ['max_nick_length'] | |
| $conf_def['section']['display']['properties'] |
array ( 'msg_list_refresh_rate' , 'user_list_refresh_rate', 'max_nick_length' )
Definition at line 29 of file CLCHAT.def.conf.inc.php.
| $conf_def['section']['display']['label'] = 'Display Settings' |
Definition at line 28 of file CLCHAT.def.conf.inc.php.
| $conf_def['config_class'] = 'tool' |
Definition at line 25 of file CLCHAT.def.conf.inc.php.
| $conf_def['config_name'] = 'Chat' |
Definition at line 24 of file CLCHAT.def.conf.inc.php.
| $conf_def['config_code'] = 'CLCHAT' |
Definition at line 23 of file CLCHAT.def.conf.inc.php.
| $conf_def['config_file'] = 'CLCHAT.conf.php' |
Definition at line 22 of file CLCHAT.def.conf.inc.php.
| $conf_def_property_list['max_nick_length'] |
array ( 'label' => 'Maximum lengh for a nick' , 'description' => 'If the name and the firstname are longer than this value, the script reduce it.'."\n" . 'For revelance, it\'s interesting to not work with to little value' , 'default' => '20' , 'unit' => 'characters' , 'acceptedValue' => array( 'min' => 5, 'max' => 60) , 'type' => 'integer' )
Definition at line 55 of file CLCHAT.def.conf.inc.php.
| $conf_def_property_list['user_list_refresh_rate'] |
array ( 'label' => 'User list refresh time' , 'description' => 'Time to automatically refresh the users list in user\'s view. Each refresh is a request to your server.'."\n" . 'Too low value can be hard for your server. Too high value can be hard for user.'."\n" , 'default' => '20' , 'unit' => 'seconds' , 'acceptedValue' => array( 'min' => 4, 'max' => 90) , 'type' => 'integer' )
Definition at line 45 of file CLCHAT.def.conf.inc.php.
| $conf_def_property_list['msg_list_refresh_rate'] |
array ( 'label' => 'Message list refresh time' , 'description' => 'Time to automatically refresh the list of messages in user\'s view. Each refresh is a request to your server.'."\n" . 'Too low value can be hard for your server. Too high value can be hard for user.'."\n" , 'default' => '10' , 'unit' => 'seconds' , 'acceptedValue' => array( 'min' => 4, 'max' => 90) , 'type' => 'integer' )
Definition at line 35 of file CLCHAT.def.conf.inc.php.
1.6.3