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

How to disable feed from category

I setup a self-host Vanilla forum. How can I disable feed & feed icon in category list

Tagged:

Comments

  • Options
    hgtonighthgtonight ∞ · New Moderator

    Welcome to the community!

    What version of Vanilla are you running?

    Could you post a screenshot showing what you want disabled?

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options
    ldbdoldbdo New
    edited August 2013

    Hi,

    I want to disable feed (remove icon in red circle in attached screenshot/feed) for categories

  • Options
    ldbdoldbdo New
    edited August 2013

    Sorry, I just removed some personal information from my screenshot. My Vanilla version is 2.2.3.4

  • Options

    this sort of question can be answered easily if you learn to use a tool like firebug or chrome inspect, then you can find the selector and hide it.

    that is how people do it normally.

    grep is your friend.

  • Options
    hgtonighthgtonight ∞ · New Moderator

    Put this in your custom.css file. If you don't know what that is, read up on themes in docs/wiki.

    .DataList .Meta .RSS {
      display: none;
    }
    

    Theme quickstart guide

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

Sign In or Register to comment.