20.11.2008, 04:31
Auf meiner Seite habe ich ein Menü, welches ich auch gern in die index.php des MyBB Forums einbauen würde, leider habe ich es bis jetzt noch nicht hinbekommen.
Ich hoffe jemand von Euch kann mir weiterhelfen.
Mein Menü:
<!-- HIER KOMMT DER GESCHÜTZTE BEREICH (in php) -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>test</title>
<style type="text/css">
html, body {
margin: 0;
padding:0;
}
p { margin-top:0; }
p.dummy { color: #999;}
#content {
margin-left: 100px;
margin-right: 25px;
}
#left {
width: 90px;
position: fixed;
left: 5px;
top: 5px;
}
* html, * html body { height: 100%; overflow: hidden; margin: 0; padding: 0; }
* html #main { height: 100%; overflow: auto; position: relative; z-index: 2; }
* html #left { position: absolute; z-index: 2; }
* html #content { top: 0; }
pre { background-color: #cecece; padding:5px;}
</style>
</head>
<body>
<div id="left">
<table CELLSPACING="0" BORDER="0" CELLPADDING="0" ALIGN="left" >
<TR><td><HR></td></TR>
<img src="test.png" WIDTH="100%" Align="left"HSPACE="3">
<TD><A href="test.php"><font size="2" color="#0099ff">Startseite</font></A></TD>
</TR>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">User</font></A></td>
</tr>
<tr>
<td><font size="2" color="#7cfc00">Forum</font></A></td>
</tr>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">Witziges</font></A></td>
</tr>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">Links</font></A></td>
</tr>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">Fotoalbum</font></A></td>
</tr>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">Download</font></A></td>
</tr>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">Kontakt</font></A></td>
</tr>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">Projekte</font></A></td>
</tr>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">Server</font></A></td>
</tr>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">Admin</font></A></td>
</tr>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">Ausloggen</font></A></td>
</tr>
<TR><td><hr></td></TR>
</table>
</div>
<div id="main">
<div id="content">
</div>
</div>
</body>
</html>
Im Moment erschein diese Fehlermeldung:
Warning [2] Cannot modify header information - headers already sent by (output started at /var/www/users/spaces/k/keller-net/html/member/forum/index.php:1) - Line: 1535 - File: inc/functions.php PHP 5.2.6 (Linux)
Aber bitte nicht so viele Fachbegriffe auf einmal, bin noch ein Anfänger. :-P
MfG
Kläuser
PS: Ist vieleicht hilfreich, wenn ich erwähne dass ich die MyBB Version 1.4.1 (1401) verwende. :-)
Ich hoffe jemand von Euch kann mir weiterhelfen.
Mein Menü:
<!-- HIER KOMMT DER GESCHÜTZTE BEREICH (in php) -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>test</title>
<style type="text/css">
html, body {
margin: 0;
padding:0;
}
p { margin-top:0; }
p.dummy { color: #999;}
#content {
margin-left: 100px;
margin-right: 25px;
}
#left {
width: 90px;
position: fixed;
left: 5px;
top: 5px;
}
* html, * html body { height: 100%; overflow: hidden; margin: 0; padding: 0; }
* html #main { height: 100%; overflow: auto; position: relative; z-index: 2; }
* html #left { position: absolute; z-index: 2; }
* html #content { top: 0; }
pre { background-color: #cecece; padding:5px;}
</style>
</head>
<body>
<div id="left">
<table CELLSPACING="0" BORDER="0" CELLPADDING="0" ALIGN="left" >
<TR><td><HR></td></TR>
<img src="test.png" WIDTH="100%" Align="left"HSPACE="3">
<TD><A href="test.php"><font size="2" color="#0099ff">Startseite</font></A></TD>
</TR>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">User</font></A></td>
</tr>
<tr>
<td><font size="2" color="#7cfc00">Forum</font></A></td>
</tr>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">Witziges</font></A></td>
</tr>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">Links</font></A></td>
</tr>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">Fotoalbum</font></A></td>
</tr>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">Download</font></A></td>
</tr>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">Kontakt</font></A></td>
</tr>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">Projekte</font></A></td>
</tr>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">Server</font></A></td>
</tr>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">Admin</font></A></td>
</tr>
<tr>
<td><A href="test.php"><font size="2" color="#0099ff">Ausloggen</font></A></td>
</tr>
<TR><td><hr></td></TR>
</table>
</div>
<div id="main">
<div id="content">
</div>
</div>
</body>
</html>
Im Moment erschein diese Fehlermeldung:
Warning [2] Cannot modify header information - headers already sent by (output started at /var/www/users/spaces/k/keller-net/html/member/forum/index.php:1) - Line: 1535 - File: inc/functions.php PHP 5.2.6 (Linux)
Aber bitte nicht so viele Fachbegriffe auf einmal, bin noch ein Anfänger. :-P
MfG
Kläuser
PS: Ist vieleicht hilfreich, wenn ich erwähne dass ich die MyBB Version 1.4.1 (1401) verwende. :-)