Chat-Mod: x7chat Problem
Verfasst: 08.01.2007 17:03
hallo!
ich habe ein prob mit dem Chat-Mod: x7chat...
und zwar benutze ich das illusion template, und habe den ct-mod drauf...
in der installationsanleitung steht:
das problem ist halt nur, dass ich diese zeilen in meiner overall_header.tpl
nicht finden und dementsprechend auch nicht ändern kann... {L_LOGIN_LOGOUT}</a> </span></td>
kann mir bitte jemand weiterhelfen???
hier meine
overall_header.tpl
mfg
ich habe ein prob mit dem Chat-Mod: x7chat...
und zwar benutze ich das illusion template, und habe den ct-mod drauf...
in der installationsanleitung steht:
Code: Alles auswählen
Find:
--------------------------------------------------------------
{L_LOGIN_LOGOUT}</a> </span></td>
--------------------------------------------------------------
3. Replace with
--------------------------------------------------------------
{L_LOGIN_LOGOUT}</a> </span> <a href="./chat" class="mainmenu" target="_blank"><img src="templates/subSilver/images/icon_mini_chat.gif" width="12" height="13" border="0" alt="Chat" hspace="3" />Chat</a> </span></td>
--------------------------------------------------------------
4. In the code that you just added, find
--------------------------------------------------------------
"./chat"
--------------------------------------------------------------
5. and change chat to the name of the directory that you put X7 Chat in. (Leave the ./)
6. Upload the file icon_mini_chat.gif (included with X7 Chat in the install.phpbb2 directory)
into the directory /templates/subSilver/images/ on your server. Don't forget to
reupload the overall_header.tpl file to your server.
Step 5) If you would like to display the number of users in the chat room
next to the chat link on your PhpBB2, please follow the instructions in this
step.
1. Open the PhpBB2 file /templates/subSilver/overall_header.tpl
2. Find:
--------------------------------------------------------------
Chat</a> </span></td>
--------------------------------------------------------------
3. Replace with
--------------------------------------------------------------
Chat ( <img src="./chat/online.php?font_size=10&size_y=10&red=00&green=66&blue=99" border="0" align="absmiddle">)</a></span></td>
--------------------------------------------------------------
4. In the code that you just added, find
--------------------------------------------------------------
"./chat"
nicht finden und dementsprechend auch nicht ändern kann... {L_LOGIN_LOGOUT}</a> </span></td>
kann mir bitte jemand weiterhelfen???
hier meine
overall_header.tpl
mfg