13.07.2007, 15:34
Hallo,
die Installation des Plugins "Shoutbox 2.0.1" verlief ohne Probleme. Die Shoutbox alleine kann ebenfalls schon shouten. Allerdings mit einem Darstellungsproblem:
[Bild: http://img398.imageshack.us/img398/9500/sbmb5.th.png]
Mein Code sieht so aus:
Könnte mir jemand helfen?
die Installation des Plugins "Shoutbox 2.0.1" verlief ohne Probleme. Die Shoutbox alleine kann ebenfalls schon shouten. Allerdings mit einem Darstellungsproblem:
[Bild: http://img398.imageshack.us/img398/9500/sbmb5.th.png]
Mein Code sieht so aus:
PHP-Code:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr><td valign="top" width="200">
<table cellpadding="0" cellspacing="1" class="border" width="100%" align="center">
<iframe src="shoutbox.php" width=100% height=250 frameborder="0" name="Shout" marginwidth="10" marginheight="0" align="top" border="0" allowTransparency="true" scrolling="no"></iframe>
</table>
{$welcome}
{$pms}
{$search}
{$stats}
{$whosonline}
{$latestthreads}
</td>
<td> </td>
<td valign="top">
{$announcements}
</td>
</tr>
</table>
{$footer}
</body>
</html>
Könnte mir jemand helfen?