The vote tag has no wiki summary.
1
vote
2answers
63 views
A voting system with jQuery, PHP and Smarty
I have made a voting feature to my website using only PHP and Smarty.
This's the HTML part of it:
<p>{$vote} <a href="vote.php?q_vote=vote_up&question_id={$qid}"><i ...
0
votes
0answers
25 views
How to use the voting part of the Poll app in Django
I created an app that users can vote just like the Poll app. Created another app in django. I want people to vote using this app too. How do I go to implementing this voting part to this new app ...
0
votes
0answers
56 views
rails3 user can only vote once per day
class Rate < ActiveRecord::Base
attr_accessible :image_id, :rate, :user_id
belongs_to :image
belongs_to :user
validate :user_can_rate_after_one_day
before_save :default_values
def ...
0
votes
1answer
78 views
Execute something only when some time has been elapsed
This is kinda hard to explain for me but look:
I made a MMORPG server launcher wich has a start button, whe you click it a little window pops up and asks you to vote for the server and then you can ...
1
vote
2answers
35 views
Robustly choose a winner from sparse ratings? [closed]
I'm building a poll/rating system that reviews restaurants using a 5-star scheme, in which I occasionally need to choose "winners", based on ratings. Suppose I have the following scenario:
...
1
vote
1answer
56 views
Rails, implementing voting system that only allows 1 upvote/downvote per user
Can someone tell me why this code doesn't work? On my local server for testing, it keeps flashing "You have already upvoted this" when I haven't.
This is in my code for the votes controller.
def ...
-2
votes
1answer
39 views
how to create a list of top rated articles for a period of time? (asp.net c# ) [closed]
i have a webpage that contains articles. Users are able to "Like" these articles. What i want to create is a list of top rated articles for each weeek/month, like "This weeks popular articles", "Last ...
0
votes
1answer
29 views
How to make multiple votings for one object
I was using thumbs_up gem for a voting in my web-app. But now I need, that users should be able to vote for a many options of the same object.
For example:
restaurant(model: Place) has following ...
0
votes
0answers
81 views
Algorithm that prevent 2 or more candidates in the same position to be voted together
The user can input whatever position he want into the program.
Here is what I did:
std::cout << "2. Staked position: " << std::endl;
std::cout << "->";
...
0
votes
4answers
113 views
select time 5 minutes before now
I'm currently writing a script for voting, and I need to know if the user voted in the last 5 minutes. If yes, next vote is forbidden.
How can I make a request for this?
This was my try:
WHERE time ...
-1
votes
1answer
98 views
Calculate number of columns where a row value is same
I am doing the coding in PHP 5.2.17
I want to calculate the number of users whose value for the column named vote is 1
There are 5 things to vote for
when a user votes of a image, the id of the ...
1
vote
0answers
19 views
Export Glossary Content ( to other CMS and as PDF)
How can I export a glossary (and its content) from Plone to another CMS?
How can website-users export glossary content? (e.g. as PDF-file)?
How can I implement a voting-mechanism in the glossary to ...
0
votes
1answer
30 views
Datatype for holding number of votes
Which datatype in a database can I use for holding number of votes, as the like-button on Facebook?
I’m not looking for a rating system, which holds values between 1 and 5 for instance. I’m looking ...
0
votes
0answers
99 views
Send an Outlook poll email with a PHP script
I'm wondering is it possible to send an Outlook poll email (with voting buttons) using a PHP script.
After some research I found threads about TNEF which allows emails to contain polls on Outlook ...
0
votes
1answer
180 views
Symfony 2 ACL vs Voters
I want to use isGranted('EDIT', $userObject) for allow edit given user data by all administrators and managers and that one user.
Should I use ACL for control edit $userObject?
I have written extra ...
0
votes
1answer
21 views
Multiple Author Voting System
Is it possible to implement a voting system in a collaborative multiple author blog in which when a post is created, but before it is published, the authors on the site could vote yes or no on whether ...
0
votes
1answer
37 views
how to build a voto-questions database in django?
i want keep track of which question and answer the user has voted(up and down),so this is how i did it ,its not working
this is my question class
class Question(models.Model):
question = ...
0
votes
1answer
37 views
Weighted vote handling for RDBMS
I have three tables in my RDBMS (most often MySQL or Postgresql) which I want to use when calculating votes. The first is a user table where users have different levels of pull (weight), the second is ...
1
vote
4answers
153 views
Prevent duplicate anonymous Voting
How can I recognize duplicate voting or rating for a comment or article?
For Example when you Vote up a comment, you can't vote anymore in that comment.
i want the user can vote up a comment, this ...
0
votes
3answers
46 views
What is wrong with my php form code?
I found a few tutorials online and some free code and tried to make this voting page, but the votes are not being submitted and the page is not being redirected. What did I do wrong? How do I fix it? ...
0
votes
4answers
186 views
PHP if else statement from two buttons
I'm trying to make a simple vote script in PHP and need help. The problem I'm having is that I've created a form with two buttons, like and dislike, which correspond to an if else statement.
If the ...
0
votes
3answers
176 views
Javascript Voting Only Once Cookies
I am developing a poll website and I only want voters to vote once. This is a 3 stage process. The first page is select the person you want to vote for the second page is confirming the person (hidden ...
1
vote
1answer
227 views
Simple html5 voting system
Some time ago I created a simple Cocoa (OSX) app with 5 buttons allowing the user to vote for one of 5 options. When a button is clicked, the app gives some feedback about what button is clicked, ...
-3
votes
1answer
120 views
Ruby Rails Increment value from database on click
it's the first time I work with ruby on rails, so don't be too hard with me. :)
I'm currently working a website project that will have several entries, and people will have to vote for entries. I ...
-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
0answers
87 views
Check if facebook user voted already
I have built a Facebook app. its a contest app and i allow them to recommend different non-profits to be voted on. but they have to like my fan-page first not allow my app.
my question is how do i ...
0
votes
0answers
109 views
Weka, vote algorithm using different Instances
I have 1000 classifiers. I am picking the best 20 as seen on my evaluation data based on my specific metric. I now want to use these 20 in a plurality voting algorithm on my test set. My problem is ...
0
votes
1answer
91 views
Where does vote plugin update data in database on Joomla?
Basic Joomla vote plugin:
/plugins/content/vote/vote.php
Does anybody know where and how votes of article are updated?
I have found a MySQL table called #__content_rating.
So, I do not understand, ...
0
votes
1answer
91 views
updating count with ajax on rails
Currently I am displaying the votes count statically on my page but I would like to find a way to make count update dynamically so that when I click the vote button it doesn't have to refresh the page ...
1
vote
3answers
115 views
PHP/SQL Voting and counting up the results
I am writing a script for a car show. Users choose the car number and vote 1-5 on various criteria. There are multiple users voting for the same car, but they can only vote once for each car, I check ...
1
vote
2answers
78 views
Unless statement in Rails controller?
I have the following code in my Rails 3 applications controller:
def like
@suggestion = Suggestion.find(params[:id])
@suggestion.voteip = request.env['REMOTE_ADDR']
...
1
vote
1answer
196 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
2answers
143 views
vote algorithm to avoid cheat
I would like to build a vote website, something like a +1 of facebook.
Is there some best practice to deal against cheat ?
Best way would be to use facebook, twitter and/or google to have unique ...
2
votes
1answer
206 views
Allowing anonymous votes (thumbs up) on a model in Rails 3
I am making a simple suggestions system for our work's intranet. The model is about as basic as you can get, the visitor (staff member) types their suggestion and it's added to the list of ...
4
votes
2answers
515 views
Secure voting system with php without login
Is there a way to make a reasonably secure system to vote without having to login. I now use cookies to set if the person has voted yet and also insert the users ip in the database.
If that user ...
0
votes
2answers
119 views
php rate system rates all instead of one post
Here's a bit of my code:
if(isset($_GET['nyaste'])) {
$query = mysql_query("SELECT * FROM jokes ORDER BY id DESC LIMIT 0, 12") or die(mysql_error());
while ( $result = mysql_fetch_assoc($query) ) { ...
0
votes
2answers
283 views
Value […] not a valid choice, django-updown
I am trying to implemet django-updown https://github.com/weluse/django-updown. When I try to add vote trough the admin panel it says Value 1 not a valid choice.
This is the models.py from the ...
0
votes
2answers
139 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
6answers
259 views
Sort posts by number of votes within certain time frame
I currently have a voting system implemented in my app and I'm sorting the posts by number of votes with this code in my view:
<%= render @posts.sort_by { |post| post.votes.count }.reverse ...
0
votes
1answer
293 views
How to check if somebody wrote a review to my Android App
In my Android App i want a popup do show up with a button that links to my app in the market.
The popup is showing currectly, but if somebody has already wrote a review for my app, i dont want it to ...
-1
votes
1answer
122 views
How to make when user to vote only one time per post?
How can I only allow the user to up vote or down vote a post once. This is the vote.tpl in the themes folder. What do I need to change?
<script type="text/javascript">
...
1
vote
2answers
48 views
Rating system : How to select the next item for which the user didn't vote yet
I have 3 tables with the following columns :
* users : user_id
* votes : user_id, creation_id
* creations : creation_id, creation_points
Each user can vote one time for each creation. When a user ...
-2
votes
1answer
31 views
I need a Contest Wiget that includes Arts song, vote, share, comment and live polls
I am running a contest where people can vote on my website.
Anyone enters by uploading a song via Soundcloud.com Dropbox (http://soundcloud.com/groups/hyper-creativity/dropbox) has a chance to win ...
0
votes
2answers
2k views
How to calculate average on star rating system?
I am developing a star rating system with 1-5 stars.
In my database I am saving them like this:
$stars_1 = 1;
$stars_2 = 6;
$stars_3 = 3;
$stars_4 = 11;
$stars_5 = 22;
$total_votes = 43
When a ...
0
votes
1answer
539 views
How to get dynamic post ID or value in a jquery script
I'm working on a little wordpress plugin "rate my whatever". This plugin works well on single posts but on blog page when there is several posts the plugin is not able to see from which post id the ...
0
votes
1answer
49 views
Vote Restriction Coding Error by Programmer
I am not able to properly launch my site at http://www.enbloc.sg
This is because my programmer is not able to figure out a problem. Any help would be much appreciated.
Visitors vote by clicking on ...
0
votes
1answer
107 views
How to register a user's vote on a poll?
I'm developing a page (facebook.com/genericco) for testing reasons and to learn how to develop for facebook apps.
In this page I'm developing I made a custom layout for a question I created in ...
0
votes
3answers
302 views
How to get the post id for the javascript Ajax call?
I have a similar to SO clone i am working on for practice. I am in the middle of coding the vote system. I would like that when the upvote/downvote button is clicked, an Ajax call gets sent with the ...
0
votes
4answers
317 views
Thumbs Up vote system
I want to create Thumbs Up vote system but I don't know how to do it in best way.
Here's my Entries#vote (controller/action):
def vote
if Entry.where(id: params[:entry_id]).first && ...
0
votes
1answer
518 views
Radio button rating system for various categories of questions that add a score at the end [closed]
I have a php page that has a few HTML questions on it, each question has a "type" and you answer that question on a scale of 1-5, In the example below there would be 3 question types: A, B, & C. ...