Great job on this hack.
After installing it, I noticed that the left side had an extra column to the left of the guest avatar.... So I changed this in your hack
from -
<!-- Main Welcome Panel Block [] Begin -->
<td class="alt1" valign="middle" align="center">
<if condition="$bbuserinfo[userid]!=0">
To
<!-- Main Welcome Panel Block [] Begin -->
<if condition="$bbuserinfo[userid]!=0">
<td class="alt1" valign="middle" align="center">
The way it was written created 2 blocks for the guest avatar.
Oddly, this was only in the step 2 directions, and not in the second directions for vb-cmps
Don't know if anyone else caught this, But great job just the same.
|