[]Just installed this on our test site - and all looks great except in 'my home' the 'post remnders', 'favourite threads', and 'main configuration' boxes are being displayed beneath the sidebar, when it is set to the left.
If the sidebar is set to the right, the page displays fine.
I can't find any errors.

I am running 6.3b4, using the stock IP supplied themes.
[/]
Okay - this was caused by an error in myhome.tmpl.
Changed this
<!-- END ONLINE LOOP -->
</table>
</td>
</tr>
$tbclose
to this
<!-- END ONLINE LOOP -->
$tbclose
</td>
</tr>
</table>
and the page now displays fine

My only issue now is the profile spotlight vanishing
