Nice looking site Wizzie, nice and 'clean' looking
Couple of things I've picked up, I see you are using v3 Arcade, on your forum home guest are seeing two 0's instead of tournament information, you can fix that by replacing the
v3arcade_tournaments_forumhome template with this:
Code:
<dl>
<dt>Tournaments Awaiting Players</dt>
<dd><a href="arcadetourmnt.php?{vb:raw session.sessionurl}do=viewwaiting">{vb:raw tourcounts.0}</a></dd>
<dt>Active Tournaments</dt>
<dd><a href="arcadetourmnt.php?{vb:raw session.sessionurl}do=viewactive">{vb:raw tourcounts.1}</a></dd>
<dt>Completed Tournaments</dt>
<dd><a href="arcadetourmnt.php?{vb:raw session.sessionurl}do=viewfinished">{vb:raw tourcounts.2}</a></dd>
</dl>
<br/>
Also, in your postbit, you should edit the Blog info so it is boxed like the rest of the postbit, keeps it all tidy. Try replacing your
blog_postbit_entries_link template with this:
Code:
<div class="post_field"><dt>{vb:rawphrase blog_entries}</dt><dd><a href="{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}">{vb:raw post.entries}</a></dd></div>
Good luck with your site