Your
forumhome_forumbit_level2_nopost template edit seems incorrect to me.?
HTML Code:
19. Find:
<if condition="$vboptions['showmoderatorcolumn']">5<else />4</if>
20. Change to:
5
I'm sure that should be:
HTML Code:
19. Find:
<if condition="$vboptions['showmoderatorcolumn']">5<else />4</if>
20. Change to:
4
You're also missing a second template edit in
USERCP, you should additionally find and remove this:
HTML Code:
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="20%">$vbphrase[moderator]</td>
</if>