Removing Moderator's column ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • George L
    Former vBulletin Support
    • May 2000
    • 32996
    • 3.8.x

    Removing Moderator's column ?

    removing it in 1.1.5 was easy but i can only partially remove it from vb 2 ?

    which templates do i need to edit ?
    :: Always Back Up Forum Database + Attachments BEFORE upgrading !
    :: Nginx SPDY SSL - World Flags Demo [video results]
    :: vBulletin hacked forums: Clean Up Guide for VPS/Dedicated hosting users [ vbulletin.com blog summary ]
  • PeF
    Senior Member
    • Oct 2000
    • 767

    #2
    Delete from (where x = 1,2 ):

    forumdisplay_forumbit_levelx_post template

    Code:
    <td bgcolor="#DEDEDE" valign=top align=center>
    <normalfont>$forum[moderators]</normalfont>
    </td>
    forumhome_forumbit_levelx_post template

    Code:
    <td bgcolor="#DEDEDE" valign=top align=center>
    <normalfont>$forum[moderators]</normalfont>
    </td>
    forumhome template

    Code:
    <td valign=bottom><smallfont COLOR="#afa3c5"><B>Moderator</B></smallfont></td>
    It should be all.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...