YourWBB


yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB Lite 1.0.x » [WBB Lite 1.0.x] Allg. Fragen und Probleme » shoutbox (extended edition) » Hallo Gast [Anmelden|Registrieren]
Letzter Beitrag | Erster ungelesener Beitrag 1.250 Views | | Thema zu Favoriten hinzufügen

Neues Thema erstellen Antwort erstellen

Dieses Thema wurde als unerledigt markiert. Thread unerledigt

Zum Ende der Seite springen shoutbox (extended edition)
Autor
Beitrag « Vorheriges Thema | Nächstes Thema »
King Tugi King Tugi ist männlich
Mitglied


Dabei seit: 29.05.07
Beiträge: 44

 shoutbox (extended edition) Antworten Zitieren Editieren Melden       UP

so hab jetzt die shoutbox installiert aber sie ist unten wie bekomm ich sie on top? also unter den header unglücklich
26.06.07 13:21 King Tugi ist offline E-Mail Finden Als Freund hinzufügen
.SoniC .SoniC ist männlich
Mitglied


Dabei seit: 03.06.07
Beiträge: 27
Forenversion: Lite 1.0

Antworten Zitieren Editieren Melden       UP

schreib ma den inhalt von deiner index.tpl hier rein
26.06.07 14:44 .SoniC ist offline E-Mail Finden Als Freund hinzufügen
King Tugi King Tugi ist männlich
Mitglied


Dabei seit: 29.05.07
Beiträge: 44

Themenstarter Thema begonnen von King Tugi
Antworten Zitieren Editieren Melden       UP

{!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>
26.06.07 14:50 King Tugi ist offline E-Mail Finden Als Freund hinzufügen
.SoniC .SoniC ist männlich
Mitglied


Dabei seit: 03.06.07
Beiträge: 27
Forenversion: Lite 1.0

Antworten Zitieren Editieren Melden       UP

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

Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von .SoniC: 27.06.07 11:34.

27.06.07 11:33 .SoniC ist offline E-Mail Finden Als Freund hinzufügen
King Tugi King Tugi ist männlich
Mitglied


Dabei seit: 29.05.07
Beiträge: 44

Themenstarter Thema begonnen von King Tugi
Antworten Zitieren Editieren Melden       UP

thx passt smile
27.06.07 12:07 King Tugi ist offline E-Mail Finden Als Freund hinzufügen
sg.duck
Mitglied


Dabei seit: 14.08.07
Beiträge: 20

Antworten Zitieren Editieren Melden       UP

Bei mir hats das Design verrutsch und zwar alles. wisst ihr warum?
29.09.07 17:58 sg.duck ist offline E-Mail Finden Als Freund hinzufügen
Slugger Slugger ist männlich
Mitglied


Dabei seit: 11.04.05
Beiträge: 478
Fähigkeiten: WBB2 Anfänger; WBB Lite 2 Anfänger; WBB Lite 1 Fortgeschritten
Herkunft: Innercity
Forenversion: 2.3; Lite 2.0

Antworten Zitieren Editieren Melden       UP

Nein, bei so wenig infos von deiner Seite!

__________________
Cu,
Slugger



29.09.07 18:16 Slugger ist offline Finden Als Freund hinzufügen
sg.duck
Mitglied


Dabei seit: 14.08.07
Beiträge: 20

Antworten Zitieren Editieren Melden       UP

wartet mal ich werde ein bild machen

einmal ist es vor $welcome und einmal danach

Dateianhänge:
jpg 1.jpg (233 KB, 43 mal heruntergeladen)
jpg 2.jpg (218,16 KB, 39 mal heruntergeladen)

Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von sg.duck: 29.09.07 19:54.

29.09.07 19:47 sg.duck ist offline E-Mail Finden Als Freund hinzufügen
Baumstruktur | Brettstruktur
Gehe zu:

Neues Thema erstellen Antwort erstellen

yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB Lite 1.0.x » [WBB Lite 1.0.x] Allg. Fragen und Probleme » shoutbox (extended edition)