MyBB.de Forum

Normale Version: "Shout"-Box nach rechts verschoben!
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
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:

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=100height=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? Smile
Kannst du bitte einen Link posten? Aus dem Screenshot werde ich nicht so richtig schlau.
Mak schrieb:Kannst du bitte einen Link posten? Aus dem Screenshot werde ich nicht so richtig schlau.
Ja, klar: Hier der Link: http://openeee.op.funpic.de/Forum/portal.php Smile

/Edit:

Außerdem habe ich noch folgende Probleme: Beim Klicken auf das Profil des Mitglieds in der Shoutbox öffnet sich
die Profil-Webseite des Mitglieds, das ist gut, aber es öffnet sich in der Shoutbox darin. Also sehr klein .. Sad

Und dann noch den Bestätigungskasten für den Shout .. Nervt auch immer .. Kann man das entfernen?