Chat-Mod: x7chat Problem

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
knurrhahn
Mitglied
Beiträge: 57
Registriert: 27.04.2006 12:24

Chat-Mod: x7chat Problem

Beitrag von knurrhahn »

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:

Code: Alles auswählen

	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.
			
		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>&nbsp;</span></td>
				--------------------------------------------------------------
			3. Replace with
				--------------------------------------------------------------
				Chat&nbsp;(&nbsp;<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"
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>&nbsp;</span></td>
kann mir bitte jemand weiterhelfen???
hier meine
overall_header.tpl

mfg
knurrhahn
Mitglied
Beiträge: 57
Registriert: 27.04.2006 12:24

Beitrag von knurrhahn »

sorry wegen bumping...
aber zur besseren verständnis:
ich hab keinen plan, wo ich diesen code:

Code: Alles auswählen

{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>
in meiner overall_header.tpl einsetzen muss....
weiss das jemand? ich bin total ratlos... :(
Benutzeravatar
euramanni
Mitglied
Beiträge: 196
Registriert: 15.11.2005 09:32
Wohnort: 67580 Hamm
Kontaktdaten:

Beitrag von euramanni »

&nbsp; <a href="{U_PROFILE}"><img src="templates/illusion/images/head/nav_profile.gif" border="0"></a>
&nbsp; <a href="{U_PRIVATEMSGS}"><img src="templates/illusion/images/head/nav_pm.gif" border="0" alt="Private messaging system, must be logged in to use"></a>
&nbsp; <a href="{U_GROUP_CP}"><img src="templates/illusion/images/head/nav_groups.gif" alt="User groups" border="0"></a>
&nbsp; <a href="{U_MEMBERLIST}"><img src="templates/illusion/images/head/nav_members.gif" border="0" alt="memberlist"></a>
&nbsp; <a href="{U_SEARCH}"><img src="templates/illusion/images/head/nav_search.gif" border="0" alt="search the forums"></a>

&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>

<!-- BEGIN switch_user_logged_in -->
&nbsp; <a href="{U_LOGIN_LOGOUT}"><img src="templates/illusion/images/head/nav_logout.gif" border="0" alt="logout "></a>
<!-- END switch_user_logged_in -->
&nbsp; <a href="{U_FAQ}"><img src="templates/illusion/images/head/nav_faq.gif" alt="Freqently ask questions about the forum" border="0"></a>
</td>
</tr>
</table>
den Rest mußt du anpassen.
Gruß Manni
Arbeiten um zu Leben, und nicht Leben um zu Arbeiten.
Antworten

Zurück zu „phpBB 2.0: Mod Support“