Excellent theme, only one problem in my opinion:
The header image is not clickable to bring you back to the forum home. Easily fixed:
In the header template, look for
Code:
<td align="center" valign="top" width="698"><img src="$stylevar[imgdir_misc]/header_sample.png" width="698" border="0" alt="logo"/></td>
and change to:
Code:
<td align="center" valign="top" width="698"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/header_sample.png" width="698" border="0" alt="logo"/></a></td>
Like I said, a very simple fix. I don't plan on changing the header image at all, so this works perfect for me. Thank you so much for the time spent doing this!