Webboard

Pełna wersja: Dopasowanie rozdzielczości forum
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
Stron: 1 2
Racja brakuje kodu.
Kod PHP:
<tr>
    <
td class="{$bgcolor}"><a href="{$forum_url}">{$forum['name']}</a>{$forum_viewers_text}</td>
    <
td class="{$bgcolor}width="85" align="center" style="white-space: nowrap"><strong>{$posts}{$unapproved['unapproved_posts']}</strong><br />Postów</td>
    <
td class="{$bgcolor}width="85" align="center" style="white-space: nowrap"><strong>{$threads}{$unapproved['unapproved_threads']}</strong><br />Tematów</td>
    <
td class="{$bgcolor}width="200" align="right" style="white-space: nowrap">{$lastpost}</td>
</
tr
Skoro brakuje to go tam dodasz i bedzie dzialalo.

Kod:
<tr>
    <td class="{$bgcolor}"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td>
    <td class="{$bgcolor}"><a href="{$forum_url}">{$forum['name']}</a>{$forum_viewers_text}</td>
    <td class="{$bgcolor}" width="85" align="center" style="white-space: nowrap"><strong>{$posts}{$unapproved['unapproved_posts']}</strong><br />Postów</td>
    <td class="{$bgcolor}" width="85" align="center" style="white-space: nowrap"><strong>{$threads}{$unapproved['unapproved_threads']}</strong><br />Tematów</td>
    <td class="{$bgcolor}" width="200" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
[Obrazek: 200fi3r.png]
Rozjechało się nieładnie. Wiesz jak to może ogarnąć? I ostatnie pytanie jak zmienić te ikonki działów?
fix:
Kod:
<tr>
    <td class="{$bgcolor}" style="width:1px"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td>
    <td class="{$bgcolor}"><a href="{$forum_url}">{$forum['name']}</a>{$forum_viewers_text}</td>
    <td class="{$bgcolor}" width="85" align="center" style="white-space: nowrap"><strong>{$posts}{$unapproved['unapproved_posts']}</strong><br />Postów</td>
    <td class="{$bgcolor}" width="85" align="center" style="white-space: nowrap"><strong>{$threads}{$unapproved['unapproved_threads']}</strong><br />Tematów</td>
    <td class="{$bgcolor}" width="200" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>

Ikonki pochodzą z fontawesome. Sprawdź klasę forum_status w global.css i to: https://fortawesome.github.io/Font-Awesome/
Niezmiernie wdzięczny Ci jestem Divir.
Stron: 1 2