Seite 1 von 1

Problem mit einem Template nach nuke mit Gallery2

Verfasst: 29.05.2006 21:36
von Bao
Hallo Leute,

ich hab mein Gallery2 und mein phpBB2 Forum genuked und ich hab da jetzt ein anzeigeproblem:

vorher sah es so aus:

[ externes Bild ]

und danach so:

[ externes Bild ]

da is nun das problem mit "th="14" height="14" />" das da gar nicht hingehört und eigentlich würde die blaue box da weiterlaufen, hört aber auf und geht darunter erst weiter. da is sozusagen jetzt ne lücke

danke für die hilfe im voraus

ich hab das FI Theme Blue

Verfasst: 29.05.2006 22:01
von Peggy
Der Fehler befindet sich in der overall_header.tpl

Suche:
</table>th="14" height="14" /></td>
und lösche das rot markierte. :wink:

Verfasst: 30.05.2006 00:12
von Bao
hm irgendwie sind alle stellen bei mir sauber:

ich habe nach "th="14" height="14" />" gesucht. hier mal die stellen:

Code: Alles auswählen

<td><img src="templates/fiappleblue/images/scrn_tl.gif" alt="" width="14" height="14" /></td>

Code: Alles auswählen

<td><img src="templates/fiappleblue/images/scrn_tr.gif" alt="" width="14" height="14" /></td>

Code: Alles auswählen

<td><img src="templates/fiappleblue/images/scrn_bl.gif" alt="" width="14" height="14" /></td>

Code: Alles auswählen

<td><img src="templates/fiappleblue/images/scrn_br.gif" alt="" width="14" height="14" /></td>
sieht alles sauber aus. der Vollständigkeit wegen stell ich hier mal die komplette tpl rein:

Code: Alles auswählen

<?xml version="1.0" encoding="{S_CONTENT_ENCODING}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}">
<head>
<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>
{GALLERY2_JAVASCRIPT}
{GALLERY2_CSS}
<link rel="stylesheet" href="templates/fiappleblue/{T_HEAD_STYLESHEET}" type="text/css" />
<!-- BEGIN switch_enable_pm_popup -->
<script 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 -->
<script type="text/javascript">
<!--
window.status="{PRIVATE_MESSAGE_INFO}"
// -->
</script>
</head>
<body><a name="top" id="top"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><table border="0" cellpadding="0" cellspacing="0">
<tr> 
<td><a href="{U_INDEX}"><img src="images/spacer.gif" width="10" height="26" border="0" alt="" /></a></td>
<td><a href="{U_INDEX}"><img src="templates/fiappleblue/images/{LANG}top_bar_index.gif" width="80" height="26" border="0" alt="{L_INDEX}" title="{L_INDEX}" /></a></td>
<td><a href="{U_FAQ}"><img src="templates/fiappleblue/images/{LANG}top_bar_faq.gif" width="80" height="26" border="0" alt="{L_FAQ}" title="{L_FAQ}" /></a></td>
<td><a href="{U_MEMBERLIST}"><img src="templates/fiappleblue/images/{LANG}top_bar_memberlist.gif" width="80" height="26" border="0" alt="{L_MEMBERLIST}" title="{L_MEMBERLIST}" /></a></td>
<td><a href="{U_SEARCH}"><img src="templates/fiappleblue/images/{LANG}top_bar_search.gif" width="80" height="26" border="0" alt="{L_SEARCH}" title="{L_SEARCH}" /></a></td>
<td><a href="{U_GROUP_CP}"><img src="templates/fiappleblue/images/{LANG}top_bar_usergroups.gif" width="80" height="26" border="0" alt="{L_USERGROUPS}" title="{L_USERGROUPS}" /></a></td>
<td><a href="{U_PROFILE}"><img src="templates/fiappleblue/images/{LANG}top_bar_profile.gif" width="80" height="26" border="0" alt="{L_PROFILE}" title="{L_PROFILE}" /></a></td>
<td><a href="{U_PRIVATEMSGS}"><img src="templates/fiappleblue/images/{LANG}top_bar_inbox.gif" width="80" height="26" border="0" alt="{PRIVATE_MESSAGE_INFO}" title="{PRIVATE_MESSAGE_INFO}" /></a></td>
<!-- BEGIN switch_user_logged_in -->
<td><a href="{U_LOGIN_LOGOUT}"><img src="templates/fiappleblue/images/{LANG}top_bar_logout.gif" width="80" height="26" border="0" alt="{L_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" /></a>&nbsp;<a href="{U_GALLERY2}" class="mainmenu"><img src="templates/subSilver/images/exif_parser.gif" border="0" alt="{L_GALLERY2}" hspace="3" />{L_GALLERY2}</a>&nbsp;</td>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<td><a href="{U_LOGIN_LOGOUT}"><img src="templates/fiappleblue/images/{LANG}top_bar_login.gif" width="80" height="26" border="0" alt="{L_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" /></a></td>
<td><a href="{U_REGISTER}"><img src="templates/fiappleblue/images/{LANG}top_bar_register.gif" width="80" height="26" border="0" alt="{L_REGISTER}" title="{L_REGISTER}" /></a></td>
<!-- END switch_user_logged_out -->
</tr>
</table></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="ttb">
<tr> 
<td><img src="templates/fiappleblue/images/tt12_l.gif" width="10" height="12" alt="" /></td>
<td class="tt12bkg"><img src="images/spacer.gif" width="200" height="12" alt="" /></td>
<td><img src="templates/fiappleblue/images/tt12_r.gif" width="10" height="12" alt="" /></td>
</tr>
</table>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="10" border="0"> 
<tr> 
<td><table border="0" cellpadding="0" cellspacing="0" class="scrn">
<tr> 
<td><img src="templates/fiappleblue/images/scrn_tl.gif" alt="" width="14" height="14" /></td>
<td width="100%" class="scrntbkg"><img src="images/spacer.gif" alt="" width="10" height="14" /></td>
<td><img src="templates/fiappleblue/images/scrn_tr.gif" alt="" width="14" height="14" /></td>
</tr>
<tr> 
<td class="scrnlbkg"><img src="images/spacer.gif" alt="" width="14" height="60" /></td>
<td class="scrnm"><span class="maintitle">{SITENAME}</span><br />
{SITE_DESCRIPTION}</td>
<td class="scrnrbkg"><img src="images/spacer.gif" alt="" width="14" height="60" /></td>
</tr>
<tr> 
<td><img src="templates/fiappleblue/images/scrn_bl.gif" alt="" width="14" height="14" /></td>
<td width="100%" class="scrnbbkg"><img src="images/spacer.gif" alt="" width="10" height="14" /></td>
<td><img src="templates/fiappleblue/images/scrn_br.gif" alt="" width="14" height="14" /></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/spacer.gif" width="200" height="8" alt="" /></td>
</tr>
</table>

Verfasst: 30.05.2006 00:18
von Peggy
Ja in der von dir geposteten Datei ist der Fehler auch nicht! Das ist nicht die Datei, die gerade auf deinem Webspace liegt!

Ich habe den Fehler in der overall_header.tpl direkt von deinem Webspace gefunden:
http://abi2007.com/templates/fiappleblu ... header.tpl <-- Rechtsklick ... Quelltext anzeigen

Lade die Datei runter und berichtige sie wie oben beschrieben.

Verfasst: 30.05.2006 00:29
von Bao
kewl danke :D

da ist nur noch ein Problem:

[ externes Bild ]

man sieht, dass da was fehlt. wie bekomm ich das hin?

Wär kewl, wenn du mir weiterhelfen könntest, danke :D

Verfasst: 30.05.2006 01:58
von Peggy
Hi, probier mal bitte diese Datei:
http://home.arcor.de/immun/Peggy/fiappleblue/

Verfasst: 30.05.2006 06:28
von Bao
kewl es hat geklappt. ich danke dir!!! Echt Super, dass du dich so drum kümmerst! Thumbs Up! Alleine hätt ich das nich hinbekommen.

danke!!!!