Verfasst: 30.03.2003 10:00
Inhalt entfernt.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Dein Link zur tommi's page!Jungteichbauer hat geschrieben:... jo Murphy ... hab die phpbb Version 2.0.4 ... wie kommste drauf,das der Chat nix dafür iss ?
Code: Alles auswählen
## Installation Level: easy
## Installation Time: 10 Minutes
## Files To Edit: 3
## index.php
## templates/subSilver/index_body.tpl
## language/lang_english/lang_main.php
##
## Included Files: 10
## chatbox_db_install.php (only required for DB install)
## chatbox_front.php
## chatbox_mod/chatbox.css
## chatbox_mod/chatbox.php
## chatbox_mod/chatbox_config.php
## chatbox_mod/chatbox_drop.php
## chatbox_mod/chatbox_function.php
## chatbox_mod/messenger_list.php
## chatbox_mod/messenger_send.php
## chatbox_mod/messenger_view.php
##############################################################
## This MOD is released under the GPL License.
## Intellectual Property is retained by the MOD Author(s) listed above
##############################################################
## Author Notes:
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]---------------------------------------------
#
index.php
#
#-----[ FIND ]---------------------------------------------
#
$template->assign_vars(array(
'TOTAL_POSTS' => sprintf($l_total_post_s, $total_posts),
'TOTAL_USERS' => sprintf($l_total_user_s, $total_users),
'NEWEST_USER' => sprintf($lang['Newest_user'], '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$newest_uid") . '">', $newest_user, '</a>'),
#
#-----[ BEFORE, ADD ]--------------------------------------
#
// ChatBox Mod
require_once($phpbb_root_path . 'chatbox_front.php');
Code: Alles auswählen
#
#-----[ OPEN ]---------------------------------------------
#
index.php
Code: Alles auswählen
#
#-----[ FIND ]---------------------------------------------
#
$template->assign_vars(array(
'TOTAL_POSTS' => sprintf($l_total_post_s, $total_posts),
'TOTAL_USERS' => sprintf($l_total_user_s, $total_users),
'NEWEST_USER' => sprintf($lang['Newest_user'], '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$newest_uid") . '">', $newest_user, '</a>'),
Code: Alles auswählen
#
#-----[ BEFORE, ADD ]--------------------------------------
#
// ChatBox Mod
require_once($phpbb_root_path . 'chatbox_front.php');
Code: Alles auswählen
// ChatBox Mod
$lang['How_Many_Chatters'] = 'Es sind <B>%d</B> Benutzer z.Zt. im Chat';
$lang['Who_Are_Chatting' ] = '<B>%s</B>';
$lang['Click_to_join_chat'] = 'Hier anklicken zum chatten';
$lang['ChatBox'] = 'ChatBox';
$lang['log_out_chat'] = 'Sie haben sich erfolgreich ausgeloggt';
$lang['Send'] = 'Senden';
$lang['Login_to_join_chat'] = 'zum Chat einloggen';
$lang['Welcome'] = "Hallo ";