06.07.2015, 13:11
wersja skryptu MyBB:1.8.4
adres forum:http://forum.brygadaskill.pl/index.php
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Mam 2 pliki graficzne
n.png(nowe posty)
s.png(brak nowych postów)
i jest problem bo nawet jak zobacze wszystkie posty w dziale to nie znika niebieski kolor i trzeba zawsze klikać przycisk.
forumbit_depth2_forum
adres forum:http://forum.brygadaskill.pl/index.php
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Mam 2 pliki graficzne
n.png(nowe posty)
s.png(brak nowych postów)
i jest problem bo nawet jak zobacze wszystkie posty w dziale to nie znika niebieski kolor i trzeba zawsze klikać przycisk.
forumbit_depth2_forum
Kod PHP:
<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%; "><i class="fa fa-file-text"></i> <b>{$threads}{$unapproved['unapproved_threads']}</b> <i class="fa fa-comments"></i> <b>{$posts}{$unapproved['unapproved_posts']}</b></td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap; width: 24%; padding-right: 20px;">{$lastpost}</td>
</tr>