MyBB.de Forum

Normale Version: Portal
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Seiten: 1 2
dann musst du eine neue spalte einrichten, also in etwa so:

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">
{
$welcome}
{
$pms}
{
$search}
</
td>
<
td>&nbsp;</td>
<
td valign="top">
{
$announcements}

<
td valign="top" width="200">
{
$whosonline}
{
$latestthreads}
{
$stats}
</
td>
</
tr>
</
table>
{
$footer}
</
body>
</
html>
</
body>
</
html

{$welcome}
{$pms}
{$search

erscheinen dabei links und

{$whosonline}
{$latestthreads}
{$stats}

rechts Smile
Nein, irgendwie nicht. Jetzt habe ich drei boxen über den Ankündigungen und
3 Boxen da drunter.
so sry:

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">
{
$welcome}
{
$pms}
{
$search}
{
$whosonline}
{
$latestthreads}
{
$stats}
</
td>
<
td>&nbsp;</td>
<
td valign="top">
{
$announcements}

<
td valign="top" width="200">
<
table border="0" cellspacing="1" cellpadding="4" class="tborder">
{
$whosonline}
{
$latestthreads}
{
$stats}
</
table>

</
td>
</
tr>
</
table>
{
$footer}
</
body>
</
html>
</
body>
</
html
Immernoch nicht.. wird immer noch da drüber und da drunter angezeigt. Bzw. jetzt
sind die Ankündigungen ganz unten.
Hallo Mutant,

verwende diesen Code:
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">
{$welcome}
{$pms}
{$search}
</td>
<td valign="top" width="1">&nbsp;</td>
<td valign="top">
{$announcements}
</td>
<td valign="top" width="1">&nbsp;</td>
<td valign="top" width="200">
{$stats}
{$whosonline}
{$latestthreads}
</td>
</tr>
</table>
{$footer}
</body>
</html>
Vielen Dank! Genauso wollte ich es haben. Smile
Ich empfehle Dir da das ProPortal:
http://community.mybb.com/thread-63463.html

Da findest Du dann auch ein paar Erweiterungen zu.
Seiten: 1 2