Seite 2 von 2
Verfasst: 01.11.2006 18:06
von tazzi
sie war bei dem template, was ich gerade modifiziere standard-mäßig aktiviert.
aber ich wußte nicht, daß man im admni page_header auch aktivieren kann.. muß mal gucken
page_header.tpl aus admin/ als .txt
also wenn ich mich jetzt nicht irre, sieht die aktiviert aus, oder?
Verfasst: 01.11.2006 23:43
von miccom
Das siehst du falsch, darunter stehen ja noch die ganzen css Definitionen, die musst du löschen.
Verfasst: 02.11.2006 10:40
von tazzi
achsooo, das ist ja interessant..ok, versuch ichs mal damit

Verfasst: 02.11.2006 10:59
von tazzi
scheint zu klappen. hab jetzt nur noch das hier im code übrig gelassen..
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
{META}
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<link rel="stylesheet" href="../templates/BuffelTaz/{T_HEAD_STYLESHEET}" type="text/css" />
<style type="text/css">
<!--
/*
BuffelTaz theme for phpBB version 2+
Created by BuffelTaz
http://www.tazzi.org
Based on the original subSilver Theme for phpBB version 2+
Created by subBlue design
http://www.subBlue.com
NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
theme administration centre. When you have finalised your style you could cut the final CSS code
and place it in an external file, deleting this section to save bandwidth.
*/
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("../templates/BuffelTaz/formIE.css");
-->
</style>
<title>{SITENAME} - {L_PHPBB_ADMIN}</title>
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<a name="top"></a>
oder muß noch was weg?
Verfasst: 02.11.2006 11:08
von miccom
Alles was du brauchst, kannst du in das externe css-File schreiben, im tpl kannst du dagegen alles von <style bis /style> löschen!
Verfasst: 02.11.2006 11:19
von tazzi
also so?
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
{META}
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<link rel="stylesheet" href="../templates/BuffelTaz/{T_HEAD_STYLESHEET}" type="text/css" />
<title>{SITENAME} - {L_PHPBB_ADMIN}</title>
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<a name="top"></a>
mit externe css meinst du die normale (templates/BuffelTaz.css) oder?
Verfasst: 02.11.2006 11:25
von miccom
Jep, das meine ich.
Verfasst: 02.11.2006 12:17
von tazzi
thx
