Ok, i solved my own request in the previous post
instead of adding this to the end of the header template:
PHP Code:
<!-- Sidebar -->
<table width="$stylevar[tablewidth]" cellpadding="0" cellspacing="7" border="0">
<tr>
<td style="width:150px" valign="top">$sidebar</td>
<td valign="top">
<!-- Update -->
<table width="$stylevar[tablewidth]" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="width:100%">
<!-- /Update -->
<!-- /Sidebar -->
I added this to the end of the navbar template:
PHP Code:
<!-- Sidebar -->
<table width="$stylevar[tablewidth]" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="width:150px" valign="top">$sidebar</td>
<td style="width:10px" valign="top"> </td>
<td valign="top">
<!-- Update -->
<table width="$stylevar[tablewidth]" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="width:100%">
<!-- /Update -->
<!-- /Sidebar -->
(I basically changed the cellspacing to 0 to align it with the navbar, and since that removed all space between the menu and the right forums i added a 10 pixel colomn between them)
Works great this way. It now shows for all pages except login/forbidden/redirect or other message screens
But i still have the thread view misallignment i posted 2 pots above, so if someone can help me out there, pls do