Recluse, here's the hack to remove your moderator column.
Remove Moderators Colum Hack
#### By: Chronic
#### For: vBulletin Version 2.0.3 & 2.2.0
#### Works in 2.2.2 added by snakes1100
################################################## ######
####
#### Templates to modify:
####
#### forumdisplay_forumslist
#### forumdisplay_forumbit_level1_post
#### forumdisplay_forumbit_level2_post
#### forumhome
#### forumhome_forumbit_level1_nopost
#### forumhome_forumbit_level2_nopost
#### forumhome_loggedinusers
#### forumhome_pmloggedin
################################################## ######
# Instructions:
#
# Login to your admin control panel and open up and modify each of the above
# mentioned templates. Once you have removed the noted coding from each
# template, open up your browser and goto
http://www.yoursite.com/forums.
# If you do not see your moderator colum, you have successfully installed this
# hack. To re-install your moderators colum, reverse these instructions and you
# will have your moderator colum back up.
################################################## ######
# Templates | Edit |
################################################## ######
Template: forumdisplay_forumslist
Remove:
<td bgcolor="#1D6AA0" width="20%"><smallfont color="#EEEEFF"><b>Moderator</b></smallfont></td>
################################################## ######
Template: forumhome
Remove:
<td bgcolor="#1D6AA0" width="20%"><smallfont color="#EEEEFF"><b>Moderator</b></smallfont></td>
################################################## ######
Template: forumhome_forumbit_level1_nopost
Change:
<td bgcolor="#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif" colspan="6">
to
<td bgcolor="#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif" colspan="5">
################################################## ######
Template: forumhome_forumbit_level2_nopost
Change:
<td bgcolor="#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif" colspan="5">
to
<td bgcolor="#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif" colspan="4">
################################################## ######
Template: forumhome_forumbit_level1_post
Remove:
<td bgcolor="#13486D"><smallfont>$forum[moderators]</smallfont></td>
################################################## ######
Template: forumhome_forumbit_level2_post
Remove:
<td bgcolor="#13486D"><smallfont>$forum[moderators]</smallfont></td>
################################################## ######
Template: forumhome_loggedinusers
Change:
<td bgcolor="#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif" colspan="6">
to
<td bgcolor="#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif" colspan="5">
and
Change:
<td bgcolor="#13486D" colspan="6">
to
<td bgcolor="#13486D" colspan="5">
################################################## ######
Template: forumhome_pmloggedin
Change:
<td bgcolor="#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif" colspan="6">
to
<td bgcolor="#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif" colspan="5">
and
Change:
<td bgcolor="#13486D" colspan="5">
to
<td bgcolor="#13486D" colspan="4">
################################################## ######