Google Plus Profile Subscribe to RSS feed LinkedIn Profile Follow me on Pinterest Watch our Youtube Videos Find us on Flickr Stumbleupon Profile
GD aZon FUSION

13 Responses to “Comments integration #2”

  1. Ninanoki | May 28, 2009 at 8:04 AM

    i thought that modyfing Walker will be difficult but it’s quite simple.you need to copy from Starscape theme files:comments.php,comments_new.php and modules/comments_walker.php

    GD Star Rating
    loading...
    • MillaN | May 28, 2009 at 8:14 AM

      Yes, once you go through the Walker class, you can see that changes can be done easily. Hopefully, most of the other old WP code will be converted into classes in the next versions.

      GD Star Rating
      loading...
    • Lauren Cooper | May 30, 2009 at 4:24 AM

      Could you please explain what you did? I’m trying to figure out how to implement this thing and am having major problems. I’m using the Atahualpa theme on WP 2.7.1

      GD Star Rating
      loading...
      • MillaN | May 30, 2009 at 11:49 AM

        Sorry, but I don’t have free time to review every theme. The method I described is universal, but you need to figure out yourself whate and where to modify. Use my Starscape theme for reference. And there is always premium support.

        GD Star Rating
        loading...
  2. Lauren Cooper | May 30, 2009 at 4:14 AM

    I love this plugin, but I am completely lost as to where to insert the code so that the ratings show up on the posts (I’ve got it working on the comment form).
    I have atahualpa theme installed, and I think my comment.php code might be a little different. Can you please explain a little bit more where to insert the code?

    GD Star Rating
    loading...
  3. BJ | May 31, 2009 at 2:36 AM

    Lauren –

    Just put [STARRATER] in the post where you want the rating block to show up.

    OR

    Put in the post template file where you want the stars/rating block to be.

    GD Star Rating
    loading...
  4. David | June 16, 2009 at 5:46 PM

    It seems that the comment_integrated functions are not in the user manual. It would help if there were documented on a page somewhere in the mean time.

    GD Star Rating
    loading...
    • MillaN | June 16, 2009 at 6:10 PM

      They are in the info files that come with the plugin.

      GD Star Rating
      loading...
  5. David | June 16, 2009 at 6:12 PM

    I dont see a function to display the comment multirating aggregate on the post? I have it so each comment can make a multi-rating, and each comment is displayed with the multirating shown on the comment. But I don’t see how to display the “user rating” average, which I want to display before the comments are displayed.

    GD Star Rating
    loading...
  6. David | June 16, 2009 at 6:53 PM

    I ended up doing this. Please let me know if there is a better way:

    $r=wp_gdsr_rating_multi(1);
    if ($r->rating > 0){
    echo “Average User Rating\n”;
    wp_gdsr_multi_rating_average(1);
    echo ” ” . $r->rating . ” out of 5″;
    }

    GD Star Rating
    loading...
    • MillaN | June 16, 2009 at 8:03 PM

      You can duplicate MRB template, and only leave average rating stars, remove rating stars, and call the function for it with rating not allowed. Everything can be done using templates.

      GD Star Rating
      loading...
  7. david | June 16, 2009 at 11:49 PM

    I’ve tried creating a new MRB template, but it doesn’t take. I can’t get templates to do anything.

    GD Star Rating
    loading...
    • MillaN | June 17, 2009 at 12:15 AM

      Creating template is not enough. You must use it where you need it. That’s way you can make as many templates of the same type as you want, and use them through functions or shortcodes.

      GD Star Rating
      loading...

Comments are closed.

www.dev4Press.com

Dev4Press is a premium service dedicated to developing of high quality plugins and themes for WordPress, custom development and consulting. Follow this link to find out more...

Feedburner Feedburner updates

Sign up to receive all latest news about GD Star Rating directly to your email.