Dopasowanie rozdzielczości forum

Założony przez  MrGulio.

wersja skryptu MyBB: 1.8.7
adres forum: http://cs-agg.stronazen.pl/index.php
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

[Przez przypadek wyłączyłem tryb pełnoekranowy w chrome i zobaczyłem coś takiego:
 
[Obrazek: 5p3n1u.png]

Czy ktoś wie jak ustawić to, aby forum się dopasowywało normalnie a nie w ten sposób. Dodam, że na telefonie również to tak wygląda.
Racja brakuje kodu.
<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.

<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>
Kodowanie, edycja i tworzenie styli, for, stron, poszczególnych elementów - polecane szczególnie dla osób, które nie potrafią sobie poradzić z problemami.
[Obrazek: 200fi3r.png]
Rozjechało się nieładnie. Wiesz jak to może ogarnąć? I ostatnie pytanie jak zmienić te ikonki działów?
fix:
<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/
Kodowanie, edycja i tworzenie styli, for, stron, poszczególnych elementów - polecane szczególnie dla osób, które nie potrafią sobie poradzić z problemami.
Niezmiernie wdzięczny Ci jestem Divir.



Użytkownicy przeglądający ten wątek:

1 gości