How to add a number to the rep to display how many people +1'ed?
Page 1 of 1
How to add a number to the rep to display how many people +1'ed?
As the title says, here we have a number that displays how many people used the +1 on a post. How can I do this myself?
Guest- Guest
Re: How to add a number to the rep to display how many people +1'ed?
Bump, since no reply in 26 hours.
Guest- Guest
Re: How to add a number to the rep to display how many people +1'ed?
It seems to not work with the custom work I've done with the rep system :
Also, note that want pressing the button to add +1 to the reputation field of the user in his profile.
Basically, I want the +1 feature of this forum. That's the most blunt way to put it.
- Code:
.vote .vote-button, .vote-no-bar {
display:none;
}
.vote .vote-button:first-child {
display:block;
}
.vote .vote-button a {
background-image: url('http://cdn1.iconfinder.com/data/icons/basicset/plus_16.png') !important;
background-repeat: no-repeat;
position:relative;
right: 35px;
top: -16px;
padding-right: 25px;
padding-top: 22px;
font-size: 0px !important;
}
Also, note that want pressing the button to add +1 to the reputation field of the user in his profile.
Basically, I want the +1 feature of this forum. That's the most blunt way to put it.
Guest- Guest

» Number of people viewing
» number of people for each category
» limited number of people to join per day?
» how do i get a number code for when people register
» How do I display the number of "Topics" on Homepage?
» number of people for each category
» limited number of people to join per day?
» how do i get a number code for when people register
» How do I display the number of "Topics" on Homepage?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum