Subscribe via Feedburner Flickr Images Youtube Profile LinkedIn Profile
HostGator

GD Star Rating 1.4.6

Thumbnail for GD Star Rating 1.4.6

GD Star Rating 1.4.6 is released. This release is mainly intended for bug fixing, but there are some new things also. This release is most likely last one in 1.4.x line. And GD Star Rating 1.5.0 will be released next week. Before that lets focus on this one.

Some ten bugs are fixed in this version. Most of them are minor bugs, but there are few that were causing real problems for some users. Few problems with multi reviews are fixed including missing review stars on page edit and minor rendering problem. Some of the templates are changed to fix some of the validation problems. Minor problems with admin panels and post edit widget are also fixed.

Some integration functions are updated, and some CSS styles and HTML are also tweaked a bit. Deleting individual votes based on IP is improved. I have added new T2 template and integration function for simple rendering of average multi rating result for comment integration.

Main CSS file can be quite big if you don’t follow optimization recommendations. And because this file is dynamically generated, it’s not automatically cached by the browsers. So, i created cache support that works with every browser. Plugin even detects changes to this file, and if the changes are detected it will serve new file to overwrite cached one. This feature is active by default.

Categories panel is now functional, even that some of the features are still not used by the plugin. This will require a lot of explaining, so more details on it will be in the post planned for the end of the week. Also, I have improved few things in the AJAX calls processing adding few more validations of received data for better security.

While the plugin is compatible with WP 2.5.x, I have stoped testing it with this WP. If you find a problem, report it and I will try to fix it. Similar thing will happen with WP 2.6 after 1.5.0 is released. I just don’t have time to test with more than 2-3 different WP versions.

Next week will be very busy in preparations for 1.5.0. This release will target fixing more bugs (if found) and completing categories based management. As for the website, you can expect several new posts. One post will focus on the evolution of this plugin, from early alpha versions to the latest release. Another post will announce new roadmap of the summer plans for the GD Star Rating. One more post about Optimization will be published also, and 4 more tutorials: integration with TDO Mini Forms, integration in RSS feed, using new categories based management and working with articles panel.

If you find any more bugs, please post the comment about it. This way I will fix as many things as I can before 1.5.0 is released.

GD Star Rating
loading...

Share this:

del.icio.us DiGG Google StumbleUpon Google Buzz Microsoft Live MiXX RSS PDF
GD Star Rating 1.4.6, 8.2 out of 10 based on 61 ratings

27 Responses to “GD Star Rating 1.4.6”

  1. Scorpio84 | June 22, 2009 at 7:19 AM

    Upgraded automatically to 1.4.6

    Calling multi-review using php

    wp_gdsr_show_multi_review(1, 20, ‘oxygen’, 16, ‘oxygen_gif’, ‘oxygen’, 12, ‘oxygen_gif’);

    Fatal error: Call to a member function get_url() on a non-object in C:\VertrigoServ\www\wordpress7\wp-content\plugins\gd-star-rating\code\standard_render.php on line 51

    GD Star Rating
    loading...
  2. Scorpio84 | June 22, 2009 at 7:41 AM

    Shortcode for the same works..
    ——–
    he he gotcha… Builder is the culprit :)

    a 0 needs to be there (3rd variable input)
    wp_gdsr_show_multi_review(1, 20, 0, ‘oxygen’, 16, ‘oxygen_gif’, ‘oxygen’, 12, ‘oxygen_gif’);
    ———
    Btw in my earlier bug in the forum this was the reason i got confused as I thought that you are doing hard work overloading the functions – as builder wasn’t putting a couple of deafult values :)

    GD Star Rating
    loading...
    • MillaN | June 22, 2009 at 11:21 AM

      Thanx, I will fix this in the builder.

      GD Star Rating
      loading...
    • Fer | June 22, 2009 at 12:08 PM

      Hi, I got the same issue than Scorpio84 but in my case I was just passing a single variable:
      wp_gdsr_show_multi_review(1);
      Adding the others didn’t change anything.

      Still this is a great plug-in and looking forward to 1.5. Thanks Milan.

      GD Star Rating
      loading...
  3. azzepis | June 22, 2009 at 12:09 PM

    how about turtorial – how to show multi rating review results in the widget?

    GD Star Rating
    loading...
  4. Piasek | June 22, 2009 at 2:19 PM

    After integration multi ratings to comment addition form, multi rating are added every time a comment is added regardles if rating is given or not. I assumed that minimum rating is 1 star, zero stars means no rating, at least that is how single rating works. You can see this here:

    http://www.myfto.net/?p=183

    There are 6 comments, but only three of them have rated the post. As You look at votes cast, You’ll see that single shows 3 (correct) and multi shows 6 (not correct, should be 3). Multi rating results go lower every time comment with zero stars is added (which gives flase results). I’m using 1.4.6.

    GD Star Rating
    loading...
    • MillaN | June 22, 2009 at 2:34 PM

      Yes, this will be fixed. Plugin will require all elements to be checked for a vote to be valid. Minimum allowed is a single star in each element, and without that block is not valid.

      GD Star Rating
      loading...
  5. Jimmy | June 23, 2009 at 8:17 PM

    Hello Milan, thanks for a great plugin, i’m sure you hear that already by other user of your plugin. I’m just wanna give some suggestion for possible improvement. You see, i also encountered some error message similar to those posted by other users in this page.

    That has made me cautious of installing and using GD Star Rating, seems like errors is common.

    Also it’s apparently somewhat taxing on performance. I looked at the setting and it’s overkill for something so simple.

    What i’m suggesting is how about a lite version of this?

    GD Star Lite would be a good idea because not all of us want something so complicate and bloated, and i’m sure a lite version would cut down on errors too.

    What you think? I think this is worth considering. Stripping all the fancy bells and whistle of GD Star Rating for a lite version which still does what it’s core function is, taking votes for the main post and straightforward setting page.

    GD Star Rating
    loading...
    • MillaN | June 23, 2009 at 8:57 PM

      Compare to the most WordPresss plugins I have used over the years bugs in GD Star Rating are very rare in general. And there were only few critical bugs over the past year.

      As for the performance, I am always testing what plugin adds to the blog, and I still didn’t noticed any speed problems, or increased memory consumption. I have started working on series of benchmark articles and one of them will cover GD Star Rating.

      As for the lite version, plugin was lite some 6-7 months ago, but then people started asking for multi sets, for comments integration, for all kinds of fancy things. Then it was, why I can’t change that text or why this looks this way and the only solution was to make a templates so that everyone can set own display.

      And believe me, voting core including saving votes, preparing for rendering and other things that are used on the blog pages is still 95% the same from somewhere around 1.0.0 that was released in october. Also, a lot of features can be disabled if you don’t need them.

      So maintening two different versions is just not an option, and that is not going happen.

      GD Star Rating
      loading...
      • Jimmy | June 23, 2009 at 9:28 PM

        Good point, i see what you mean. Indeed setting the options and leaving whatever is not being use is a good idea. I’ve been playing around with the setting via your instruction on optimizing css and javascript, i feel more confident about using gd star ratng now, look forward to your benchmark articles. Thanks again for a wonderful plugin.

        GD Star Rating
        loading...
  6. redfox | June 24, 2009 at 2:14 PM

    set memory_limit = 128M in php.ini
    nothing changed in general settings
    http://img140.imageshack.us/i/wpgdstarratinggeneralse.jpg/
    only deactivating this plugin shows full page..
    any advice is appreciated.

    GD Star Rating
    loading...
    • MillaN | June 24, 2009 at 2:50 PM

      This is very extreme case, and I don’t know what’s causing it, since GD Star Rating in admin pages loads anything only on it’s own panels. It’s interacting with something else to do this, because I don’t see any other explanation since in 99.9% of the websites it works fine with 32MB or even less.

      GD Star Rating
      loading...
  7. dennis | June 24, 2009 at 6:16 PM

    Im not using this release yet, but I found a bug in multi.php:

    $sql = sprintf(“INSERT INTO %sgdsr_multis_values (id, source, item_id, user_voters, user_votes) VALUES (%s, ‘rvw’
    , %s, 1, ‘%s’)”,
    $table_prefix, $record_id, $i, $values[$i] ? $values[$i] : “0″);

    if values isn’t set to something, you get a mysql error on the ” setting for the integer field.

    GD Star Rating
    loading...
    • MillaN | June 24, 2009 at 6:56 PM

      This code has changed, and is not used in the latest versions anymore.

      GD Star Rating
      loading...
  8. darren | June 25, 2009 at 9:18 AM

    Am I missing something?

    I upgraded to 1.4.6 and in so doing, my multis, which have stars showing on the individual posts, are no longer counted in the dashboard/summary screen. Therefore, the widget does not register any votes?!

    GD Star Rating
    loading...
    • MillaN | June 25, 2009 at 11:13 AM

      Dashboard widget only registers standard ratings, not multi ratings.

      GD Star Rating
      loading...
  9. darren | June 25, 2009 at 9:12 PM

    I don’t know about that, Millan.

    According to this:

    http://www.gdstarrating.com/2009/04/21/widget-gd-star-rating-2/

    Multis are supported through the widget. In fact, just click on my name…I only use multis. So they do work.

    The issue lies in the widget not picking them all up.

    GD Star Rating
    loading...
    • MillaN | June 25, 2009 at 9:42 PM

      I said that widget on the admin dashboard shows only standard ratings. As for the normal widget, I already answered to your other comment.

      GD Star Rating
      loading...
  10. Alessandro | June 29, 2009 at 9:29 AM

    Hi,
    How can I translate in Italian this text:
    Rating: 3.5/5 (2 votes cast)
    I have 1.4.8 gd star ratings version…
    I have the localization in Italian, but the text under the stars is still in English…Please help me…
    My Blog:

    GD Star Rating
    loading...
    • MillaN | June 29, 2009 at 10:52 AM

      Templates, templates, templates.

      GD Star Rating
      loading...
  11. Konsport | July 5, 2009 at 12:46 AM

    Hello,

    i have a problem with the T2 Templates. I changed the Text Template for standard voting and set the new template as default over “Set default templates”. But my posts show the older standard template? Where is my mistake?

    Thank you very much in advance.
    Konsport

    GD Star Rating
    loading...
    • MillaN | July 5, 2009 at 1:17 AM

      Set default doesn’t change already set templates, it’s used only when no template is specified or invalid template is specified. You need to change template to be used.

      GD Star Rating
      loading...
  12. Konsport | July 5, 2009 at 8:59 AM

    Thanks. I understand now.

    GD Star Rating
    loading...
  13. Konsport | July 5, 2009 at 10:05 AM

    Hello,

    a next little problem :) – In the standard comments function of wordpress the visitor (not user) must wrote a Name, a mail, and optional his website, like here. Now i have activate your plugin. And now a visitor can’t make a comment. I said in your options (for posts and categories) that everyone can vote. The fields name, mail and website are not display. Where is my mistake?

    Thanks again for your help.

    you have create a very good plugin. all my wishes are fulfilled.thank you.

    GD Star Rating
    loading...
    • MillaN | July 5, 2009 at 11:47 AM

      Plugin has nothing to do with comments.

      GD Star Rating
      loading...
  14. Konsport | July 5, 2009 at 12:39 PM

    Yes, i found my mistake. It has nothing to do with your plugin. Sorry and Thanks.

    GD Star Rating
    loading...

Trackbacks/Pingbacks

  1. Dev4Press » GD Star Rating 1.4.5 - June 21, 2009

    [...] http://www.gdstarrating.com/2009/06/21/gd-star-rating-1-4-6/ VN:F [1.4.5_712]please wait…Rating: 0.0/10 (0 votes cast) Share and Enjoy: [...]

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.
xScape Premium Themes