X7 Chat Button fehlt
Verfasst: 11.11.2006 01:27
Hallo ich habe mir den x7 Chat MOD installiert..
aber der Button im Forum fehlt???
kann mir da jemand helfen??
aber der Button im Forum fehlt???
kann mir da jemand helfen??
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
Step 4) Follow these directions if you would like to add a link to the chat
room on your PhpBB2.
1. Open the PhpBB2 file /templates/subSilver/overall_header.tpl
2. 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.