24.01.2015, 02:16
wersja skryptu MyBB: 1.8
adres forum: furry.net.pl
Styl: iGame
na czym polega problem:
Chciałbym aby ikonami statusów działów były pliki o rozszerzeniu PNG.
Obecna zawartość forumbit_depth2_forum :
adres forum: furry.net.pl
Styl: iGame
na czym polega problem:
Chciałbym aby ikonami statusów działów były pliki o rozszerzeniu PNG.
Obecna zawartość forumbit_depth2_forum :
Kod:
<tr>
<td class="{$bgcolor}" align="center" valign="middle" width="1"><div class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fa fa-circle-o"></i></div></td>
<td class="{$bgcolor}" valign="middle">
<strong><a href="{$forum_url}"><span class="threadtext">{$forum['name']}</span></a></strong><br />{$forum_viewers_text} {$forum['description']} {$subforums}</td>
<td class="{$bgcolor}" valign="middle" align="left" width="23%" style="white-space: nowrap">{$lastpost}</td>
<td class="{$bgcolor}" valign="middle" align="center" width="9%" style="white-space: nowrap">
<span class="threadtext">Tematów </span><br />{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="middle" align="center" width="9%" style="white-space: nowrap">
<span class="threadtext">Odpowiedzi </span><br />{$posts}{$unapproved['unapproved_posts']}</td>
</tr>