shoutbox (extended edition)

King Tugi
so hab jetzt die shoutbox installiert aber sie ist unten wie bekomm ich sie on top? also unter den header unglücklich
.SoniC
schreib ma den inhalt von deiner index.tpl hier rein
King Tugi
{!DOCTYPE}
<html>
<head>
<title>$master_board_name - Startseite</title>
$headinclude
</head>

<body id="bg">
$header
$welcome
</table><br>
<table cellpadding=4 cellspacing=1 border=0 width="{tableinwidth}" bgcolor="{tableinbordercolor}">
<tr bgcolor="{tabletitlecolor}" id="tabletitle">
<td><smallfont>&nbsp;</font></td>
<td width="80%"><smallfont color="{fontcolorsecond}"><b>Foren</b></font></td>
<td align="center"><smallfont color="{fontcolorsecond}"><b>Beitr&auml;ge</b></font></td>
<td align="center"><smallfont color="{fontcolorsecond}"><b>Themen</b></font></td>
<td align="center" nowrap><smallfont color="{fontcolorsecond}"><b>Letzter Beitrag</b></font></td>
<td width="20%" align="center"><smallfont color="{fontcolorsecond}"><b>Moderatoren</b></font></td>
</tr>
$boardbit
</table>
<br>
<table cellpadding=4 cellspacing=1 border=0 width="{tableinwidth}" bgcolor="{tableinbordercolor}">
$index_useronline
$index_pms
$index_showevents
$index_stats
</table>
$shoutbox

$quicklogin
<table width="{tableinwidth}">
<tr>
<td align="right"><smallfont><a href="search.php?action=24h&sid=$session[hash]">aktive Themen der letzten 24h</a> | <a href="markread.php?sid=$session[hash]">alle Foren als gelesen markieren</a></font></td>
</tr>
</table><br>
<table align="center">
<tr>
<td><img src="{imagefolder}/on.gif" border=0></td>
<td><smallfont>neue Beitr&auml;ge&nbsp;&nbsp;&nbsp;&nbsp;</font></td>
<td><img src="{imagefolder}/off.gif" border=0></td>
<td><smallfont>keine neuen Beitr&auml;ge&nbsp;&nbsp;&nbsp;&nbsp;</font></td>
<td><img src="{imagefolder}/offclosed.gif" border=0></td>
<td><smallfont>Forum ist geschlossen</font></td>
</tr>
</table>

$footer
</body>
</html>
.SoniC
php:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
{!DOCTYPE}
<html>
<head>
<title>$master_board_name Startseite</title>
$headinclude
</head>

<body id="bg">
$header
$shoutbox
$welcome
</table><br>
<table cellpadding=4 cellspacing=1 border=0 width="{tableinwidth}" bgcolor="{tableinbordercolor}">
<tr bgcolor="{tabletitlecolor}" id="tabletitle">
<td><smallfont>&nbsp;</font></td>
<td width="80%"><smallfont color="{fontcolorsecond}"><b>Foren</b></font></td>
<td align="center"><smallfont color="{fontcolorsecond}"><b>Beitr&auml;ge</b></font></td>
<td align="center"><smallfont color="{fontcolorsecond}"><b>Themen</b></font></td>
<td align="center" nowrap><smallfont color="{fontcolorsecond}"><b>Letzter Beitrag</b></font></td>
<td width="20%" align="center"><smallfont color="{fontcolorsecond}"><b>Moderatoren</b></font></td>
</tr>
$boardbit
</table>
<br>
<table cellpadding=4 cellspacing=1 border=0 width="{tableinwidth}" bgcolor="{tableinbordercolor}">
$index_useronline
$index_pms
$index_showevents
$index_stats
</table>


$quicklogin
<table width="{tableinwidth}">
<tr>
<td align="right"><smallfont><a href="search.php?action=24h&sid=$session[hash]">aktive Themen der letzten 24h</a> | <a href="markread.php?sid=$session[hash]">alle Foren als gelesen markieren</a></font></td>
</tr>
</table><br>
<table align="center">
<tr>
<td><img src="{imagefolder}/on.gif" border=0></td>
<td><smallfont>neue Beitr&auml;ge&nbsp;&nbsp;&nbsp;&nbsp;</font></td>
<td><img src="{imagefolder}/off.gif" border=0></td>
<td><smallfont>keine neuen Beitr&auml;ge&nbsp;&nbsp;&nbsp;&nbsp;</font></td>
<td><img src="{imagefolder}/offclosed.gif" border=0></td>
<td><smallfont>Forum ist geschlossen</font></td>
</tr>
</table>

$footer
</body>
</html>



so sollte es gehen

musstest das $shoutbox einfach nur unter das $header setzen
wenne sie noch tiefer haben willst musste sie unter das $welcome setzen
King Tugi
thx passt smile
sg.duck
Bei mir hats das Design verrutsch und zwar alles. wisst ihr warum?
Slugger
Nein, bei so wenig infos von deiner Seite!
sg.duck
wartet mal ich werde ein bild machen

einmal ist es vor $welcome und einmal danach