04.07.2015, 15:38
wersja skryptu MyBB: 1.8.5
adres forum: dcraft.gameclan.pl
na czym polega problem (screen, opis, komunikaty):
Posiadam styl carbon
Witajcie, chcę zmienić tabelki w forum.
Po prawej stronie (w kolejności)
Status serwera (kod html)
Szukaj na forum
Ostatnie wątki
A po lewej (w kolejności)
Witaj, NICK
Prywatne wiadomości
Statystyki
Użytkownicy online
Kod szablonu portal:
adres forum: dcraft.gameclan.pl
na czym polega problem (screen, opis, komunikaty):
Posiadam styl carbon
Witajcie, chcę zmienić tabelki w forum.
Po prawej stronie (w kolejności)
Status serwera (kod html)
Szukaj na forum
Ostatnie wątki
A po lewej (w kolejności)
Witaj, NICK
Prywatne wiadomości
Statystyki
Użytkownicy online
Kod szablonu portal:
Kod PHP:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_announcements} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php?portal=1" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_announcements} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?portal=1&type=atom1.0" />
{$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}
{$stats}
{$whosonline}
{$latestthreads}
</td>
<td> </td>
<td valign="top">
{$announcements}
{$multipage}
</td>
</tr>
</table>
{$footer}
</body>
</html>