Code: Alles auswählen
$chatbox_config = array (
'refresh_time' => '10',
'delete_time' => '1200',
'offline_time' => '1200',
'away_time' => '1800',
'stylesheet' => 'chatbox.css',
'show_amount' => '20', // amount of chats to show
Code: Alles auswählen
$chatbox_config = array (
'refresh_time' => '10',
'delete_time' => '1200',
'offline_time' => '1200',
'away_time' => '1800',
'stylesheet' => 'chatbox.css',
'show_amount' => '20', // amount of chats to show
Code: Alles auswählen
'CHATBOX_CSS' => $phpbb_root_path . $chatbox_config['stylesheet'],
einbinden.<link rel="stylesheet" type="text/css" href="{CHATBOX_CSS}">
Code: Alles auswählen
$chatbox_config = array (
'refresh_time' => '10',
'delete_time' => '1200',
'offline_time' => '1200',
'away_time' => '1800',
'stylesheet' => $phpbb_root_path . $current_template_path . 'chatbox.css',
'show_amount' => '20', // amount of chats to show
Code: Alles auswählen
'stylesheet' => $phpbb_root_path . $current_template_path['chatbox.css'],
Code: Alles auswählen
'stylesheet' => $phpbb_root_path . $current_template_path['chatbox.css'],
Code: Alles auswählen
$chatbox_config = array (
'refresh_time' => '10',
'delete_time' => '1200',
'offline_time' => '1200',
'away_time' => '1800',
'stylesheet' => $phpbb_root_path . $current_template_path . 'chatbox.css',
'show_amount' => '20', // amount of chats to show