How to remove this bar?

Discussion in 'vBulletin Discussions' started by Ryan, Sep 30, 2009.

  1. Ryan

    Ryan Regular Member

    Joined:
    May 27, 2009
    Messages:
    522
    Likes Received:
    58
    awww.adminaddict.net_data_MetaMirrorCache_eea15d8287d71e1eda52a42e9097ef2f.png


    How do I remove the bar that is a lovely shade of red and with some fantastic text on top. I don't like it and want it gone :(

    What coding do I remove on which template to remove it from the forum?
     
  2. Yoshi

    Yoshi Regular Member

    Joined:
    Jun 9, 2005
    Messages:
    219
    Likes Received:
    11
    Location:
    UK
    In the "forumhome_forumbit_level1_nopost" template, look for this bit;

    Code:
    <thead>
    <tr align="center">
    <td class="thead"></td>
    <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
    <td class="thead">$vbphrase[last_post]</td>
    <td class="thead">$vbphrase[threads]</td>
    <td class="thead">$vbphrase[posts]</td>
    <if condition="$vboptions['showmoderatorcolumn']">
    <td class="thead">$vbphrase[moderator]</td>
    </if>
    </tr>
    </thead>
    And delete it.
     
  3. Ryan

    Ryan Regular Member

    Joined:
    May 27, 2009
    Messages:
    522
    Likes Received:
    58
    Fantastic... I didn't have the exact coding like you specified. So I removed the coding that some what matched and it appears to of worked... apart from one little hiccup.

    awww.adminaddict.net_data_MetaMirrorCache_b8cd4e2dd9a8ea8fb2758a6b31263ef8.png

    All the the forums are aligned apart from the top two sections... does anyone know what could be causing this?
     
  4. Ak Worm

    Ak Worm Grand Master

    Joined:
    May 22, 2009
    Messages:
    979
    Likes Received:
    20
    First Name:
    Corey
    vB Tweak is a good addon, i like it. Mentioned somewhere on the site, it should help out with your site. Instead of messing up your coding, just use it.
     
  5. Brandon

    Brandon Regular Member

    Joined:
    Jun 1, 2009
    Messages:
    6,602
    Likes Received:
    1,706
    Location:
    Topeka, Kansas
    First Name:
    Brandon
    Is this what you're talking about Ak Worm?
    I've never heard of it.

    vB Tweak - vBulletin.org Forum
     
  6. Ak Worm

    Ak Worm Grand Master

    Joined:
    May 22, 2009
    Messages:
    979
    Likes Received:
    20
    First Name:
    Corey
    Yes, he can revert his template, and maybe use that addon.
     
  7. Ryan

    Ryan Regular Member

    Joined:
    May 27, 2009
    Messages:
    522
    Likes Received:
    58
    Might just do that, seems I have borked my forum permissions now.
     
  8. Ak Worm

    Ak Worm Grand Master

    Joined:
    May 22, 2009
    Messages:
    979
    Likes Received:
    20
    First Name:
    Corey
    Removes Ugly coding from forum templates.
     

Share This Page