konrad200399
- Początkujący
- 15 5 0 0
wersja skryptu MyBB: 1.8.6
adres forum: kbhax.xaa.pl
na czym polega problem (screen, opis, komunikaty):
Chciałem dodać belkę po prawej stronie, jednak cały rządek przesunął się na dół (a wcześniej był po prawej stronie, tak jak ma być). Próbowałem pousuwać, edytować ale nic to nie zmieniło. http://kbhax.xaa.pl/member.php?action=profile&uid=1 Tutaj przykład, a kod tego stylu wygląda tak:
Co zrobić aby te belki pojawiły się znów po prawej stronie?
adres forum: kbhax.xaa.pl
na czym polega problem (screen, opis, komunikaty):
Chciałem dodać belkę po prawej stronie, jednak cały rządek przesunął się na dół (a wcześniej był po prawej stronie, tak jak ma być). Próbowałem pousuwać, edytować ale nic to nie zmieniło. http://kbhax.xaa.pl/member.php?action=profile&uid=1 Tutaj przykład, a kod tego stylu wygląda tak:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{$headerinclude}
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1804"></script>
</head>
<body>
{$header}
{$awaybit}{$bannedbit}
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="30%" valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>{$lang->users_forum_info}</strong></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->joined}</strong> {$memregdate}</td>
<td class="trow1"></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->lastvisit}</strong> {$memlastvisitdate}</td>
<td class="trow2"></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->total_posts}</strong> {$memprofile['postnum']} ({$lang->ppd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduser&uid={$uid}" style="color: #929292;">{$lang->find_posts}</a>)</span></td>
<td class="trow1"></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->total_threads}</strong> {$memprofile['threadnum']} ({$lang->tpd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&uid={$uid}" style="color: #929292;">{$lang->find_threads}</a>)</span></td>
<td class="trow2"></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->timeonline}</strong> {$timeonline}</td>
<td class="trow1"></td>
</tr>
{$referrals}
{$reputation}
{$warning_level} <!-- ProfileVisits -->{$profilevisits}<!-- /ProfileVisits -->
</table>
{$contact_details}
</td>
<td> </td>
<td width="40%" valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" style="background: url(http://haxmaps.com/images/grass.png);"><center>{$avatar}</br>{$formattedname}{$online_status}</br>{$userstars}</br>{$usertitle}</center></td>
</tr>
<tr>
<td colspan="2" class="thead" style="background-color: #000;"><strong><i class="fa fa-file-image-o"></i> Karta gracza</strong></td>
</tr>
{$profilefields}
<div style="height: 10px;"></div>{$memprofile['ougc_awards']}
</br>
</td>
<td> </td>
<td width="30%" valign="top">
</table>
{$last_visit}
<div style="height: 10px;"></div>
{$signature}
<div style="height: 10px;"></div>
{$modoptions}
{$last_visit}
{$adminoptions}
<div style="text-align: centre"></div>
</table>
</td>
</tr>
{$footer}
</body>
</html>