MyBB.de Forum
Wie kann man die sothebox im index einfügen ?? und im portal ? - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html)
+--- Thema: Wie kann man die sothebox im index einfügen ?? und im portal ? (/thread-4820.html)



Wie kann man die sothebox im index einfügen ?? und im portal ? - Big Smoke Sn - 06.02.2007

hallo ich habe ma ne frage also ich wolte gerne mal wissen wie man die sohtbox im index einfügen kann und im portal wäre gut wenn sich hier ein paar melden bay kay


RE: Wie kann man die sothebox im index einfügen ?? und im portal ? - Blautiger333 - 06.02.2007

Bitte suche benutzen:

Für den Index weiß ich net.

nur das mit Portal:
Hier:

Admin-Cp ~ Templates ~ Suchen ~ portal ~ DEIN DESIGN AUF [BEARBEITEN]:

Das rein machen:
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="15%">
{$welcome}
{$pms}
{$search}
{$stats}
{$whosonline}
{$latestthreads}
</td>
<td width="60%" valign="top">
{$announcements}
</td>
<td width="25%" valign="top">
<iframe src="shoutbox.php" width="90%" height="900" frameborder="0" name="Shout" marginwidth="0" marginheight="0" align="top" border="0" allowTransparency="true" scrolling="no"></iframe>
</td>
</tr>
</table>
{$footer}
</body>
</html>



RE: Wie kann man die sothebox im index einfügen ?? und im portal ? - Big Smoke Sn - 06.02.2007

das geht nicht Wink


RE: Wie kann man die sothebox im index einfügen ?? und im portal ? - Blautiger333 - 06.02.2007

Hast du vll den Plugin installiert?


RE: Wie kann man die sothebox im index einfügen ?? und im portal ? - Susanne - 06.02.2007

Was die Sache mit der Index-Seite angeht findest du hier vielleicht die Antwort.