28.05.2016, 23:34
wersja skryptu MyBB: 1.8.7
adres forum: Forum
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam, jak oddzielić belkę od forum?
Próbowałem już marginami, oraz odseparować, ale coś mi nie wychodzi.. hmm
forumbit_depth1_cat
forumbit_depth2_forum
Oddzielone, to jest przykład:
Prosiłbym o pomoc, dziękuję.
adres forum: Forum
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam, jak oddzielić belkę od forum?
Próbowałem już marginami, oraz odseparować, ale coś mi nie wychodzi.. hmm
forumbit_depth1_cat
Kod:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead{$expthead}" colspan="5">
<div><strong><a href="{$forum_url}"> {$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table><br />
forumbit_depth2_forum
Kod:
<tr>
<td class="trow33" align="center" valign="center" width="6%"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td>
<td class="trow33" valign="center" 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="trow33 countForum" valign="center" align="center" style="white-space: nowrap; width: 20%;line-height: 1;">{$threads}{$unapproved['unapproved_threads']} tematów<br />{$posts}{$unapproved['unapproved_posts']} postów</td>
<td class="trow33" valign="center" align="right" style="white-space: nowrap; width: 24%; padding-right: 20px;">{$lastpost}</td>
</tr>
Oddzielone, to jest przykład:
Prosiłbym o pomoc, dziękuję.