1. es steht in der Installationsanleitung.
Code: Alles auswählen
--- [ BEFORE ] --- around line 26x -27x
$template->assign_vars(array(
"TOTAL_POSTS" => sprintf($l_total_post_s, $total_posts),
"TOTAL_USERS" => sprintf($l_total_user_s, $total_users),
2.
Code: Alles auswählen
# --- [ AFTER ] --- around line 27x - 28x
"L_MARK_FORUMS_READ" => $lang['Mark_all_forums'],
3.
Code: Alles auswählen
--- [ REPLACE templates/subSilver/index_body.tpl with index_body.tpl included in archive ]
4.
Code: Alles auswählen
This is the default layout, But If you want to put chat in another place, code for chat is:
<iframe bgcolor="#000033" src="mods/chat/viewshoutbox.php?nick={USERNAME-CHAT}" width="150" height="200" frameborder="0"></iframe>
# you can put this code whereever you like
# code for who are chatting title:
{WHO_ARE_CHATTING_HEAD}
# who are chatting list
{CHATTERS_LIST}
# number of chatters
{TOTAL_CHATTERS_ONLINE}
# chat title
{CHAT}
# You can create your own templates with these information. Look at hacks.phpbb.com for diffrent layouts
# created by other users of this script. I will include all layouts in final release. My recommendation is
# using the index_body.tpl included in archive.. It is painless and easy
Die Tabellen in der myssql sind angelegt und trotzdem bekam ich gestern die Meldung, dass die Table chatsession nicht vorhanden ist. Ist sie aber!
Wer kann mir helfen? Irgendwie ist die Installation der Shoutbox komplizierter, als ich dachte.
Mandy