Great mod, works perfectly on my 3.7.1 install.
One thing you might want to add, if you have lots of sub forums it moves the status icon to the middle of cell so its hard to see how it ties up. Its a really easy fix though...
In
forumhome_forumbit_level1_post
Find
Code:
<td><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
Replace with
Code:
<td valign="top"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
In
forumhome_forumbit_level2_post
Find
Code:
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
Replace with
Code:
<td class="alt2" valign="top"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
You may need to adjust your statusicons to have a bigger transparent border to line up with your forum name correctly...