Yeah, here's the fix.
find in your navbar template
PHP Code:
<!-- Guest [] Begin -->
<!-- Avatar -->
<td class="alt1" valign="middle" align="center">
<a href="register.php?ID=&"><img src="images/avatars/guestavatar.gif" border="0"></a>
</td>
<!-- / Avatar -->
And where it says
Code:
<img src="images/avatars/guestavatar.gif" border="0">
input your full dir including your forums subdir, so it would end up looking like this
Code:
<img src="www.mysite.com/forums/images/avatars/guestavatar.gif" border="0">