MyBB.de Forum
Shoutbox ins forum einbinden ? - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.2.x und älter (https://www.mybb.de/forum/forum-27.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-36.html)
+---- Thema: Shoutbox ins forum einbinden ? (/thread-1693.html)

Seiten: Seiten: 1 2


RE: Shoutbox ins forum einbinden ? - Michael - 09.04.2006

Code:
<html>
<head>
<title>$settings[bbname]</title>
$headerinclude
</head>
<body>
$header
$forums
<table width="100%" border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<thead>
<tr class="thead">
<td>
<div class="expcolimage"><a href="java script:expandCollapse('shoutbox');"><img src="$theme[imgdir]/collapse$collapsedimg[shoutbox].gif" id="shoutbox_collapseimg" border="0" alt="[Open/Close]" /></a></div><div><strong>Shoutbox</strong></div>
</td>
</tr>
</thead>
<tbody style="$collapsed[shoutbox_e]" id="shoutbox_e">
<tr><td class="trow1"><iframe src="shoutbox.php" width="100%" height="400" name="shoutbox">Ihr Browser kann leider keine eingebetteten Frames anzeigen.</iframe></td></tr>
</tbody>
</table>
<br/>
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><a href="javascript:expandCollapse('boardstats');"><img src="$theme[imgdir]/collapse$collapsedimg[boardstats].gif" id="boardstats_collapseimg" border="0" alt="[-]" /></a></div>
<div><strong>$lang->boardstats</strong></div>
</td>
</tr>
</thead>
<tbody style="$collapsed[boardstats_e]" id="boardstats_e">
$whosonline
$birthdays
$forumstats
</tbody>
</table>
<br />
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<tr>
<td class="trow1">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle" align="left">
<table cellspacing="0" cellpadding="2" border="0">
<tr><td><img src="$theme[imgdir]/on.gif" alt="$lang->new_posts" /></td><td class="trow"><span class="smalltext">$lang->new_posts</span></td></tr>
<tr><td><img src="$theme[imgdir]/off.gif" alt="$lang->no_new_posts" /></td><td class="trow"><span class="smalltext">$lang->no_new_posts</span></td></tr>
<tr><td><img src="$theme[imgdir]/offlock.gif" alt="$lang->forum_locked" /></td><td class="trow"><span class="smalltext">$lang->forum_locked</span></td></tr>
</table>
</td>
<td valign="top" align="right">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr><td valign="top" align="right">
<span class="smalltext">$logoutlink<a href="misc.php?action=markread">$lang->markread</a> | <a href="showteam.php">$lang->forumteam</a> | <a href="stats.php">$lang->forumstats</a></span>
</td></tr>
$loginform
</table>
</td></tr>
</table>
</td></tr>
</table>
$footer
</body>
</html>



RE: Shoutbox ins forum einbinden ? - Crasher - 09.04.2006

Danke das hat geholfen Smile und wie kann ich jetzt noch die grösse ändern ??

MFG


RE: Shoutbox ins forum einbinden ? - Michael - 09.04.2006

Im Template index
Code:
<iframe src="shoutbox.php" width="100%" height="400" name="shoutbox">...



RE: Shoutbox ins forum einbinden ? - Crasher - 10.04.2006

ok danke geht :-)

Gruss


RE: Shoutbox ins forum einbinden ? - Dennis12345 - 17.10.2006

NetHunter schrieb:Du brauchst nichts im Code ändern.

shoutbox.php in das root Verzeichnis.

inc/plugins/shoutbox.php in den Forenordner inc/plugins/

Danach im ACP noch aktivieren.

Wo genau im ACP?


RE: Shoutbox ins forum einbinden ? - frankrieger - 17.10.2006

ACP->Foreneinstellungen->Plugin-Manager


RE: Shoutbox ins forum einbinden ? - Dennis12345 - 17.10.2006

Da habsch ma wieder was falsch gemacht ^^
Ich glaube ich bin das größe Sorgenkind hier.
Ich gebe den Leuten hier richtig vile zum Posten Toungue


RE: Shoutbox ins forum einbinden ? - Crasher - 17.10.2006

Dennis12345 schrieb:Da habsch ma wieder was falsch gemacht ^^
Ich glaube ich bin das größe Sorgenkind hier.
Ich gebe den Leuten hier richtig vile zum Posten Toungue

Was hast du denn falsch gemacht ?