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 6

ericgillettemcu_hqmimi59 +3 guests

voting addon

This discussion is related to the Voting addon.
hows about a screenshot so I know what to expect?

Comments

  • TimTim
    Posts: 1,573
    This addon is actually enabled on the main site here, but I guess here are some pictures I took just moments ago.

    image
    Voting buttons on the top left of each post allow you "like" or "dislike" a comment.

    image
    Each discussion gets 4 boxes to the right of the title, displaying important statistics about how popular it is.

    Vanilla Forums Senior Developer [GitHub, Twitter, About.me]

  • Posts: 177
    oh its the same plugin. perfect! thanks.
  • Posts: 129
    I would like to change position of voting box next to comments area.
    I changed lots of thing on addon colors etc.. but I could not find how to change position of voting arrows + vote counter.Thanks...here is my forum : http://www.herkesuzman.com
  • Posts: 47
    Hi ntuyelik,

    In the voting.css file (domain/plugins/Voting/design/voting.css) round about line 130 you should see a ul.MessageList div.Meta span.Votes class being defined. Mine is set to:
    ul.MessageList div.Meta span.Votes {
    text-align: center;
    display: block;
    position: absolute;
    right: 10px;
    line-height: normal;
    padding: 0;
    }
    as you can see I have right:10px which sets the voting arrows/counter to 10px off the right margin of the page. If I set this to say 50px, then it would indent further off the right margin, and move more to the left.

    Hope this helps
  • Posts: 129
    Thanks, yes that's what I wanted...
    I also added top:-5px; to show it at a bit higher place.
    Different form your own code, my right value is : right: 695px.
  • I extract the Voting folder to /plugins folder but can not see in the admin. What should I do?
  • Anybody please tell me how to install this plugin?
Sign In or Register to comment.