spunx wrote:OK well we're getting there so muchos thanks to you efficacious....I so wanted to get this done I got up at 5.30 am this morning after a couple of hours sleep and its a mighty step forward.
But I've still got a couple of problems again with the header that may be someone can help with. The log in log out stuff etc in blue hyperlinks, currently in the red header, gets pushed out and sits obscured underneath the black breadcrumb bar. To temporarily solve this I've had to squish the image in the header. Any ideas how to solve this?
take your fix off so i can see the problem plz
spunx wrote:
Secondly the repetition of the black bars of Forum Topics Posts Last post is really annoying and not good usability.
How do I just get one bar at the top and thats it. Then I can have the name of the Topics in a black bar and clearly visible.
find this code:(Its in forumlist_body.html)
Code: Select all
<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>
In your style it repeats evertime.. in the default subsilver2 it doesn't repeat...so we need to get it back to that point...
grab that code from the file and CUT/PASTE -
BEFORE this code (on a new line)
so your ending result looks like this:
Code: Select all
<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 -->
this may look sorta diff on your style i can't be certain cuz i don't have your files..