Ilość wątków na ilością postów jak zrobić

Założony przez  Regman.

wersja skryptu MyBB:
adres forum:
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Cześć.
Jak zrobić to ,aby ilość wątków była nad ilością postów a nie obok ?
[Obrazek: g4XYPFr.png]

I jak edytować aby nie pisało "wątków" tylko "tematów"
Podawaj ten adres, nikt nie będzie szukał po Twoich postach jaki adres forum masz..

ACP -> Style i Szablony -> Szablony -> Twój_Szablon -> forumbit_depth2_forum -> i wstaw <br /> za "postów", albo podaj jego zawartość jeśli sobie nie poradzisz..
Nie nie wiem jak to zrobić :C

Chcę mieć ilość tematów na ilością postów i zamiast napisu wątków to postów

Adres forum
gramtu.xaa.pl

forumbit_depth2_forum:
<tr>
<td class="{$bgcolor}" align="center" valign="center" width="1" id="onoff"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="center">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td colspan="2" class="{$bgcolor}" valign="center" align="center" style="white-space: nowrap"><span class="smalltext"><strong><span class="count_dark">{$posts}{$unapproved['unapproved_posts']}</span></strong> {$lang->forumbit_posts} in <strong><span class="count_dark">{$threads}{$unapproved['unapproved_threads']}</span></strong> {$lang->forumbit_threads}</span></td>
<td class="{$bgcolor}" valign="center" align="left" style="white-space: nowrap">{$lastpost}</td>
</tr>
Zamień to na:
<tr>
<td class="{$bgcolor}" align="center" valign="center" width="1" id="onoff"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="center">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td colspan="2" class="{$bgcolor}" valign="center" align="center" style="white-space: nowrap"><span class="smalltext"><strong><span class="count_dark">{$posts}{$unapproved['unapproved_posts']}</span></strong> {$lang->forumbit_posts}<br /> <strong><span class="count_dark">{$threads}{$unapproved['unapproved_threads']}</span></strong> {$lang->forumbit_threads}</span></td>
<td class="{$bgcolor}" valign="center" align="left" style="white-space: nowrap">{$lastpost}</td>
</tr>
Ok jest dobrze dzięki.
A da się ustawić aby zawsze te posty/tematy miały taką samą odległość od avatara na stronie głównej ?

Dobra już jest wszystko ok musiałem tylko skrócić opis działu :)

Jak byście mi pomogli jeszcze tutaj:
https://webboard.pl/thread-42294.html?page=3
i tutaj
https://webboard.pl/thread-42352.html
Spróbuj tak:
<tr>
<td class="{$bgcolor}" align="center" valign="center" width="1" id="onoff"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="center">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td colspan="2" class="{$bgcolor}" valign="center" align="center" style="white-space: nowrap"><span class="smalltext" style="text-align:right;"><strong><span class="count_dark">{$posts}{$unapproved['unapproved_posts']}</span></strong> {$lang->forumbit_posts}<br /> <strong><span class="count_dark">{$threads}{$unapproved['unapproved_threads']}</span></strong> {$lang->forumbit_threads}</span></td>
<td class="{$bgcolor}" valign="center" align="left" style="white-space: nowrap">{$lastpost}</td>
</tr>
(21.06.2013, 12:49)Regman napisał(a): Jak byście mi pomogli jeszcze tutaj:
https://webboard.pl/thread-42294.html?page=3
i tutaj
https://webboard.pl/thread-42352.html

Nie popędzaj tutaj nikogo. Każdy czyta nowe posty, jak ktoś będzie znał odpowiedź i będzie miał czas, żeby Ci pomóc to napisze.
Jeśli Ci pomogłem naciśnij guzik POMÓGŁ lub dodaj PUNKT REPUTACJI
Wyszukaj fragmentu kodu:
<td colspan="2" class="{$bgcolor}" valign="center" align="center"
Zamień na:
<td colspan="2" class="{$bgcolor}" valign="center" align="right"
A jak zrobić aby zamiast napisu "wątków" był napis "Tematów" ?
forumbit_depth2_forum:
Znajdź:
{$lang->forumbit_threads}
Zamień:
Tematów

Albo jeśli chce Ci się bawić to:
Wejdź w inc/languages/polish i znajdź plik global.lang.php
Następnie odnajdź:
$l['forumbit_threads'] = "Wątków";
Zamień:
$l['forumbit_threads'] = "Tematów";



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

1 gości