Probleme mit Firefox-Style!

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
Mick Dundee
Mitglied
Beiträge: 5
Registriert: 16.05.2005 19:07
Kontaktdaten:

Probleme mit Firefox-Style!

Beitrag von Mick Dundee »

Hallo!

Versuche den Firefox Theme 1.0.3 Style auf phpBB2.0.15 zu installieren!
Bekomme aber imm folgende, blöde Meldung oben auf jeder Seite:
Warning: file_exists() [function.file-exists]: Unable to access in /home/www/htdocs/.../includes/functions.php on line 364

Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/.../includes/functions.php:364) in /home/www/htdocs/.../includes/page_header.php on line 475

Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/.../includes/functions.php:364) in /home/www/htdocs/...b/includes/page_header.php on line 477

Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/.../includes/functions.php:364) in /home/www/htdocs/.../includes/page_header.php on line 478
Sonst sieht alles normal aus!
Kann jemand helfen?

Danke! :)
fanrpg
Mitglied
Beiträge: 2909
Registriert: 13.12.2004 22:41

Beitrag von fanrpg »

Poste mal bitte die Zeilen 470 bis 480 der Page_header.php

Und mal die overall_header.tpl evt.
Mick Dundee
Mitglied
Beiträge: 5
Registriert: 16.05.2005 19:07
Kontaktdaten:

Beitrag von Mick Dundee »

Die Zeilen 470 bis 480 der page_header.php:
{
header ('Cache-Control: no-cache, pre-check=0, post-check=0');
}
else
{
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
}
header ('Expires: 0');
header ('Pragma: no-cache');

$template->pparse('overall_header');
fanrpg
Mitglied
Beiträge: 2909
Registriert: 13.12.2004 22:41

Beitrag von fanrpg »

Und mal die overall_header.tpl
Mick Dundee
Mitglied
Beiträge: 5
Registriert: 16.05.2005 19:07
Kontaktdaten:

Beitrag von Mick Dundee »

fanrpg hat geschrieben:Und mal die overall_header.tpl
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html 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>
<link rel="icon" href="templates/Mozilla_Firefox/images/ffico.png" type="image/png">

<link rel="stylesheet" href="templates/Mozilla_Firefox/{T_HEAD_STYLESHEET}" type="text/css">
<!--[if gte IE 5]>
<link rel="stylesheet" href="templates/Mozilla_Firefox/Mozilla_Firefox_IE.css" type="text/css" />
<![endif]-->

<script language="JavaScript" type="text/javascript" src="templates/Mozilla_Firefox/ricutwords.js"></script>

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

</head>
<body onload="RIcutwords();">
<a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td>

<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td nowrap>

<div class="gensmall">{CURRENT_TIME}<br /><a href="{U_SEARCH_UNANSWERED}" class="nav">{L_SEARCH_UNANSWERED}</a></div>
<p>
<div class="copyright">
<a href="http://www.spreadfirefox.com/?q=affilia ... 66183&t=86" target="top" class="copyright" style="text-decoration: none;" >
<script type="text/javascript">
<!--
useragent=navigator.userAgent.toUpperCase();
pos=useragent.indexOf("FIREFOX");
if(pos>=0)
{document.write("You're currently using Mozilla Firefox!");}
if(pos<0)
{document.write("Tried using Firefox? rediscover the web!");}
//-->
</script>
</a>
</div>

</td>
<td align="right">

<!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="tc_l"><img src="templates/Mozilla_Firefox/images/corners/tc_l.gif" alt="" border="0"><td>
<td class="tc_x">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="row1" align="center" valign="middle" height="28" nowrap><span class="logintext">
{L_USERNAME}: <input class="post" type="text" name="username" size="10" />
&nbsp;&nbsp;&nbsp;
{L_PASSWORD}: <input class="post" type="password" name="password" size="10" maxlength="32" />
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
</span></td>
</tr>
</table>
</td>
<td class="tc_r"><img src="templates/Mozilla_Firefox/images/corners/tc_r.gif" alt="" border="0"></td>
</tr>
</table>
<table cellspacing="0" border="0" align="right">
<tr>
<td class="mainmenu3"><div class="gensmall"><input class="gensmall" type="checkbox" name="autologin" /></div></td>
<td class="mainmenu3"><div class="gensmall">{L_AUTO_LOGIN}</div></td>
</tr>
</table>
</form>
<!-- END switch_user_logged_out -->

<!-- BEGIN switch_user_logged_in -->
<form method="post" action="{S_LOGIN_ACTION}">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="tc_l"><img src="templates/Mozilla_Firefox/images/corners/tc_l.gif" alt="" border="0"><td>
<td class="tc_x">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class=forumline">
<tr>
<td class="row1" align="center" valign="middle" height="28" nowrap><span class="logintext">
: <a href="{U_SEARCH_NEW}" class="logintext">{L_SEARCH_NEW}</a> : <a href="{U_SEARCH_SELF}" class="logintext">{L_SEARCH_SELF}</a> :
</span></td>
</tr>
</table>
</td>
<td class="tc_r"><img src="templates/Mozilla_Firefox/images/corners/tc_r.gif" alt="" border="0"></td>
</tr>
</table>
<table cellspacing="0" border="0" align="right">
<tr>
<td class="mainmenu3"><div class="gensmall">{LAST_VISIT_DATE}</div></td>
</tr>
</table>
</form>
<!-- END switch_user_logged_in -->

</td>
</tr>
</table>

<div class="gc_s">
<div class="gc_sb">
<div class="gc_t"><img src="templates/Mozilla_Firefox/images/corners/gc_tl.gif" alt="" class="gc" style="display: none" /></div><p>

<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="mainmenu" nowrap rowspan="4" width="250">&nbsp;<a href="{U_INDEX}"><img src="templates/Mozilla_Firefox/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
<td class="mainmenu" nowrap><a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/Mozilla_Firefox/images/icon_mini_members.gif" width="16" height="16" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a></td>
<td class="mainmenu" nowrap><a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/Mozilla_Firefox/images/icon_mini_login.gif" width="16" height="16" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" /><span class="trunc">{L_LOGIN_LOGOUT}</span></a></td>
<td class="mainmenu2" width="100%" rowspan="4"><span class="maintitle">>>&nbsp;{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}</span></td>
</tr>
<tr>
<td class="mainmenu" nowrap><a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/Mozilla_Firefox/images/icon_mini_groups.gif" width="16" height="16" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a></td>
<td class="mainmenu" nowrap>
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}" class="mainmenu"><img src="templates/Mozilla_Firefox/images/icon_mini_register.gif" width="16" height="16" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
</td>
</tr>
<tr>
<td class="mainmenu" nowrap><a href="{U_PROFILE}" class="mainmenu"><img src="templates/Mozilla_Firefox/images/icon_mini_profile.gif" width="16" height="16" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a></td>
<td class="mainmenu" nowrap></td>
</tr>
<tr>
<td class="mainmenu" nowrap colspan="2"><a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/Mozilla_Firefox/images/icon_mini_message.gif" width="16" height="16" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a></td>
</tr>
</table>

</p><div class="gc_b"><img src="templates/Mozilla_Firefox/images/corners/gc_bl.gif" alt="" class="gc" style="display: none" /></div>
</div>
</div>

<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
<tr>
<td align="left" width="100%" valign="middle"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
<td class="mainmenu3"><span class="mainmenu3"><a href="{U_SEARCH}" class="mainmenu3"><img src="templates/Mozilla_Firefox/images/icon_mini_search.gif" width="16" height="16" border="0" alt="{L_SEARCH}" hspace="3" /></a></span></td>
<td class="mainmenu3"><span class="mainmenu3"><a href="{U_SEARCH}" class="mainmenu3">{L_SEARCH}</a></span></td>
<td class="mainmenu3"><span class="mainmenu3"><a href="{U_FAQ}" class="mainmenu3"><img src="templates/Mozilla_Firefox/images/icon_mini_faq.gif" width="16" height="16" border="0" alt="{L_FAQ}" hspace="3" /></a></span></td>
<td class="mainmenu3"><span class="mainmenu3"><a href="{U_FAQ}" class="mainmenu3">{L_FAQ}</a></span></td>
</tr>
</table>
fanrpg
Mitglied
Beiträge: 2909
Registriert: 13.12.2004 22:41

Beitrag von fanrpg »

lösche mal das:

Code: Alles auswählen

<!--[if gte IE 5]>
<link rel="stylesheet" href="templates/Mozilla_Firefox/Mozilla_Firefox_IE.css" type="text/css" />
<![endif]--> 
Mick Dundee
Mitglied
Beiträge: 5
Registriert: 16.05.2005 19:07
Kontaktdaten:

Beitrag von Mick Dundee »

Hat leider nicht geholfen!
Vielleicht sollte ich auf eine Version für 2.0.15 warten?

Trotzdem besten Dank!
Benutzeravatar
punkface
Mitglied
Beiträge: 3579
Registriert: 12.08.2004 23:37

Beitrag von punkface »

KB:make_filename
Mick Dundee
Mitglied
Beiträge: 5
Registriert: 16.05.2005 19:07
Kontaktdaten:

Beitrag von Mick Dundee »

punkface hat geschrieben:KB:make_filename
Vielen Dank! Hat geholfen! THX!!
Antworten

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