Wyświetlanie ilości wątków/postów jak tu

Założony przez  Vobis.

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

Witam.
jak zrobić takie wyświetlanie wątków i postów jak jest tutaj.

z góry dziękuje.
Screen
[Obrazek: b9wm1bxpi4tr.png]
Jest taki plugin Wątki/posty w jednej kolumnie, ale w niektórych szablonach powoduje on małe rozjechanie się komórek w tabeli, co należy ręcznie poprawić, ale to nie problem.
Jeśli Ci pomogłem naciśnij guzik POMÓGŁ lub dodaj PUNKT REPUTACJI
Lub można też zrobić bez pluginu:
https://webboard.pl/thread-32127.html
Cytat:It's all about the details.
---------------
PW tylko forum, nie mejl.


SLAVOO jak ten plugin się zwie ?
https://webboard.pl/thread-33452.html
Jeśli Ci pomogłem naciśnij guzik POMÓGŁ lub dodaj PUNKT REPUTACJI
Ja preferuję sposób dorman`a, tylko potem trzeba jeszcze przerobić szablon forumbit_depth1_cat usunąć linijkę jedną. Oraz przerabiać ręcznie jeszcze forumdisplay_subforums jeśli chcesz mieć je także w jednej kolumnie w widoku wątku z poddziałami.
Pomoże mi ktoś dodać ten kod do mojego szablonu forumbit_depth2_forum wzorowałem się na tym
https://webboard.pl/thread-32127.html

Mój kod forumbit_depth2_forum
<tr>
<td class="trow1" align="center" valign="top" width="1"><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="trow1" valign="top">
<div style="float:right;padding:10px;"><a href="{$mybb->settings['bburl']}/syndication.php?fid={$forum['fid']}&amp;limit=15"><img src="/rss.png" class="rsslink"alt="RSS" title="RSS" /></a></div>
<strong><a class="forumtitle_d2" href="{$forum_url}">{$forum['name']}</a></strong><div class="smalltext"><span class="forumdesc_d2">{$forum['description']}
{$subforums}</span></div>
</td>
<td class="trow1" valign="top" style="white-space: nowrap; vertical-align: middle; width: 100px; ">
{$posts}{$unapproved['unapproved_posts']} tematów<br />
{$threads}{$unapproved['unapproved_threads']} odpowiedzi</td>
<td class="trow1 lastpostgrid" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
Spróbuj taki:
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><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="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}</div> <div class="smalltext">{$forum['description']}{$modlist}{$subforums}
</td>
<td class="{$bgcolor}" valign="top" style="white-space: nowrap; vertical-align: middle; width: 100px;">
<dl class="forumbit">
    <dt>{$lang->forumbit_threads}:</dt> <dd>{$threads}{$unapproved['unapproved_threads']}</dd>
    <dt>{$lang->forumbit_posts}:</dt> <dd>{$posts}{$unapproved['unapproved_posts']}</dd>
</dl>
</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
Tera poszło na dół liczba wątków i postów.

Dzięki za wszystko a szczególnie gibonpl ;)



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

1 gości