Seite 1 von 1

X7 Chat Button fehlt

Verfasst: 11.11.2006 01:27
von Skales
Hallo ich habe mir den x7 Chat MOD installiert..
aber der Button im Forum fehlt???
kann mir da jemand helfen??

Verfasst: 11.11.2006 07:08
von wicked-disorder
Hast Du auch die overall_header.tpl bearbeitet?

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>&nbsp;</span></td>
				--------------------------------------------------------------
			3. Replace with
				--------------------------------------------------------------
				{L_LOGIN_LOGOUT}</a>&nbsp;</span>&nbsp;<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>&nbsp;</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.
lg

wicked