31.01.2009, 11:40
Ist soweit nur eine Veränderung der Tabellen in den Templates. Also Im Template portal:
und im Template portal_latestthreads_thread:
Gruß
Viktor
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="44%">
{$latestthreads}
</td>
<td valign="top" width="180">
{$welcome}
{$pms}
{$search}
{$stats}
{$whosonline}
</td>
<td valign="top">
{$announcements}
</td>
</tr>
</table>
{$footer}
</body>
</html>
und im Template portal_latestthreads_thread:
Code:
<tr>
<td class="{$altbg}">
<table width="100%">
<tr>
<td width="42%">
<strong><a href="{$mybb->settings['bburl']}/{$thread['threadlink']}">{$thread['subject']}</a></strong>
<span class="smalltext"></td>
<td width="25%">
<em><small>{$lang->latest_threads_lastpost}</small></em><font size="1"> {$lastposterlink}</font><br />
<small>{$lastpostdate} {$lastposttime}</small></td>
<td width="26%">
<small><strong>» </strong>{$lang->latest_threads_replies} {$thread['replies']}<br />
<strong>» </strong>{$lang->latest_threads_views} {$thread['views']}</td></small>
</span>
</table>
</td>
</tr>
Gruß
Viktor