zu viele Räume in Ajax Chat
Verfasst: 11.01.2009 11:19
Wie kann man in den Ajax Chat ein paar Räume entfernen? da gibt es ja für jede Forum ein Chat raum. Ich möchte aber nur 2-3 Räume haben.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
// ChannelID used when no channel is given:
$config['defaultChannelID'] = 0;
// Defines an array of channelIDs (e.g. array(0, 1)) to limit the number of available channels, will be ignored if set to null:
$config['limitChannelList'] = null;
Code: Alles auswählen
$config['limitChannelList'] = null;
Code: Alles auswählen
$config['limitChannelList'] = array(0, 1, 2, 3, 4);