23.03.2018, 21:53
Witam. Mam kolejny problem, ponieważ nie wiem jak, ale zmienił mi się wygląd wyświetlania działów. Jak zrobić, aby informacje o tych postach wróciły ze środka na prawą stronę?
[attachment=13503]
Tutaj szablon forumbit_depth2_cat
Szablon forumbit_depth2_forum
[attachment=13503]
Tutaj szablon forumbit_depth2_cat
Kod:
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
Kod:
<tr>
<td class="{$bgcolor}" align="center" valign="center" width="1"><div class="{$lightbulb['folder']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}"></div><div class="fidicons"><i class="fa fa-comment-o fa-3x"></i></div></td>
<td class="{$bgcolor}" valign="center">
<strong><a style="font-size:14px;font-weight:bold;" href="{$forum_url}" title="{$forum['description']}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$modlist}{$subforums}</div>
</td>
<td class="trow1 tel" valign="middle" align="center" style="white-space: nowrap">Tematów: {$threads}{$unapproved['unapproved_threads']}</td>
<td class="trow1 tel" valign="middle" align="center" style="white-space: nowrap">Postów: {$posts}{$unapproved['unapproved_posts']}</td>
<td class="trow1" valign="middle" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>