Kilka szczegółów o moim forum i stylu, z którym mam problem:
nazwa stylu: ExtBlue 1.4
wersja skryptu MyBB: 1.6.0
adres forum: onepiecenakama.pl/mybb/
opis problemu:
Witam
Proszę was o poprawienie tabelkiz szablonu usercp, mianowice:
lecz w wersji 1.6 po skopiowaniu całego szablonu z 1.4 wygląda tak:
Kod org. szablonu z wersji 1.4:
Chodzi mi tylko tabelkę podsumowanie:
Z góry dziękuje
Pozdrawiam
nazwa stylu: ExtBlue 1.4
wersja skryptu MyBB: 1.6.0
adres forum: onepiecenakama.pl/mybb/
opis problemu:
Witam
Proszę was o poprawienie tabelkiz szablonu usercp, mianowice:
lecz w wersji 1.6 po skopiowaniu całego szablonu z 1.4 wygląda tak:
Kod org. szablonu z wersji 1.4:
<html>
<head>
<title>{$lang->user_cp}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="{$colspan}"><strong>{$lang->brief_summary}</strong></td>
</tr>
<tr>
{$avatar}
<tr>
<td class="trow1" width="50%"><strong>{$lang->username}</strong></td>
<td class="trow1" width="50%">{$username}</td>
</tr>
<tr>
<td class="trow2" width="50%"><strong>{$lang->primary_usergroup}</strong></td>
<td class="trow2" width="50%">{$usergroup}</td>
</tr>
<tr>
<td class="trow1" width="50%"><strong>{$lang->registration_date}</strong></td>
<td class="trow1" width="50%">{$regdate}</td>
</tr>
<tr>
<td class="trow2" width="50%"><strong>{$lang->postnum}</strong></td>
<td class="trow2" width="50%"><a href="search.php?action=finduser&uid={$mybb->user['uid']}">{$mybb->user['postnum']}</a> {$lang->posts_day}</td>
</tr>
<tr>
<td class="trow1" width="50%"><strong>{$lang->email}</strong></td>
<td class="trow1" width="50%">{$mybb->user['email']}</td>
</tr>
{$reputation}
</table>
{$latest_warnings}
</td>
</tr>
</table>
{$footer}
</body>
</html>
Chodzi mi tylko tabelkę podsumowanie:
Z góry dziękuje
Pozdrawiam