wersja skryptu MyBB: 1.6.3
adres forum: -
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Mógłby mnie ktoś naprowadzić (ewentualnie dać link do stylu, który tak ma) na to, jak zmienić sposób wyświetlania ilości wątków/postów w danym dziale na takie jak w vB?
Chodzi mi o to:
ACP-->Szablony-->Opis działu-->forumbit_depth1_cat
zamieniasz część zapisu (tyczący tylko układu wątków postów) na taki:
Kod:
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="100" align="center" style="white-space: nowrap"><span
class="smalltext"><strong>Podsumowanie</strong></span></td>
<td class="tcat" width="210" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
w forumbit_depth2_cat
cały na taki :
Kod:
<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 class="smalltext">{$forum['description']}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center"
style="white-space: ">Podsumowanie
{$threads}{$unapproved['unapproved_threads']}<br />
{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
trzeba też zmienić zapis w części tyczącej wątków i postów w forumbit_depth2_forum
Kod:
<td class="trow3" smalltext" valign="middle" width="100" align="center"><div class="counter"><span style="float:center"> <span style="color: #36648B"> <b>{$threads}</b> Wątki<br><b>{$posts}</b> Posty</span></span></td>
<td class="trow3" desc" width="250">{$lastpost}</div></td>
musisz stworzyć sobie klasę counter żeby były wątki i posty w ramce.
i powinno działać.
Działa. Jednakże, nie wiedzieć czemu, jeden dział źle to wyświetla
Mnie to osobiście nie przeszkadza, bo i tak na moim forum z tego stylu nie będę korzystać, ale nie mam pewności, że u klienta nie wystąpi ten sam problem:
Mam dwa problemy (
cyfry 1 i 2 na screenie poniżej).
Nie wiedzieć czemu część działów opornie pozostaje przy nigdzie nieuregulowanym sposobie wyświetlania informacji.
[
attachment=3672]
Panowie, oba te szablony zostały edytowane?
- forumbit_depth2_cat
- forumbit_depth2_forum
W moim przypadku zdecydowanie oba wymienione.
elroyalo pokaż jak wygląda cały szablon forumbit_depth2_forum