wersja skryptu MyBB:1.8.5
adres forum:www.wielkopolskiskill.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam proszę o pomoc jak usunąć w dziale hmm nie wiem jak to nazwac musicie zobaczyc sami
http://scr.hu/7dba/0u5jr
Szablony:
- forumbit_depth2_forum
- forumbit_depth2_cat
Usuń odpowiednią kolumnę.
A dokładniej co mam usunac ? to jest forumbit_depth2_forum
Kod:
<tr>
<td class="{$bgcolor}" align="center" valign="middle" width="1"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td>
<td class="{$bgcolor}" valign="middle" 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="trowstat" valign="top" align="center" style="white-space: nowrap" width= "8%"><i class="fa fa-comments"></i> {$threads}{$unapproved['unapproved_threads']}</br>
<i class="fa fa-file-text"></i>
{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
forumbit_depth1_cat
Kod:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead{$expthead}" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><span class="desc">{$forum['description']}</span></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />
Widze, ze jeszcze zostało Ci "nigdy"
Kod PHP:
<!-- start: forumbit_depth2_forum_lastpost_never -->