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.
Hide categories from Members
I want to have two categories - one for testing, one for everything else. Only Moderators and Admins would be able to see/ post in the testing category.
As such, I want to hide the 'everything else' category on the discussion grid; it's just taking up space, and there is no real need for Members to see it.
Is this possible?
Perhaps I could use the category icons plugin and have 1px gifs where the icons would go...
As such, I want to hide the 'everything else' category on the discussion grid; it's just taking up space, and there is no real need for Members to see it.
Is this possible?
Perhaps I could use the category icons plugin and have 1px gifs where the icons would go...
0
This discussion has been closed.
Comments
.DiscussionStarted, .DiscussionComments, .DiscussionLastComment, .DiscussionActive, .DiscussionNew { width: auto; display:inline; font-size:10px; margin-right:10px!important; } .DiscussionCategory { display:none; }
that'll do for now!