The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
13 views

Voting and rating [closed]

I have a wordpress site that I use to give information about the bars and clubs in my town. Just a little event calendar. Now I'd like to have a ratingpage so people can rate the bars in town. ...
0
votes
1answer
36 views

Rating system for users

I want to implement a system on my wordpress site. In my site, there are a bunch of users signed up. It is a social networking site. I would basically like a rating system that ranks the users ...
0
votes
2answers
103 views

Polldaddy doesn't show up on own theme

I'm developing my own theme on a website where I use the polldaddy polls & ratings plugin. I've set the ratings to show up on the homepage and that's working with e.g. the twentytwelve theme. ...
0
votes
1answer
33 views

Change Rating range in Link Manager

I have looked in here and across the internet but I can not seem to find an answer. Is there a way to change the values of the ratings. By Default it seems to be 0 to 10, but I can not find a way to ...
-3
votes
1answer
55 views

Rating based off of number of comments or views

Is it possible to have some sort of rating feature based off of x amount of comments or views? Example: Instead of saying 200 views, have it say: "Hot" 400 views, have it say: "Very Hot" ...
0
votes
3answers
89 views

Display a custom field rating system in the front end

I have added a content rating system to my platform where the authors can select which audience their post is appropriate for. Currently, these options are available: Unrated G PG ...
-1
votes
1answer
117 views

Adding a content rating system

I run a multiple author site and the content is directed to various age groups. Instead of forcing the writer to manually note which age group the post is appropriate for, I want to add a content ...
0
votes
1answer
174 views

Make a wordpress site similar to Hot Or Not - Image rating system [closed]

I'm wondering how I would go about implementing some kind of image voting system to wordpress. I've had a brief look at plugins but none are particularly great. I would also like users to be able to ...
0
votes
1answer
327 views

How to sort by custom field value?

I am using these code to sort most Commented, Most viewed Posts <?php $params = $_GET; unset($params['orderby']); unset($params['order']); unset($params['v_orderby']); unset($params['v_sortby']); ...
0
votes
1answer
120 views

How to rate a post from Admin Side / Manually?

I am working on a Mini Job Site. i want to give rating to posts manually from admin / editor side Best rated people will be on top. so visitor'll get better choice. visitor are not allowed to ...
1
vote
1answer
202 views

Rate voting plugin [closed]

Is there a plugin that can let the readers vote? It's for something exactly like this: http://www.marca.com/debate/2012/05/2408/prevotaciones2408.html The thing is that every player could get an ...
0
votes
2answers
181 views

Good rating plugin that doesn't depend on an external service?

Is there a good plugin for rating blog posts that doesn't depend on PollDaddy or another external service? Ideally I'd like a plugin similar in appearance to Polldaddy Polls & Ratings, but without ...
1
vote
3answers
86 views

rating articles for internal purposes

We have started with a lot of users who writes articles for the site. We want now rate every article internally for haveing an overview of the users with the best articles. Does someone know a ...
0
votes
1answer
401 views

Is there a way to rate users instead of posts?

I would like to enable ratings for individual authors on my site instead of posts, so that users can rate each other. I just want a star rating system with some text to form some sort of review. I ...
1
vote
1answer
473 views

Advice for a voting / multiple rating plugin for post types other than GD Star Rating

I would like to let users of one of my WP projects to cast votes on certain post types; the type of votes cast should differ slightly according to post type. For example for one post type they might ...
1
vote
1answer
86 views

Rating system and changing the loop

Alright, so I want to see who can help me implement this idea I have. I just want one single Icon next to a post. If you click it, then you "Heart" it or "Love it". The post has a counter to see how ...
1
vote
1answer
377 views

Thumb rating for wordpress - top user

I am currently using gd star rating (thumb rating) to rate posts (articles - no rating on comments). What I really want to do is show a table of the top 5 users and their number of votes based on the ...
0
votes
1answer
186 views

Dynamic Rating Plugin to Add Anywhere

I need to add ratings to a page for a few different fields (ex: color, quality, etc.) - not just per post or comment. I'm generating the page using a template, so I have access to the php file that ...
0
votes
2answers
1k views

Comment rating plugin for wordpress.

i want to know, which is this comment rating plugin ? used here http://www.smashingmagazine.com/2010/08/10/showcase-of-delicious-coffee-websites/ plz have a look at comment section
2
votes
1answer
1k views

Star rating for custom post types

I need to add star ratings to one of my custom post types. At first I coded them myself but when the rating challenge came along i thought about using a plugin instead, so I used easy post types. ...
0
votes
2answers
700 views

Post rating using Custom Field

I'm writing new theme for my blog. And I want to make some kind of post rating using custom fields. There are two fields: 'good-post' and 'bad-post'. And after each post I placed two buttons. Yep, ...
1
vote
6answers
519 views

trying to do if post meta !=0

im trying to do a simple if function on my code but for some reason it just isnt working correctly, ive gone over it several times to see if there is anything im missing but no luck, im trying to say ...
-1
votes
3answers
38 views

which is this plugin ? [closed]

can somebody tell me which is this plugin used in comment rating ? http://goo.gl/AWxl5 see on comment thanks in advance
0
votes
1answer
40 views

Plugin prevents code from working

This is my blog http://animeii.tk/ (it might be down from time to time since the domain is still new) The theme is Magazeen and I have this code there: <div class="dock-back container ...
1
vote
1answer
540 views

Is there a plugin for rating of multiple questions for wordpress?

I have developed a site in worpdress. I need to manage a different questions like "How would you rate our customer service", "How satisfied were you with our service" and more questions and rate these ...
2
votes
1answer
322 views

I need to have two 1-5 star rating fields, only editable by admins. Which plugin should I use?

I need the following: two different 1-5 star rating fields, for one of my custom content types. The ratigs will be stablished by the admin, so I dont need a real voting system. The fields are more ...
0
votes
2answers
734 views

Is there any plugin which enables users to rate comments in thumbs up-down way?

The plugin should work with un-registered users also. Its not mandatory for plugin to add rating system to posts/pages. I need thumbs up-down rating system only for comments.
1
vote
3answers
986 views

Author page: Comments and Ratings?

I have a mult-author site where the author page gets high traffic. People want to know more about them. I have modified the author page to show more info, some custom fields, etc. but what I'd ...