Simply set this up in the header and foot templates - basically:
Header template:
Quote:
<table>
<tr>
<td colspan="2">
banner
</td>
</tr>
<tr>
<td width=80%">
vbulletin code - php_output, etc
|
Footer:
Quote:
(after all the vb code)
</td>
<td width="20%">
YOUR BOXES HERE
</td>
</tr>
<tr>
<td colspan="2">
Footer
</td>
</tr>
</table>
|
Same sort of approach as I've used here:
http://www.techwatch.co.uk
http://www.security-talk.co.uk
I used a left hand nav for the default template here:
http://www.platinax.co.uk/forum/
All down just with header and footer templates.
Hope that helps.