Тоесть по умолчанию выглядит так: На мой взгляд красивее и понятнее для пользователей так: Приступим:)
Открыть styles/subsilver2(Либо другой стиль базированный на нем)/template/forumlist_body.html
Найти и удалить:
Код: Выделить всё
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<td class="cat" colspan="5" align="{S_CONTENT_FLOW_END}"><!-- IF not S_IS_BOT and U_MARK_FORUMS --><a class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF --> </td>
</tr>
<tr>
<th colspan="2"> {L_FORUM} </th>
<th width="50"> {L_TOPICS} </th>
<th width="50"> {L_POSTS} </th>
<th> {L_LAST_POST} </th>
</tr>Код: Выделить всё
<!-- BEGIN forumrow -->
<!-- IF forumrow.S_IS_CAT -->
<tr>
<td class="cat" colspan="2"><h4><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></h4></td>
<td class="catdiv" colspan="3"> </td>
</tr>Код: Выделить всё
<!-- IF SCRIPT_NAME == "viewforum" -->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th colspan="2"> {L_FORUM} </th>
<th width="50"> {L_TOPICS} </th>
<th width="50"> {L_POSTS} </th>
<th> {L_LAST_POST} </th>
</tr>
<!-- ENDIF -->
<!-- BEGIN forumrow -->
<!-- IF forumrow.S_IS_CAT -->
<!-- IF not forumrow.S_FIRST_ROW --></table><br /><!-- ENDIF -->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th colspan="2"> <a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a> </th>
<th width="50"> {L_TOPICS} </th>
<th width="50"> {L_POSTS} </th>
<th> {L_LAST_POST} </th>
</tr>Код: Выделить всё
<!-- IF forumrow.S_NO_CAT -->
<tr>
<td class="cat" colspan="2"><h4>{L_FORUM}</h4></td>
<td class="catdiv" colspan="3"> </td>
</tr>
<!-- ENDIF -->Код: Выделить всё
<!-- IF forumrow.S_NO_CAT -->
<!-- IF not forumrow.S_FIRST_ROW --></table><br /><!-- ENDIF -->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th colspan="2"> {L_FORUM} </th>
<th width="50"> {L_TOPICS} </th>
<th width="50"> {L_POSTS} </th>
<th> {L_LAST_POST} </th>
</tr>
<!-- ENDIF -->Код: Выделить всё
<!-- END forumrow -->
</table>Код: Выделить всё
<table cellspacing="1" width="100%">
<tr>
<td align="{S_CONTENT_FLOW_END}"><!-- IF not S_IS_BOT and U_MARK_FORUMS --><a class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF --> </td>
</tr></table>Нет ничего сложного, делаем так:
Открыть styles/subsilver2(Либо другой стиль базированный на нем)/theme/stylesheet.css
найти
Код: Выделить всё
.tablebg {
background-color: #3F5A77;
}Код: Выделить всё
table.forumlist tr:hover .row1, table.forumlist tr:hover .row2 {
background-color: #FFE6C2;
}Найти (В трех местах!)
Код: Выделить всё
class="tablebg"Код: Выделить всё
class="tablebg forumlist"Удачи!

