Seite 1 von 1

Wie einbauen?

Verfasst: 07.03.2006 22:11
von Any
ich soll das hier machen
#-----[ FIND ]------------------------------------------------
#
.helpline { background-color: {T_TR_COLOR2}; border-style: none; }
#
#-----[ AFTER, ADD ]------------------------------------------
#
/*-- mod : profile cp --*/
.foundercolor, a.foundercolor, a.foundercolor:link, a.foundercolor:active, a.foundercolor:visited {
color: #FE00FE;
font-weight: bold;
}
a.foundercolor:hover {
color: #FF0000;
text-decoration: underline;
}

.admincolor, a.admincolor, a.admincolor:link, a.admincolor:active, a.admincolor:visited {
color: {T_FONTCOLOR3};
font-weight: bold;
}
a.admincolor:hover {
color: {T_BODY_HLINK};
text-decoration: underline;
}

.modcolor, a.modcolor, a.modcolor:link, a.modcolor:active, a.modcolor:visited {
color: {T_FONTCOLOR2};
font-weight: bold;
}
a.modcolor:hover {
color: {T_BODY_HLINK};
text-decoration: underline;
}

.usercolor, a.usercolor, a.usercolor:link, a.usercolor:active, a.usercolor:visited {
color : {T_BODY_LINK};
font-weight: bold;
}
a.usercolor:hover {
color: {T_BODY_HLINK};
text-decoration: underline;
}
/*-- fin mod : profile cp --*/
aber ich hab sowas bei mir gar nicht :(
bei mir sieht die Datei nämlich so aus:
http://bombkatse.bo.funpic.de/overall_header.txt

Wäre sehr glücklich, wenn mir jemand sagt wie das geht?
Hat das vielleicht was mit css aktivieren oder so zu tun?

hi

Verfasst: 07.03.2006 22:15
von Svend01
denke mal du must das in deiner css datei
des aktuellen templates einfügen

Verfasst: 07.03.2006 22:27
von Any
mhhhmmm, also in der Anleitung steht aber eindeutig overall_header.tpl
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------------
#
# at top of the file
#
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
<!-- mod : profile cp -->
#
#-----[ FIND ]------------------------------------------------
#
.helpline { background-color: {T_TR_COLOR2}; border-style: none; }
#
#-----[ AFTER, ADD ]------------------------------------------
#
/*-- mod : profile cp --*/
.foundercolor, a.foundercolor, a.foundercolor:link, a.foundercolor:active, a.foundercolor:visited {
color: #FE00FE;
font-weight: bold...............usw.
ist ja merkwürdig.. habs mal eingebaut, aber leider kommt dann immernoch
phpBB : Kritischer Fehler

Could not open template config file

DEBUG MODE

Line : 527
File : functions.php
ich dachte es hätte daran gelegen :cry: ich komm nich weiter *schnüff*

naja, dann bitte hier weiter -> http://www.phpbb.de/viewtopic.php?t=114742