Seite 1 von 1

Chatbox-Mod

Verfasst: 23.04.2006 04:11
von KFFoXX
Hi Habe Gerade den Chatbox-Mod eingebaut aber bekomme folgende fehlermeldung:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /usr/export/www/vhosts/funnetwork/hosting/releasercrew/phpBB2/index.php on line 283



könnnt ihr mir helfen?

Verfasst: 23.04.2006 09:28
von Slytherin
Verlink mal deine index.php :wink:

Slytherin

Verfasst: 23.04.2006 10:06
von KFFoXX

Verfasst: 23.04.2006 13:02
von kometxxl
lol das ist aber net nur ein Fehler?^^

Verfasst: 23.04.2006 13:56
von Slytherin
Suche

Code: Alles auswählen

	$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>'), 
	         // ChatBox Mod
	         require_once($phpbb_root_path . 'chatbox_front.php')
Ersetze mit

Code: Alles auswählen

	         // ChatBox Mod
	         require_once($phpbb_root_path . 'chatbox_front.php')
	$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>'),
Slytherin

Verfasst: 25.04.2006 21:41
von KFFoXX
Ok Danke für Eure Hilfe