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 ?
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:
Kod:
<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>
A jak zrobić aby zamiast napisu "wątków" był napis "Tematów" ?
forumbit_depth2_forum:
Znajdź:
Kod:
{$lang->forumbit_threads}
Zamień:
Albo jeśli chce Ci się bawić to:
Wejdź w inc/languages/polish i znajdź plik global.lang.php
Następnie odnajdź:
Kod:
$l['forumbit_threads'] = "Wątków";
Zamień:
Kod:
$l['forumbit_threads'] = "Tematów";