Complete banner 1.3.6 mit easymod

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.
Benutzeravatar
skdluxe
Mitglied
Beiträge: 253
Registriert: 16.12.2004 11:17
Wohnort: Otterndorf

Complete banner 1.3.6 mit easymod

Beitrag von skdluxe »

Hi,

will gerade Complete banner 1.3.6 mit easymod installieren!
Da kommen die Warnungen!

Code: Alles auswählen

Warning

FIND FAILED: In file [templates/fisubsilversh/overall_footer.tpl] could not find:

</tr> 
</table> 

MOD script line #446 :: FAQ :: Report

Code: Alles auswählen

Warning

FIND FAILED: In file [templates/fisubsilversh/overall_header.tpl] could not find:

<a name="top"></a> 

MOD script line #488 :: FAQ :: Report

Code: Alles auswählen

Warning

FIND FAILED: In file [templates/fisubsilversh/viewforum_body.tpl] could not find:

<b>{PAGINATION}</b> 

MOD script line #532 :: FAQ :: Report

Code: Alles auswählen

Warning

FIND FAILED: In file [templates/fisubsilversh/viewtopic_body.tpl] could not find:

<b>{PAGINATION}</b> 

MOD script line #550 :: FAQ :: Report
Was mach ich da?
Benutzeravatar
Andy120
Mitglied
Beiträge: 3430
Registriert: 02.01.2004 11:21
Wohnort: Basel (Schweiz)
Kontaktdaten:

Beitrag von Andy120 »

hi...

Der EM sagt dir, dass er die verschiedenen Stellen nicht findet. Da kannst du nur die Anleitung so abändern, dass er sie findet in den Original Dateien ;)

Gruss, Andy
Benutzeravatar
skdluxe
Mitglied
Beiträge: 253
Registriert: 16.12.2004 11:17
Wohnort: Otterndorf

Beitrag von skdluxe »

Ja, aber wo müssen den die tags hin?
Benutzeravatar
Andy120
Mitglied
Beiträge: 3430
Registriert: 02.01.2004 11:21
Wohnort: Basel (Schweiz)
Kontaktdaten:

Beitrag von Andy120 »

Also du hast ja die Original Installations Anleitung... Und die Dateien die Editiert werden müssen. In den Dateien musst du die Code (Tags) raussuchen und so abändern, dass sie mit der Installationsanleitung übereinstimmt ;)

Gruss, Andy
Benutzeravatar
skdluxe
Mitglied
Beiträge: 253
Registriert: 16.12.2004 11:17
Wohnort: Otterndorf

Beitrag von skdluxe »

Hm,

das ist der inhalt der overall_footer.tpl

Code: Alles auswählen

<div align="center" class="gensmall"><br />{ADMIN_LINK}<br /> 
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
reason) retain the full copyright we request you at least leave in place the 
Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected. 

The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb">phpBB</a> {PHPBB_VERSION} 
© 2001, 2002 phpBB Group :: <a href="http://www.forumimages.com/" target="_blank">FI Theme</a> ::
{S_TIMEZONE}<br />
{TRANSLATION_INFO}</div>
<a name="bot" id="bot"></a></td></tr></table></td></tr></table>
</body>
</html>
Und das will er machen

Code: Alles auswählen

#-----[ OPEN ]------------------------------------------------ 
# 
templates/subSilver/overall_footer.tpl

# 
#-----[ FIND ]------------------------------------------------ 
# 
	</tr>
</table>

# 
#-----[ BEFORE, ADD ]----------------------------------------- 
#

<!-- Start add - Complete banner MOD -->
<!-- Banners -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="20%">
	 <table width="100%" border="0" cellspacing="2" cellpadding="2">
		<tr><td><div align="center">{BANNER_7_IMG}</div></td></tr>
		<tr><td><div align="center">{BANNER_8_IMG}</div></td></tr>
	</table>
    </td>
    <td width="60%">
	 <table width="100%" border="0" cellspacing="2" cellpadding="2">
		<tr><td><div align="center">{BANNER_9_IMG}</div></td></tr>
		<tr><td><div align="center">{BANNER_10_IMG}</div></td></tr>
	</table>
    </td>
    <td width="20%">
	 <table width="100%" border="0" cellspacing="2" cellpadding="2">
		<tr><td><div align="center">{BANNER_11_IMG}</div></td></tr>
		<tr><td><div align="center">{BANNER_12_IMG}</div></td></tr>
	</table>
    </td>
  </tr>
</table>
<!-- End Banners -->
<!-- End add - Complete banner MOD -->
Was soll ich ändern?
Benutzeravatar
Andy120
Mitglied
Beiträge: 3430
Registriert: 02.01.2004 11:21
Wohnort: Basel (Schweiz)
Kontaktdaten:

Beitrag von Andy120 »

Versuch's mal so mit der overall_footer.tpl

Code: Alles auswählen

<div align="center" class="gensmall"><br />{ADMIN_LINK}<br /> 
<!-- 
We request you retain the full copyright notice below including the link to www.phpbb.com. 
This not only gives respect to the large amount of time given freely by the developers 
but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good 
reason) retain the full copyright we request you at least leave in place the 
Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse 
to include even this then support on our forums may be affected. 

The phpBB Group : 2002 
// --> 
Powered by <a href="http://www.phpbb.com/" target="_phpbb">phpBB</a> {PHPBB_VERSION} 
© 2001, 2002 phpBB Group :: <a href="http://www.forumimages.com/" target="_blank">FI Theme</a> :: 
{S_TIMEZONE}<br /> 
{TRANSLATION_INFO}</div> 
<a name="bot" id="bot"></a></td>
   </tr> 
</table></td></tr></table> 
</body> 
</html>
Gruss, Andy
Benutzeravatar
skdluxe
Mitglied
Beiträge: 253
Registriert: 16.12.2004 11:17
Wohnort: Otterndorf

Beitrag von skdluxe »

Der Ausdruck ist doch so as selbe, oder??

Code: Alles auswählen

<a name="bot" id="bot"></a></td></tr></table></td></tr></table>

Code: Alles auswählen

<a name="bot" id="bot"></a></td></tr></table></td>
	</tr>
</table>
Benutzeravatar
skdluxe
Mitglied
Beiträge: 253
Registriert: 16.12.2004 11:17
Wohnort: Otterndorf

Beitrag von skdluxe »

Ok, und für

Code: Alles auswählen

Warning 

FIND FAILED: In file [templates/fisubsilversh/overall_header.tpl] could not find: 

<a name="top"></a> 

MOD script line #488 :: FAQ :: Report
Habe ich gefunden

Code: Alles auswählen

<a name="top" id="top"></a>
und für

Code: Alles auswählen

Warning 

FIND FAILED: In file [templates/fisubsilversh/viewforum_body.tpl] could not find: 

<b>{PAGINATION}</b> 

MOD script line #532 :: FAQ :: Report
habe ich das

Code: Alles auswählen

<td nowrap="nowrap" class="nav">{PAGINATION}</td>
Müsste ok sein, oder?
Antworten

Zurück zu „phpBB 2.0: Mod Support“