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.

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

  • do you mean in the discussions index?
  • 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.
  • what is the difference between those 2?
  • I updated my post to better describe what I was saying.
  • awesome thanks that helps a bunch
This discussion has been closed.