Webboard

Pełna wersja: Wyświetlanie się działów
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
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
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>
Szablon forumbit_depth2_forum

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>
Brak konta testowego.
test1 - login
testowe123 - hasło

Mam pytanie, czy można jakoś zrobić backup tych szablonów do takich, jakich zrobił autor?
Już sobie poradziłem. Mam tylko problem, że nie mam opisów działów. Da się to jakoś zmienić? Szablony podałem wyżej.
W szablonie forumbit_depth2_forum masz tam title="{$forum['description']} co powoduje, że opis działu wyświetla się po najechaniu myszką na nazwę działu. Przenieś zmienną {$forum['description']} w odpowiednie miejsce i bez title= wtedy opis działu będzie się wyświetlał prawidłowo.
A możesz podać już gotowy szablon?
Proszę:


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}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$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>
Dziękuję. Łap +