Das war eine gute Idee. Ich habe es mal mit dem Sub Silver probiert, und da funktioniert es. Ich verstehe es bloß nicht, weil dort die gleichen Dateien drin sind.
Das ist der Quellcode vom Funktionierenden Header Sub Silver:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Erotikforum :: Karte aller Mitglieder</title>
<!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
<style type="text/css">
<script language="Javascript" type="text/javascript">
<!--
if ( 0 )
{
window.open('privmsg.php?mode=newpm', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
</head>
Und das der Header von meinem Template:
<!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
https://www.w3.org/TR/xhtml1/DTD/xhtml1 ... tional.dtd" -->
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="
https://www.erotikversand69.de/erotikforum/rdf.php">
<title>Karte aller Mitglieder</title>
<meta name="language" content="german,deutsch,de,österreich,at,schweiz,ch" />
<meta name="robots" content="index,follow" />
<meta name="revisit-after" content="5 days" />
<meta name="audience" content="alle" />
<meta name="page-type" content="Forum, Erotikforum, Sexforum" />
<meta http-equiv="pics-label" content='(pics-1.1 "
https://www.icra.org/ratingsv02.html" l gen true for "
https://www.erotikversand69.de" r (nb 1 nc 1 nd 1 ne 1 ng 1 nh 1 ni 1 vz 1 la 1 lb 1 lc 1 og 1 oh 1 ca 1))'>
<link rel="stylesheet" href="./templates/MorpheusXRed/style.php?color=red&hover=0&top=0&topicview=left&grad_bg=1&grad_color=profile&grad=1" type="text/css" />
<script language="javascript" type="text/javascript" src="./templates/MorpheusXRed/scripts.js"></script>
<!-- IE conditional comments:
https://msdn.microsoft.com/workshop/aut ... nt_ovw.asp -->
<!--[if IE]>
<style type="text/css">
/* IE hack to emulate the :hover & :focus pseudo-classes
Add the selectors below that required the extra attributes */
.row1h, .row1h-new, .row2h, .row3h { behavior: url("./templates/MorpheusXRed/pseudo-hover.htc"); }
</style>
<![endif]-->
<script language="Javascript" type="text/javascript">
<!--
/*
if ( 0 )
{
window.open('privmsg.php?mode=newpm', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
*/
//-->
</script>
<SCRIPT LANGUAGE="Javascript">
var win = null;
function Gk_PopTart(mypage,myname,w,h,scroll)
{
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable=no';
win = window.open(mypage,myname,settings);
}
</SCRIPT>
</head>
<body onload="PreloadFlag = true;">
Ich weis ja nicht, ob da etwas drinsteht, was nicht mit dem Map Mod vereinbar ist.