Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 21

CurtisOdenSpencerMcericgillettejohansonlocker +17 guests

Removing items

This discussion is related to the Voting addon.
I just want to have 'replies' and 'votes', not bothered by views or follows. Can these be removed easily?
Tagged:

Comments

  • Posts: 1,586 Accepted Answer
    The easiest way is an appropriate display:none in your custom.css.

    Vanilla co-founder

  • FazFaz
    Posts: 13
    That seemed to do the job, nice one :)

    Also, if you add
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;

    to the box furthest on the left, you will get rounded corners. As I removed 'votes', and so the 'views' was square on one side. This resolved it.

    Thanks Todd.
  • hi.. problem with "view" it do not show the accurate count.. one count become three, four, seven and so on.. No visitor in my site yet.. so who click it..
  • Hi Faz,
    How can I remove items from Voting plugin as I do only want to display 'views' and 'comment'. I read Todd saying to use custom.css but where and how to create/place that file.
    Thanks in advance.
    Hum
  • Good question humgurung. I'd like to know this too.
  • Posts: 15

    Hi... Anybody knows how to disable caching in vanilla? Trying to remove items and firebug shows that filepath is something like \cache\Minify\file... In this case cannot see updates

  • Posts: 15

    Zhanat said: Hi... Anybody knows how to disable caching in vanilla? Trying to remove items and firebug shows that filepath is something like \cache\Minify\file... In this case cannot see updates

    Answer has been found here

  • FazFaz
    Posts: 13

    Ah right well, late reply I'm sorry, you'd just delete the content within the { } brackets and then replace it with display:none, like so:

    .FollowsBox { display:none; } .AnswersBox { background: #353536; margin-right: 4px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; etc etc...

    It's just stopped working for me as I moved onto 2.0.18, which is a shame, I get "Bonk" error every time I try to switch Voting on.

Sign In or Register to comment.