Nie ma adresu forum...
W ACP → Style i szablony → Szablony → Twój szablon → Opis działu →
forumbit_depth2_forum:
Nie wiem jak tam masz, ale w stylu domyślnym będzie to wyglądało mniej więcej tak:
Kod PHP:
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">
i zmieniasz na
Kod PHP:
<td valign="top" align="center" style="white-space: nowrap; background: #TWÓJKOLOR">
U siebie według wzoru to zrób, przeanalizuj sobie.
a jak dodać w kolorze belki np?
Kod:
<tr>
<td class="trow3" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="trow3" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="trow3" valign="top" align="center" style="white-space: nowrap"></td>
<td class="trow3" valign="top" align="center" style="white-space: nowrap">{$lang->forumbit_threads}:<b>{$threads}{$unapproved['unapproved_threads']}</b><br />{$lang->forumbit_posts}:<b>{$posts}{$unapproved['unapproved_posts']}</b></td>
<td class="trow3" valign="top" align="right" width="25%">{$lastpost}</td>
</tr>
taki oto kod posiadam.
W której tam belce chcesz usuwasz:
i do style=".." dopisz background: #Twojkolor;