09.05.2015, 10:56
wersja skryptu MyBB: 1.8.4
adres forum: onlyskill.tk
na czym polega problem (screen, opis, komunikaty, nazwa
stylu/theme/szablonu): Witam,mam kolejny problem z ktorym znowu nie moge sobie poradzic ( musze sporo poczytac o css / html ).
Chciałbym zmienic licznik postow na taki jak tutaj: http://screenshooter.net/102245473/gtvydwm
kod z forumbit_depth2_forum
Proszę o pomoc,bardzo tego potrzebuje.
adres forum: onlyskill.tk
na czym polega problem (screen, opis, komunikaty, nazwa
stylu/theme/szablonu): Witam,mam kolejny problem z ktorym znowu nie moge sobie poradzic ( musze sporo poczytac o css / html ).
Chciałbym zmienic licznik postow na taki jak tutaj: http://screenshooter.net/102245473/gtvydwm
kod z forumbit_depth2_forum
Kod:
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="6%"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td>
<td class="{$bgcolor}" valign="top" style="width: 50%;">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor} countForum" valign="top" align="center" style="white-space: nowrap; width: 20%;">{$threads}{$unapproved['unapproved_threads']} Tematów<br />{$posts}{$unapproved['unapproved_posts']} Postów</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap; width: 24%; padding-right: 20px;">{$lastpost}</td>
</tr>
Proszę o pomoc,bardzo tego potrzebuje.