vote
how to replace the number with the "image width" in vote page
<form action=\"/votes/vote\" method=\"post\"> <% for option in @vote.options %> <%= option.name %>[详细]
2023-04-10 05:11 分类:问答Self ordering voting system [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-03 21:19 分类:问答Problem with installing vote_fu_rails_3 gem
I\'m trying to install the vote_fu_rails_3 gem for rails 3. I ran the command: $ rails plugin install git://github.com/vshvedov/vote_fu_rails_3.git[详细]
2023-03-31 15:01 分类:问答How can I alter this script to allow voting once per day?
I\'m trying to incorporate the script in this tutorial appreciate badge tutorial开发者_Go百科 but I would like to be able to allow the IP to vote once per day. could anyone offer a suggestion on alte[详细]
2023-03-28 05:02 分类:问答Like/Dislike system like FB
I have my tables set and the design I wanted...the only thing in my way of creating a sexy like/dislike system for my site is the actual PHP it would take (dont worry i wrote a bunmch of the code, its[详细]
2023-03-20 16:21 分类:问答How to retrieve the best voted article, per day, per week, per month or forever?
I\'ve a voting system which is actually simple. vote_id, user_id, article_id I need now to be able to fetch the best voted article per day, week, month, year, forever.[详细]
2023-03-15 14:46 分类:问答Display data based on timeframe with SUM
With PHP and MySQL I am trying to display items with most votes over a certain period of time (24 hour, 1 week, 1 year, etc).When someone votes on an item, a table records the user, item id, vote, and[详细]
2023-03-09 06:54 分类:问答SQL/PHP calculate percent of yes/no votes
This has me stumped I have Googled for ages now and have searched here but have had no joy on what is probably 开发者_运维问答a very simple to do ...I dont know maybe im just searching with the wrong[详细]
2023-03-06 13:58 分类:问答Django counting related objects in model layer
It is possible to do something like this working:开发者_JAVA技巧 class Book(models.Model): voters = models.ManyToManyField(User, blank=True)[详细]
2023-03-05 16:23 分类:问答Rails 3 - Thumbs up - Routing problem?
Hi I\'ve got a project where I\'m using Thumbs_up, when you enter a single retailer you can either vote it up or down. It works like a charm.[详细]
2023-03-03 17:46 分类:问答