Google Plus Profile Subscribe to RSS feed LinkedIn Profile Follow me on Pinterest Watch our Youtube Videos Find us on Flickr Stumbleupon Profile
xScape Premium Themes

GD Star Rating 1.1.7

Thumbnail for GD Star Rating 1.1.7

This is just another maintenance release containing few bug fixes, improvements to T2 templates system and few more things. This version is the last cleanup up version planned for this development cycle. After this you can expect two more fully packed versions with new features followed by 1.2.0 release and completed T2 templates system.

T2 now has 6 templates built in and added into database after upgrade. Also, many things are fixed in T2, but still nothing is used by the plugin rendering yet. Next version will have some of this templates in use and also will have function expanded to use the templates. Database installation files are cleaned up fixing few small problems along the way. If you experience problems related to database, check the post I added yesterday about solving the problems.

This is it for now. In the next week you can expect two more tutorials here, and new 1.1.8 version.

GD Star Rating
loading...

Share this:

del.icio.us DiGG Google StumbleUpon Google Buzz Microsoft Live MiXX RSS PDF
GD Star Rating 1.1.7, 7.9 out of 10 based on 67 ratings

24 Responses to “GD Star Rating 1.1.7”

  1. donnacha | WordSkill | March 11, 2009 at 5:06 AM

    Thank you MillaN!

    GD Star Rating
    loading...
  2. ZooWorx | March 11, 2009 at 4:07 PM

    Nice. Thank you!

    GD Star Rating
    loading...
  3. Viggo | March 12, 2009 at 7:51 AM

    I will be wait a final version.

    GD Star Rating
    loading...
  4. Carlos A. | March 14, 2009 at 11:32 PM

    Are you planning to support work into wordpress MU edition?

    GD Star Rating
    loading...
    • MillaN | March 15, 2009 at 12:19 AM

      I am, but I don’t have time right now to sort out the problems, and I didn’t worked much with MU installations so far. I know that there are few successful attempts to use GD Star Rating with WordPress MU, and I don’t expect too much problems. After 1.2.0 is released, I will get to MU changes.

      GD Star Rating
      loading...
  5. Aisthesis | March 15, 2009 at 2:03 AM

    This plugin is very awesome! Thank you! I can’t imagine the amount of time you have put into all that code.

    I have 2 comments/suggestions;

    1. Multiset support for different posts/pages. Please! =)

    2. The following change to wp_gdsr_render_multi function will allow for custom settings.

    Use:

    $render_custom = array('read_only' => 1);
    wp_gdsr_render_multi(1, $render_custom);

    Function:

    function wp_gdsr_render_multi($multi_set_id, $settings = array(), $post_id = 0, $echo = true) {
    global $userdata, $gdsr;
    if ($post_id == 0) global $post;
    else $post = get_post($post_id);

    $settings['id'] = $multi_set_id;

    if ($echo) echo $gdsr->render_multi_rating($post, $userdata, $settings);
    else return $gdsr->render_multi_rating($post, $userdata, $settings);
    }

    GD Star Rating
    loading...
    • MillaN | March 16, 2009 at 1:06 AM

      1. I don’t understand this.
      2. This whole part (and few others) will be rewritten soon.

      GD Star Rating
      loading...
      • Aisthesis | March 16, 2009 at 1:49 AM

        1. You have multisets but not support for unique mulitsets on a per post or per page basis.

        For example. Say you have 3 pages; A, B & C.
        A & C use the same multiset, B uses a different multiset.

        2. That’s good to hear!

        GD Star Rating
        loading...
        • MillaN | March 16, 2009 at 10:42 AM

          You can have 100 multisets, and 100 posts, and each one can use different one. Set that’s used is determined by the shortcode added to the post, so yeah, unique multi sets per post is possible.

          GD Star Rating
          loading...
  6. Edward | March 16, 2009 at 12:20 AM

    Millan, I like the plug in but is there anyway to move the rating away from the bottom of a page? Is there a small insert code for it? You can see what I mean here: http://pakspotter.com/bored-saudi-youth-turn-to-racing/

    Is there something like this : ()?

    I’ve tried my best to see how I can move it but I dont see a single line of code! Your help would be greatly appreciated. Thanks.

    GD Star Rating
    loading...
    • MillaN | March 16, 2009 at 1:05 AM

      Auto insert adds the block at the bottom. If you want to move it, you need to disable auto insertion. After that you can use shortcodes to place it wherever you want, or php function to integrate it in the theme. Check out the user guide.

      GD Star Rating
      loading...
  7. Edward | March 16, 2009 at 2:12 AM

    Thanks Milan, the User Guide link doesnt seem to work.

    GD Star Rating
    loading...
  8. Edward | March 16, 2009 at 2:14 AM

    Sorry, I’m an idiot. It works. Thanks again :-)

    GD Star Rating
    loading...
  9. Tim | March 18, 2009 at 10:45 PM

    Hi There,

    Just wondering what the ‘GD Comments Rating’ part does for the widgets section.

    Is there any way of getting this to work? and also to have some more options available for it like the post ratings widget?

    At the moment i add it to my side bar, press save, then it disappears out of my sidebar again. Is anyone else finding difficulty using this?

    Tim

    GD Star Rating
    loading...
    • MillaN | March 19, 2009 at 12:43 AM

      It’s not functional yet.

      GD Star Rating
      loading...
      • Tim | March 19, 2009 at 3:24 AM

        oh ok, thanks for the quick reply, i love the system, its so functional and easy to use.

        Any idea when the comment ratings widget might be up and running? As this would add such an amazing element to the whole plugin.

        Cheers

        Tim

        GD Star Rating
        loading...
      • Tim | March 20, 2009 at 11:15 AM

        Hi there,

        Just a thought, whats stopping this from becoming functional, is it extra programming that needs doing or is it that your not sure how it should work?

        Regards

        Tim

        GD Star Rating
        loading...
        • MillaN | March 20, 2009 at 1:14 PM

          I need time to finish coding it.

          GD Star Rating
          loading...
  10. Ray | March 21, 2009 at 10:53 PM

    Are there plans for adding additional comment review options in the admin area?

    Say we want comment review enabled on certain posts only, would there be an ability to turn it on/off on the post entry screen?

    I’m sure this is on the roadmap already!

    Milan, do you have an ETA for at least a PHP manual function for the average score of comment reviews for a post?

    The PHP function would be more important than the comment review widget in my opinion because I think the widget would take more work.

    GD Star Rating
    loading...
  11. MillaN | March 22, 2009 at 11:20 PM

    As I said many times before: comments review feature MUST BE build into the theme! Plugin can’t modify comment form, and there is no workaround that. My Starscape theme has all that done. So, displaying comment review stars in the comment can be controled only by the theme, not the plugin.

    User guid will be updated for 1.2.0 version.

    GD Star Rating
    loading...
    • Ray | March 23, 2009 at 7:00 PM

      I do have comment review built into the theme.

      Thanks for clarifying that plugins cannot modify the comment form.

      But, right now there is no way to display the average comment review rating for the entire post. Am I correct to say this?

      GD Star Rating
      loading...
  12. Rick | March 26, 2009 at 1:28 AM

    This error message is displayed on the Add New Post page:
    Warning: Invalid argument supplied for foreach() in …/wp-content/plugins/gd-star-rating/gd-star-rating.php on line 511

    I haven’t found any results from searching for this error. Got any ideas how to correct it?

    Most importantly, thank you for your work. This is a great addition to wp.

    GD Star Rating
    loading...
  13. Patrick | March 30, 2009 at 11:51 AM

    Snazzy looking plugin! Can you make your theme available for download? :)

    GD Star Rating
    loading...
  14. Patrick | March 30, 2009 at 11:59 AM

    Nevermind! a quick google found it! :)

    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.