The plugin-gd-star-rating tag has no wiki summary.
0
votes
1answer
10 views
Get content or excerpt of top rated votes @GD-Star Rating?
I am using the GD-star Rating plugin and I have a function which outputs the top rated posts. The problem: it won't show the content or the excerpt of those posts. How can I do this? This is the ...
0
votes
0answers
17 views
Star rating on taxonomie
I want to make it possible for people to judge me tag pages. I looked around and could not find anything, anyone have an idea? On Wordpress (off course ;-) )
0
votes
0answers
32 views
Markup Validation Service problem with alt images
Hy,i have try over a week to validate 4 images that are retrived by a code with GD Star Rating plugin
This is the code i have:
<?php
wp_gdsr_render_rating_results(array('template_id' => 49, ...
0
votes
2answers
221 views
Fetching review value using wpdb class
I'm generating an XML file using PHP for a website where they review tech products. In the XML file, I have to display the rating of products. For rating purposes, I'm using GD Star Rating plugin.
...
0
votes
0answers
39 views
GD Star Rating and Infinite Scroll callback
I'm looking to use GD Star Rating on a page that uses Infinite Scroll. However when loading the next section of the posts, the star rating looses it's functionality.
I've found easy callbacks for ...
0
votes
0answers
110 views
BuddyPress activity for comments - show featured post image and GD Star Rating
I have a review site I'm setting up with BuddyPress and using GD Star Ratings plugin to handle the reviews.
I have setup comment activity recording. I would like to show the featured image of the ...
0
votes
3answers
934 views
Using GD Star Rating outside of the loop?
I need to insert a rating straight away after having programmatically created a post in WordPress and added a comment.
What is the (GDSR) function to call to fire the rating once I've got the post ...
0
votes
1answer
45 views
GD Star Rating Rating In Latest Comment
I want To Show latest comment with rating..
Iam Using The code below.. But Its don't Shown Any Rating.
<?php $comments = get_comments('status=approve&number=3');
foreach($comments as $comment) ...
-2
votes
1answer
141 views
sort by vote with GD STAR RATING plugin
Does anyone have any suggestions as to how I can get the sort by vote count to work with the GD STAR RATING plugin? I have added sorting parameters to a category list on my site but it still isn't ...
-1
votes
1answer
940 views
Is it possible to sort posts by vote using the GD Star Rating plugin?
Anyone has experience using the GD Star Rating plugin?
and make a loop that sorts posts by vote/stars?
0
votes
2answers
816 views
Has anyone effectively integrated GD star rating and Cube Points?
Has anyone effectively integrated GD star rating and Cube Points?
From the documentation:
Plugin Integration CubePoints can also
be easily integrated with other
plugins. Other plugins can be ...
1
vote
0answers
157 views
add GD Star Rating's to buddypress comments
I am trying to add GD Star Rating's to wordpress comments but struggling to add them to the comment form
There is an explanation here but the code snippet is corrupted ...
1
vote
2answers
855 views
Why is that gdsr_sort=thumbs (GD start rating plugin) only works with query_posts and not with WP_Query?
This correctly sort posts by thumbs vote (GD star rating plugin):
<?php query_posts('gdsr_sort=thumbs&post_type=bbp_reply&posts_per_page=2&post_parent='.$post->ID); ?>
<?php ...
-3
votes
1answer
261 views
Custom GD Star Ratings Stars [closed]
I have some custom stars that I would like to use for GD Star Ratings.. how do I load my custom star image?
1
vote
1answer
378 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
3answers
170 views
Is there any way of only retrieving posts with one or more thumbs up (GD star rating plugin)?
I'm building a website that uses the GD star rating plugin.
Right now, I'm using the following code to retrieve two posts of the current page (a custom post type called bbp_topic) and sort them by ...
0
votes
1answer
287 views
GD star rating function problem
If anyone can help me out with this you'll be a life saver.
I've been trying to use the wp_gdsr_render_review() function to add the results to my theme with no success. The results appear fine if I ...
1
vote
1answer
476 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 ...
0
votes
2answers
531 views
Get Posts from Last 24 hours and Sort them via GD Star Rating
I am trying to sort the posts using GD Star Rating in the last 24 hours. I have two separate queries, but I don't know how to merge them.
function filter_where($where = '') {
...
0
votes
1answer
187 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
1answer
438 views
Comment_form and GD Star Rating
I'm finding GD Star Ratings a bit complex to work with. I'm using the comment_form function to generate a custom "review" form on a custom post type. At the top of the form, I want reviewers to leave ...
1
vote
1answer
320 views
Override GD star rating IP based restrictions
Anyone know if its possible to prevent GD star rating from logging the IP address of a user's machine? I realise this is intended to stop people rating more than once but it prevents people from being ...