Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Better control of sidebar?

I was wondering if there is any way to manually pick and choose which categories are available on the topic sidebar. There are categories I would like off the sidebar, but would like them to still be accessible to members. I have tried archiving, but archiving results in the category coming up "page not found". Making it unviewable also doesn't work as it results in the same "page not found". Any advice would be appreciated!! Thank you in advance!

Comments

  • Options
    LincLinc Detroit Admin

    Best way to do this would be with some custom CSS in your theme. For instance, this would make the 'Questions' category disappear in the sidebar on this site:

    .PanelCategories .Category-questions { display: none; }

Sign In or Register to comment.