15.06.2015, 17:18
wersja skryptu MyBB: 1.8.4
adres forum: http://forum.cs-hell.eu/
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam,
Na stronie głównej np. w kategori "Główna Kategoria Forum" a "Klan Counter Strike 1.6" czy "Liga Typerów" zawartości działów nie są równo.
Czy mógłby ktoś pomóc i ułożyć to równo?
forumbit_depth2_forum
forumbit_depth2_cat
adres forum: http://forum.cs-hell.eu/
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam,
Na stronie głównej np. w kategori "Główna Kategoria Forum" a "Klan Counter Strike 1.6" czy "Liga Typerów" zawartości działów nie są równo.
Czy mógłby ktoś pomóc i ułożyć to równo?
forumbit_depth2_forum
Kod:
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="6%"><img src="/images/szymek_v1/ikonkacshell.png"></td>
<td class="{$bgcolor}" valign="top" style="width: 50%;">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor} countForum" valign="top" align="right" style="white-space: nowrap; width: 20%;"><div class="num-icons num-threads" title="Ilość tematów">
{$threads}{$unapproved['unapproved_threads']} Tematów
</div><br />
<br>
<div class="num-icons num-posts" title="Ilość postów">
{$posts}{$unapproved['unapproved_posts']} Postów
</div></td>
<td class="{$bgcolor}" valign="top" align="left" style="white-space: nowrap; width: 24%; padding-right: 20px;">{$lastpost}</td>
</tr>
forumbit_depth2_cat
Kod:
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="6%" align="left"><img src="/images/szymek_v1/ikonkacshell.png"></td>
<td class="{$bgcolor}" valign="top" style="width: 50%;" align="left">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor} countForum" valign="top" align="right" style="white-space: nowrap; width: 20%;"><div class="num-icons num-threads" title="Ilość tematów">
{$threads}{$unapproved['unapproved_threads']} Tematów
</div><br />
<br>
<div class="num-icons num-posts" title="Ilość postów">
{$posts}{$unapproved['unapproved_posts']} Postów
</div></td>
<td class="{$bgcolor}" valign="top" align="left" style="white-space: nowrap; width: 30%; padding-right: 20px;">{$lastpost}</td>
</tr>