Problem bei Navigationsänderung mit AvalancheDesign

Alles zu Styles, Templates, Icons und Smilies für phpBB 2.0, sowie allgemeine Designfragen zur Integration von phpBB in bestehende Websites.
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
Gohei
Mitglied
Beiträge: 144
Registriert: 11.12.2005 21:48

Problem bei Navigationsänderung mit AvalancheDesign

Beitrag von Gohei »

Hallo zusammen!
Ich mach die ganze Zeit immer mit dem Navigation was falsch, immer wenn ich sie ändere und dan auf mein Forumansicht gehe, macht sich das Forum brei!
Also wollte aus diesem Overall_header.tpl von Avalanche ändern:

Code: Alles auswählen

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="{S_CONTENT_DIRECTION}">
<head><bgsound src="http://gohei.go.ohost.de/night.mid" loop="100">
<script language="JavaScript1.2">
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<script language="JavaScript"> 
function click() 
{if (event.button==2) 
{alert('Soeben hast du die Grenze der Bilderklau überschritten und hättest fast, dank unserem System, gegen den Copright verstossen!')}} 
document.onmousedown=click
</script>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
	<meta http-equiv="Content-Style-Type" content="text/css" />
	{META}
	{NAV_LINKS}
	<title>{SITENAME} :: {PAGE_TITLE}</title>
	<link rel="stylesheet" href="templates/Avalanche/Avalanche.css" type="text/css" />

	<!-- BEGIN switch_enable_pm_popup -->
	<script language="Javascript" type="text/javascript">
	<!--
		if ( {PRIVATE_MESSAGE_NEW_FLAG} )
		{
			window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
		}
	//-->
	</script>
	<!-- END switch_enable_pm_popup -->
</head>
<body>

<a name="top"></a>
<table class="bodyline" cellspacing="0" cellpadding="0" border="0" align="center"><img src="http://gohei.go.ohost.de/forum/templates/Avalanche/images/logo.gif" width="742" height="126"></table>
<table class="bodyline" cellspacing="0" cellpadding="0" border="0" align="center">
	<tr>
		<td class="back_3_1">&nbsp;</td>
		<td class="back_3_2" colspan="5">
		
			<table cellpadding="0" cellspacing="0" width="100%">
				<tr>
					<td class="tab_space_1"></td>
					<td class="active_button"><a href="{U_INDEX}" style="color: #f3a625;" class="tab">Home</a></td>
					<!-- BEGIN switch_user_logged_out -->
					<td class="active_button"><a href="{U_REGISTER}" class="tab">{L_REGISTER}</a></td>
					<td class="active_button"><a href="{U_FAQ}" class="tab">{L_FAQ}</a></td>
					<td class="active_button"><a href="{U_MEMBERLIST}" class="tab">{L_MEMBERLIST}</a></td>
					<td class="active_button"><a href="{U_GROUP_CP}" class="tab"> Gruppen </a></td>
					<!-- END switch_user_logged_out -->
					<!-- BEGIN switch_user_logged_in -->
					<td class="active_button"><a href="{U_MEMBERLIST}" class="tab">{L_MEMBERLIST}</a></td>
					<td class="active_button"><a href="{U_GROUP_CP}" class="tab">Gruppen</a></td>
					<td class="active_button"><a href="{U_PROFILE}" class="tab">{L_PROFILE}</a></td>
					<!-- END switch_user_logged_in -->
					<td class="tab_space_2">&nbsp;</td>
				</tr>
			</table>
			<table cellpadding="0" cellspacing="0" width="100%">
				<tr>
					<td class="link_back_1">&nbsp;</td>
					<td class="link_back_2"><a href="{U_PRIVATEMSGS}" class="gensmall"><b>{PRIVATE_MESSAGE_INFO}</b></a></td>
					<td class="link_back_2" align="right">
						<a href="{U_LOGIN_LOGOUT}" class="gensmall"><b>{L_LOGIN_LOGOUT}</b></a>
					</td>
					<td class="link_back_3">&nbsp;</td>
				</tr>
			</table>
			<table cellpadding="0" cellspacing="0" width="100%">
				<tr>
					<td><span style="font-size: 4px;">&nbsp;</span></td>
					<td class="link_back_5"><span style="font-size: 4px;">&nbsp;</span></td>
				</tr>
			</table>
		
		</td>
		<td class="back_3_7">&nbsp;</td>
	</tr>
</table>
<table class="bodyline" cellspacing="0" cellpadding="0" border="0" align="center">
	<tr>
		<td class="back_4_1"></td>
		<td class="back_4_2" colspan="5">
		<br />

<link rel="stylesheet" type="text/css" href="http://www.abouthabbo.net/home/cursor/cursor.css">
So sieht er aus, wenn das Forum normal weiterläuft ohne Fehlern etc. aber wenn ich sie umstyle etwa so:

Code: Alles auswählen

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="{S_CONTENT_DIRECTION}">
<head><bgsound src="http://gohei.go.ohost.de/night.mid" loop="100">
<script language="JavaScript1.2">
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<script language="JavaScript"> 
function click() 
{if (event.button==2) 
{alert('Soeben hast du die Grenze der Bilderklau überschritten und hättest fast, dank unserem System, gegen den Copright verstossen!')}} 
document.onmousedown=click
</script>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
	<meta http-equiv="Content-Style-Type" content="text/css" />
	<title>{SITENAME} :: {PAGE_TITLE}</title>
	<link rel="stylesheet" href="templates/Avalanche/Avalanche.css" type="text/css" />

	<!-- BEGIN switch_enable_pm_popup -->
	<script language="Javascript" type="text/javascript">
	<!--
		if ( {PRIVATE_MESSAGE_NEW_FLAG} )
		{
			window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
		}
	//-->
	</script>
	<!-- END switch_enable_pm_popup -->

<link rel="stylesheet" type="text/css" href="http://www.abouthabbo.net/home/cursor/cursor.css">
</head>
<body>

	{META}
	{NAV_LINKS}

<a name="top"></a>
<table class="bodyline" cellspacing="0" cellpadding="0" border="0" align="center"><img src="http://gohei.go.ohost.de/forum/templates/Avalanche/images/logo.gif" width="742" height="126"></table>
<table class="bodyline" cellspacing="0" cellpadding="0" border="0" align="center" width="699">
	<tr>
		<td class="back_3_1">&nbsp;</td>
		<td class="back_3_2" colspan="5">

			<table cellpadding="0" cellspacing="0" width="101%">
				<tr>
					<td class="tab_space_1"></td>


					<td class="tab_space_2">&nbsp;</td>
				</tr>
			</table>

					<table width="100%" cellpadding="0" cellspacing="0">
	<tr>
		<th class="thLeft"><span style="font-weight: 400"><font size="1" face="Verdana"><img src="templates/Avalanche/images/thLeft.gif" alt="" width="30"/></font></span></th>
		<th width="100%"><span style="font-weight: 400"><font face="Verdana"><a href="{U_INDEX}" class="thCenter">
		<font size="1"></font>
		<a href="index.php" class="thCenter">
		<font size="1"><b>Navigator</b></font></a></font></span></th>
		<th class="thRight"><span style="font-weight: 400"><font size="1" face="Verdana"><img src="templates/Avalanche/images/thRight.gif" alt="" width="30"/></font></span></th>
	</tr>
</table>
			<div align="center">
<table width="101%" cellspacing="0" cellpadding="0" border="0">
	<tr>
<td width="50%" class="cat" align="left">

			<span class="gensmall">
			<font face="Verdana"><font size="1"> <br />
			<img src="templates/Avalanche/images/icon_latest_reply.gif" alt="" />
			<a href="{U_PRIVATEMSGS}" class="tab"><img src="http://img518.imageshack.us/img518/4779/img43e529f49f8a31fy.gif" width="36" height="30" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>&nbsp;</font><span class="mainmenu">
<b><a href="{U_LOTTERY}" class="mainmenu"><span style="text-decoration: none">{L_LOTTERY}</span></a></b><a href="{U_LOGIN_LOGOUT}" class="tab"><img src="http://img518.imageshack.us/img518/4779/img43e529f49f8a31fy.gif" width="36" height="30" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>
			<!-- BEGIN switch_user_logged_out -->
			&nbsp; <a href="{U_REGISTER}" class="tab"><img src="http://img518.imageshack.us/img518/4779/img43e529f49f8a31fy.gif" width="36" height="30" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a>
			<!-- END switch_user_logged_out -->
			&nbsp;
<!-- BEGIN switch_user_logged_in -->
<a href="{U_PROFILE}" class="tab"><img src="http://img518.imageshack.us/img518/4779/img43e529f49f8a31fy.gif" width="36" height="30" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>
<!-- END  switch_user_logged_in -->
			

&nbsp;<a href="#" class="tab"><img src="http://img518.imageshack.us/img518/4779/img43e529f49f8a31fy.gif" width="36" height="30" border="0">&nbsp;Regeln</a>&nbsp; <span class="mainmenu"><a href="{U_FAQ}" class="tab"><img src="http://img518.imageshack.us/img518/4779/img43e529f49f8a31fy.gif" width="36" height="30" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span></font><span class="mainmenu"><font size="1">&nbsp; <a href="{U_SEARCH}" class="tab"><img src="http://img518.imageshack.us/img518/4779/img43e529f49f8a31fy.gif" width="36" height="30" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>&nbsp; <a href="{U_MEMBERLIST}" class="tab"><img src="http://img518.imageshack.us/img518/4779/img43e529f49f8a31fy.gif" width="36" height="30" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>&nbsp; <a href="{U_GROUP_CP}" class="tab"><img src="http://img518.imageshack.us/img518/4779/img43e529f49f8a31fy.gif" width="36" height="30" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>&nbsp;


					<br />&nbsp;</font></span></font></td>





	</tr>
</table>

			</div>

<table width="100%" cellspacing="0" border="0" cellpadding="0">
	<tr>
		<td class="left_bottom"><span class="gensmall">
		<font size="1" face="Verdana">&nbsp;</font></span></td>
		<td class="middle_bottom3"><span class="gensmall">
		<font size="1" face="Verdana">&nbsp;</font></span></td>
		<td class="middle_bottom2"><span class="gensmall">
		<font size="1" face="Verdana">&nbsp;</font></span></td>
		<td class="middle_bottom" align="center"><span class="gensmall" nowrap="nowrap"><a href="http://img115.imageshack.us/img115/306/expo2og.gif" target="_blank" class="tab">
		<font size="1" face="Verdana">HabboExpo</font></a></span></td>
		<td class="right_bottom"><span class="gensmall">
		<font size="1" face="Verdana">&nbsp;</font></span></td>
	</tr>
</table>


		</td>
		<td class="back_3_7">&nbsp;</td>
	</tr>
</table>
<table class="bodyline" cellspacing="0" cellpadding="0" border="0" align="center">
	<tr>
		<td class="back_4_1"></td>
		<td class="back_4_2" colspan="5">
		<br />

</table>
Dann siehts so aus: [ externes Bild ]

und so vorher: [ externes Bild ]
Das rote markierte Ding, den hab ich selbst gemacht....

Was muss ich tun damit der untere Teil wieder normal bleibt?
Antworten

Zurück zu „phpBB 2.0: Styles, Templates und Grafiken“