Stilul e modificat destul de prost.... Mai bine folosesti altul sa eviti alte surprize.
1. Modifici/stergi codul din fisierul \BlackCS\template\forumlist_body.html:
Cod: Selectaţi tot
<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED -->
</td>
<td valign="top" style="padding-{S_CONTENT_FLOW_BEGIN}: 2px;"><a title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a>
<!-- ENDIF -->
2. Care scris? Al tilurilor subforumurilor, al titlurilor subiectelor, al mesajelor din forum, samd?
3. In fisierul \styles\BlackCS\theme\stylesheet.css inlocuiesti
Cod: Selectaţi tot
/* Table header */
caption, .cap-div {
margin: 0;
padding: 0;
background: url(images/hdr_mid.gif) top left repeat-x;
white-space: nowrap;
height: 27px;
text-align: right;
}
cu
Cod: Selectaţi tot
/* Table header */
caption, .cap-div {
margin: 0;
padding: 0;
background: url(images/hdr_mid.gif) top left repeat-x;
white-space: nowrap;
height: 27px;
text-align: left;
}