The voting-system tag has no wiki summary.
-3
votes
1answer
11 views
Comments with votes and “best answers” [closed]
I would like to make something like question and answers sites. I need votes and best answer on the comments. I've already done from scratch something but I don't like the appearence and I am looking ...
1
vote
2answers
59 views
php ajax mysql voting button, doesn't register first click
I have a simple (or so I thought) PHP, MYSQL, AXAX system set up to register votes for items on my website. I'm only doing upVotes so there's only one button.
My issue is that when the page loads, ...
0
votes
1answer
49 views
how to make a bar rating system using logarithm
I want to make a bar rating system for my website and this is what i have actually:
Which doesn't look nice at all :p. I want the height to increase like a Exponential curve gradually. Not too ...
0
votes
1answer
50 views
Voting in MongoDB
An odd number set is recommended. My doubt is as one goes down from an odd set, we have an even number set. The number of members fluctuate between even and odd when they go down one by one. We always ...
1
vote
1answer
45 views
Vote functionality issue
Please bear with me as I am having difficulty phrasing this question.
I am trying to learn and implement a vote functionality in a rails app, I am using the activerecord-reputation-system gem.
I ...
0
votes
0answers
33 views
Email voting without HTML or RTF
Have been looking into a way to create a mass 100,000+ email poll / vote.
This seems relatively easy to do if using Microsoft exchange / outlook by using the in built voting buttons, but....
....if ...
0
votes
1answer
106 views
Large scale televoting solution [closed]
Have been tasked to look into a system for a large scale televoting solution, similar to that used for something like Xfactor but after a long time surfing the web I am struggling to find an answer
...
2
votes
1answer
88 views
How to implement a vote validation system?
I'm trying to create a simple retriction system so the users can't vote twice on a simple poll (mostly like the example poll in the django tutorial) bit I can't seem to be able to find an approach ...
1
vote
1answer
51 views
Trying to construct a like-selecting MySQL query fails
Background info
System
OS:
bash$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 6.0.5 (squeeze)
Release: 6.0.5
Codename: squeeze
...
2
votes
0answers
83 views
Voting/Ranking Ranked Pair method
Currently I try to understand the Ranked Pairs method.
From the Wikipedia entry I don't really get how to create the matrix of pairwise comparison.
This explanation helped me to understand one way to ...
2
votes
0answers
29 views
How to put log in box in a website to ensure one user can vote once only?
I have a school project to do which requires us to develop an online voting website. how do i ensure one user has voted once only?
the website is supposed to be in booths in public places which means ...
0
votes
0answers
90 views
Examples of a youtube style ratings and comment system for Google App-Engine
Can anyone point me in the direction of (if they exist) some sample applications for Google App-Engine that show how to write a youtube style (or similar) ratings and comment system? It doesn't have ...
0
votes
2answers
83 views
How to implement Voting for Grails Domain Classes?
I have a Book class and need to implement a yes/no voting functionality. My domain classes look like this:
class Book {
String title
static hasMany = [votes: Vote]
}
class User {
String name
...
-1
votes
2answers
206 views
PHP based voting script [closed]
I am working on a tube site that categorizes each video by its origin country other than just the category.
I need to think of a voting system that will allow users to correct us if we made a mistake ...
0
votes
5answers
349 views
How do I create a simple vote up / down php script in php? [closed]
I want a simple non-MySQL PHP script that allows viewers to vote up or vote down a page. If it has to be MySQL database driven, then that's just how it has to be. Ideally, not though.
So basically ...
0
votes
1answer
72 views
Jpa Database relationships for a Voting system
There are many questions about voting systems so I will cut right to the chase.
My question is about relationships ,
import play.db.jpa.GenericModel;
public class VotesModel extends GenericModel {
...
1
vote
1answer
195 views
rails voting gem, thumbs_up, with no user. also, routing errors
I've searched through stack overflow and read many questions regarding the thumbs_up gem and routing problems, but I still can't figure it out.
Is it possible to use the thumbs_up gem without having ...
0
votes
3answers
952 views
Allowing only one vote per person on a voting system
I'm working on a little posting system so I can post posts on my site and people can like and dislike it.
It looks like this:
At the moment you can upvote and downvote as many times as you would ...
1
vote
1answer
187 views
How can i add a review useful vote system in magento?
I want to add a thumbs up / thumbs down system to the magento review system and don't quite know where to start. What are the files that control the review and how would I go about extending it to fit ...
1
vote
2answers
162 views
how to prevent multiple votes from a single user
I am writing a web app on google app engine with python. I am using jinja2 as a templating engine.
I currently have it set up so that users can upvote and downvote posts but right now they can ...
7
votes
1answer
76 views
MySQL: Display one random result which a user has not voted on
I need help on displaying one random result in which the current user has not voted on.
Currently my database setup and the last query I have tried can be found on http://sqlfiddle.com/#!2/2f91b/1
...
0
votes
1answer
53 views
Vote up system open to non-registered users
Hi I'm thinking to implement a simple Thumb Up vote system.
The problem is that I want to let the vote system open even to users not registered to web site and at the same time I'd like to track if a ...
0
votes
0answers
105 views
Applying acts_as_votable for more than one purpose
I'm builing my customized issue tracking system
i have issues
each issue has a
vote for rating
vote for closing
and some other votings ... just like stackoverflow
the problem is that most ...
0
votes
0answers
52 views
Using triggers to store Wilscon Score in database
I'm implementing a system to rate (positive/negative) articles on a website. The idea is to show the articles ordered by Wilson Score, so right now I have the following tables:
article(..., wscore)
...
0
votes
1answer
111 views
IP address recording for online voting
I'm about to start running an online vote (I'm just running the site, not doing any coding), and as part of the process of voting, the voter would need to click a confirmation email to register the ...
1
vote
1answer
482 views
PHP Poll Script with Hourly Reset & Multiple Voting
I'm looking for a script (or one that I can easily modify to do this) that allows visitors to vote 10 times every hour or day. After they've hit that limit, it can compare it to the IP or a cookie and ...
0
votes
2answers
138 views
Rails 3 - votes as one integer value (to increase) or as a list/quantity of votes in database?
Sorry if my title isn't really clear about my question.
I'm new to Rails and currently working on an app where my classmates/schoolmates can comment on topics/issues (relevant to us), and each of ...
1
vote
1answer
157 views
No route matches {:action=>“vote_up”, :controller=>“posts”} error for thumbs_up
I'm trying to implement the thumbs_up gem into my app and I keep getting this error even though I have a route for the vote_up action
My posts controller looks like
def vote_up
begin
...
0
votes
0answers
90 views
Vote-up / Vote-down SQL Query returns “FAILED!” each time
I'm trying to add vote up / vote down functions for each item I have in a table. I am currently working on implementing this one here: ...
1
vote
2answers
88 views
Choice of database for a voting application
I have seen a lot of topics asking for the choice of a database for a voting mechanism,but my inputs are a bit different. I have an application which contains a GUI in which there can be multiple ...
1
vote
1answer
276 views
Mysql + PHP for “Wilson Score Interval” with time gravity
I'd like to implement a ranking system for news in a webpage.
And I'd need guidance on:
My approach. Is it correct? Is it crazy/stupid?.
If is correct, on its implementation.
Relevant ...
0
votes
1answer
230 views
Borda Count using python?
I have a list of ballots that look like A>B>C>D>E and some of them that look like A>B>C=D=E. The ballots are in a text file and each ballot is on its own line. I want to assign point values to each ...
1
vote
1answer
87 views
Adding a re-usable 'box' to my asp.net web app
I'm building a basic web application in ASP.NET 4.0 with C# in Visual Studio 2010 Pro. I'm still very new to C#, and am used to Delphi coding. My website already has registration/login, and although I ...
1
vote
3answers
231 views
How does Youtube remember Likes?
So I'm wondering how sites like YouTube remember when a user has "Liked" a video and prevents them from liking it again. Similarly, how a site like Reddit remembers upvotes and downvotes and prevents ...
1
vote
3answers
814 views
Prevent double voting
I'm creating a web application where users will vote for some candidates by clicking thumbs up or thumbs down, and these users won't have any account on the site.
What is the best technique to use? ...
0
votes
1answer
95 views
How would you add weight to a voting system like “thumbs-up” based on time?
There's a cool library I found for voting on things -> https://github.com/brady8/thumbs_up
I'd like to be able to modify it myself or with someone's help to add weight based on time. Business logic ...
0
votes
1answer
1k views
How to create a simple vote by ajax in CakePHP 2.0
I am just trying to create a simple vote with CakePHP 2.0 and Ajax. I am a newbie in this framework so i find it really difficult...
I just want to create a link with a vote action which will call an ...
0
votes
2answers
601 views
Scalable voting system with MongoDB
This article explains very clearly how to implement a voting system with MongoDB, and to limit one vote per user and per object.
I have one extra requirement. I need the votes of a given user to be ...
1
vote
3answers
154 views
Echo SQL query from voting table
I have an image gallery with a vote function, and I'm trying to display the number of votes for each image from the database.
I have a Votes table with the following...
vote_id │ user_id │ ...
0
votes
0answers
98 views
Storing User Voting Locally
I have a site where people can vote on items. For the time being, because of storage concerns, I would like not to store the votes people make in the database. Instead, I was considering some other ...
2
votes
2answers
144 views
The most efficient method storing voting data in a MySQL database (like StackOverflow)
I'm trying to replicate SE's voting system. User's on my website should only be able to vote on posts one time, then they are locked in. I currently have two tables, users and posts.
How should I ...
0
votes
1answer
359 views
How to make sure users can only vote once per post
I'm building a website which has a feature which ressembles SE's voting system. I'm trying to restrict users from voting more than once per post.
Currently, I was thinking of having a field in my ...
4
votes
7answers
706 views
Unique IPs in a voting system
I'm creating a voting system for my PHP/MySQL website and I would like to make sure one user can only vote once. What would be a good way of doing this? So far I have thought of and semi-implemented ...
0
votes
0answers
502 views
No method error -undefined method votes_for for #<ActiveRecord::Relation
I am trying to use vote_fu with my app,But when i try to show votes in the browser i keep getting NoMethodError in Item#show undefined method votes_for for #<ActiveRecord::Relation:0xb411044 ...
4
votes
1answer
2k views
which rails voting system gem has the following features?
Which rails voting system plugin or gem that has the following features
vote up &down
Ability to show net number of votes
vote for all objects in the model (But only once per object per user)
...
0
votes
1answer
154 views
Integrating a 1-10 voting system effectively without common pitfalls
I'm planning on integrating a reasonable ranking/voting system into an existing application.
I'm familiar with how the traditional 5 star rating systems work and know the common pitfalls/problems ...
0
votes
0answers
174 views
rating formula between two items
What will be the best rating formula to decide about the winner where the voting is done in terms of "5 star" rating?
For e.g. there is a video site in which users can give between 1 to 5 star rating ...
1
vote
3answers
413 views
Voting timing - Start at the “next noon” and last for 24 hours - ruby on rails
I am having a hard time wrapping my head around this problem...
I am running an app with voting, and rather than having a new idea last for just 24 hours from the created_at date, I want the voting ...
-2
votes
1answer
478 views
Self ordering voting system [closed]
I need some javascript based code that can help my voting system. Basically I am struggling to work out how to get my items that receive votes to move into order by itself LIVE. So If an item had 52 ...
1
vote
3answers
69 views
How can I check if a site has not been directly reached?
I have a voting script. It works well.
But I have a little problem. I don't want people to reach the vote submission page (the page where the vote is submitted to the db) directly. I want them to ...



