Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

how to remove 'New 0' (or or whatever number) feature?

edited May 2008 in Vanilla 1.0 Help
how to remove 'New 0' (or or whatever number) feature? so yeah how do i remove it?

Comments

  • Options
    do you mean in the discussions index?
  • Options
    edited May 2008
    If you want to remove just the "New 0", Add this to your CSS file:.NoNewComments .DiscussionNew { display: none !important; }To remove the "New X" completely from all discussions (even those with new posts) change ".NoNewComments" to ".Discussion".

    Update: Wording; added !important modifier.
  • Options
    what is the difference between those 2?
  • Options
    I updated my post to better describe what I was saying.
  • Options
    awesome thanks that helps a bunch
This discussion has been closed.