16.08.2016, 11:33
Generalnie problem polega na tym, że dodając jak gdyby "nowości" do Panelu Bocznego & edytując aktualny, wystąpił błąd - jaki? Już śpieszę z wyjaśnieniem.
Otóż belka panelu bocznego w jakiejś połowie po prostu "znika", wszystko jest widoczne na screenie.
Otóż belka panelu bocznego w jakiejś połowie po prostu "znika", wszystko jest widoczne na screenie.
Kod:
<div class="sidebar" style="float: right;width: 24%;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder border_table" style="clear: both;">
<tr>
<td class="thead_sidebox" colspan="2">
Statystyki Użytkownika
</td>
</tr>
<tr>
<td class="trow2">
<i class="fa fa-user"></i> Nick: <b>{$mybb->user['username']}</b><br />
<i class="fa fa-comments"></i> Ilość postów: <b>{$mybb->user['postnum']}</b><br />
<i class="fa fa-plus"></i> Reputacja: <b>{$mybb->user['reputation']}</b><br />
<i class="fa fa-paper-plane-o"></i> Adres E-Mail: <b>{$mybb->user['email']}</b><br />
<i class="fa fa-calendar-o"></i> Ostatnia wizyta: <b>{$lastvisit}</b><br />
</td>
</tr>
</table>
<br>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder border_table" style="clear: both;">
<tr>
<td class="thead_sidebox" colspan="2">
Nasza ekipa
</td>
</tr>
<tr>
<td class="trow2" align="center">Avatar</td>
<td class="trow2" align="center">Nick</td>
<td class="trow2" align="center">Kontakt</td>
</tr>
<tr>
<td class="mybb_table" align="center"><center><img src="http://localhost/mybb/images/default_avatar.png" class="mybbUserPhoto_okragle"></center></td>
<td class="mybb_table" align="center"><center><a href="http://localhost/mybb/member.php?action=profile&uid=1"><span style="text-shadow: 0px 0px 5px #ff0000; color:#ff0000;">Purely</span></a></center></td>
<td class="mybb_table" align="center"><a href="gg:57199195"><img src="http://www.gadu-gadu.pl/users/status.asp?id=57199195&styl=1" border="0"></a></td></tr>
</table>
<br>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder border_table" style="clear: both;">
<tr>
<td class="thead_sidebox" colspan="2">
Na skróty
</td>
</tr>
<tr>
<td class="trow2">
<center><a href="http://localhost/mybb"><div class="test2">Regulaminy</div></center>
<center><a href="http://localhost/mybb"><div class="test2">Co daje Premium</div></center>
<center><a href="http://localhost/mybb"><div class="test2">Odpracuj ostrzeżenie</div></center>
<center><a href="http://localhost/mybb"><div class="test2">Zareklamuj nas</div></center>
<center><a href="http://localhost/mybb"><div class="test2">Nie wiem</div></center>
<center><a href="http://localhost/mybb"><div class="test2">Ekipa DiscordMP</div></center>
</tr>
</td>
</table>
{$topStats['LastActiveThreads']}
{$topStats['Posters']}
{$topStats['Reputation']}
{$topStats['TimeOnline']}
</div>