92

GD Star Rating 1.1.8

DiggThis
Thumbnail for GD Star Rating 1.1.8

This is very important updated that fixes number of bugs, introduces some important changes and adds few new things. It’s very important to know that some of the features are removed from this version. All that is done as previously announced a steps leading to stable 1.2.0 version.

Fixes and improvements

W3C validation problem is fixed. Saving review data on the post edit page is fixed and data is not duplicated anymore when revisions are saved. Missing confirmation dialgos from Setup panel are now added. Warnings about multi ratings set when used for review are also fixed. This part is much improved with this version, but more on that later. Readme file, and several links are updated and fixed. There was also an very old bug when after ajax voting results are not displayed properly, mixing comments and posts rating blocks. This is finally fixed.

Also, because of many demands, some of the default settings are changed: post and comment authors can vote for own posts and comments by default, multi ratings are active by default and also few more. Functions for checking votes are changed and improved, and now are hopefully faster and more precise. Some missing translation strings are added to translation.

Features removed

Non ajax voting support is now removed. Old code was hard to maintain, and with new templates rendering system coming that will be even harder. Ajax is a standard and much better system, so it will remain the only way for recording votes. Multi ratings already worked only with ajax support.

Also, IE6 PNG Fix is removed. It wasn’t warking right with every IE6 version, and was causing some other problmes as well. The only sure why to use transparency in IE6 is GIF. But, now for each stars set you can set in settings panel you can set additional set used for IE6. This set can be set to GIF version of main selected set. By default now, this is set to GIF version of Oxygen set. This set is also included in the installation by default.

Multi ratings reviews

This feature is still under a lot of changes, and with the latest improvement it is possible to use all sets you have created for reviewing. Review block is changed and allows you to select set. All reviews with all sets are saved and review shortcode allows you to select which set reviews you will display. You can expect more improvements soon.

What’s next…

Next is completion of  T2 templates system that will allow totally free rendering of each rating block. I plan to update all functions and shortcodes to support new templates system. And to updated user guide. That all will be in the next 1.1.9 and finally 1.2.0 version. After that many new things will follow.

GD Star Rating
loading...

Share this:

del.icio.us DiGG Google StumbleUpon Google Buzz Microsoft Live MiXX RSS PDF
GD Star Rating 1.1.8, 7.6 out of 10 based on 161 ratings

92 Responses to “GD Star Rating 1.1.8”

  1. donnacha | WordSkill

    March 27, 2009
    at 1:21 AM

    At this stage, IE8 has been released and IE7 is three years old, we should all just stop wasting our time on IE6 support – is people insist upon using an 8yr old browser, they don’t deserve to get modern functionality.

    As ever, thank you for your continued work on this plugin, I’m looking forward to seeing the “many new things” that will follow 1.2 :)

    GD Star Rating
    loading...
    • MillaN

      March 27, 2009
      at 1:38 AM

      Now that IE8 is out, we will see much more problems with making websites compliant to its bugs and missimplemntations. Microsoft should stop making browsers. They should integrate some other browser into Windows and everyone will be much happier.

      GD Star Rating
      loading...
      • B3

        April 8, 2009
        at 3:16 PM

        I don’t agree to this. MS has actually brought a great product that finally follows standards. Its not their fault people don’t design websites right.

        GD Star Rating
        loading...
        • MillaN

          April 8, 2009
          at 4:42 PM

          New IE8 is far away from following standards as any other IE browser. That’s a fact. Check out any website that’s haevy on using javascript and css, and you will see that it deons’t look as it should be.

          GD Star Rating
          loading...
  2. Ravi Nagarajan

    March 27, 2009
    at 1:27 AM

    Hello, I installed 1.1.8 today and it broke the post preview function. I believe that something related to multisets caused things to break. See the WHERE clause of the SQL below. This error comes up when I try to preview any post from the post authoring area of WordPress:

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
    select * from wp_gdsr_multis_data where post_id = 632 and multi_id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' '-1', '')' at line 1]
    INSERT INTO wp_gdsr_multis_data (post_id, multi_id, review, review_text) VALUES (632, , ‘-1′, ”)

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and source = 'rvw'' at line 1]
    DELETE FROM wp_gdsr_multis_values where id = and source = ‘rvw’

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 'rvw', 0, 1, '')' at line 1]
    INSERT INTO wp_gdsr_multis_values (id, source, item_id, user_voters, user_votes) VALUES (, ‘rvw’, 0, 1, ”)

    Warning: Cannot modify header information – headers already sent by (output started at /home6/rationb7/public_html/wp-includes/wp-db.php:517) in /home6/rationb7/public_html/wp-includes/pluggable.php on line 850

    GD Star Rating
    loading...
    • MillaN

      March 27, 2009
      at 1:36 AM

      What version of WP are you using? I just tested all that in WP2.7.1 and WP2.6.5, and everything was working fine. Plugin doesn’t do anything to preview function.

      GD Star Rating
      loading...
  3. Ravi Nagarajan

    March 27, 2009
    at 3:12 AM

    I’m running WordPress 2.7.1. It is very strange – It also seems to impact the “Save Draft” function as well. I have no problems with the actual functionality on my site. I worked around this by disabling the plug in while working on posts and enabling it after I finished my post. It seems like something related to the multi set feature, which I don’t use. For some reason, when I hit preview, the following SQL is run which is invalid and fails because there is no value for multi_id:

    select * from wp_gdsr_multis_data where post_id = 632 and multi_id =

    GD Star Rating
    loading...
  4. Ravi Nagarajan

    March 27, 2009
    at 3:13 AM

    BTW, I really like your plug in overall – very cool functionality.

    GD Star Rating
    loading...
  5. Tony

    March 27, 2009
    at 6:31 AM

    Millan,

    Great news about using all multi sets for the Multi reviews. I wasn’t hoping that you’ll be implementing it so soon! I was using the multi ratings blocks as read only to be able to review multiple product categories. This is definitely much better and more efficient to work with!

    Thank you a million times!

    GD Star Rating
    loading...
  6. Jose

    March 27, 2009
    at 6:35 AM

    Got the same problem as Ravi here. I also have WordPress 2.7.1 and I am having the same troubles as him. Also found the same turnaround, but is very annoying to work this way! The plugin is fantastic, but hope somebody finds a solution for this bug. Thanks !

    GD Star Rating
    loading...
  7. Sal

    March 27, 2009
    at 11:46 AM

    Yeeeeees! The improved multi-rating is wonderful. That’s exactly what I’ve been looking for. Thank you so much :-)

    GD Star Rating
    loading...
  8. m.o.m.

    March 27, 2009
    at 12:01 PM

    where is the dowanload of 118?

    GD Star Rating
    loading...
  9. Ravi Nagarajan

    March 27, 2009
    at 12:29 PM

    I figured out the problem that I was having. I had NO multi sets defined. As soon as I created one multi set, the problem went away. Alternatively, omitting multi sets entirely via the setup panel fixed the problem.

    GD Star Rating
    loading...
  10. Paul

    March 27, 2009
    at 1:40 PM

    multi rank problem /version 1.1.8/

    http://www.dentopolis.org/ocena/ – ajax comments work perfectly, but multi rank is saving ratings forever /endless/,

    i thought that is is because my domain is different than the script location…so i tried on a server where script = domain address:

    http://www.duszpasterstwo.umlub.pl/test/ – once again comments work, but multi rank does nothing,

    GD Star Rating
    loading...
  11. web hosting detect

    March 27, 2009
    at 2:56 PM

    I still have problem to save the multi vote result when I upgrade it from 1.1.7. it shows “please wait…” forever. Did I set up anything wrong?

    GD Star Rating
    loading...
  12. Gerod

    March 27, 2009
    at 5:07 PM

    http://www.gdstarrating.com/downloads/plugin/ where ist the 1.1.8 Version?

    GD Star Rating
    loading...
  13. Djuka

    March 27, 2009
    at 6:27 PM

    Hi Milan,

    I just install yours plugin v1.1.8 on WP 2.7.1 and by default settings I can’t make any vote. When I click on any star nothing happened? Any tip? I’ve make full Uninstall but without result…

    GD Star Rating
    loading...
  14. MillaN

    March 27, 2009
    at 7:55 PM

    Once again, read the tutorials, user guide, comments here and forum posts before asking any support questions.

    As for the questions that needs answering here it is:

    Biggest problem right now is the error on post edit that happens if you don’t have any multi set defined. Solution is to create any set, or simple disable integration of mutli review on post page. I reccomend to disable anything you don’t use.

    Download link is updated to 1.1.8.

    There are still few problems with multi review, but that will be solved in the next version. Sorry for the problems caused, but this all is very complicated and I usually don’t have enough time to test it on different WP versions.

    As for the standard repeated questions, I will not answer any of them, because they are already answered.

    GD Star Rating
    loading...
  15. Tony

    March 29, 2009
    at 10:56 AM

    Milan,

    This wonderful plugin has been downloaded over 40,000 times from wordpress.org! Many more if you count how many times it’s been downloaded from here.

    Congratulations and thanks for this plugin!

    GD Star Rating
    loading...
    • MillaN

      March 29, 2009
      at 12:44 PM

      Thanx! Yes, I’ve seen that. Add to that number some 10000 downloads I have on my websites so far, and that number looks very nice indeed.

      GD Star Rating
      loading...
  16. Djuka

    March 30, 2009
    at 8:17 AM

    Hi Milan,

    Thanks for this plugin, and I usually read all documentation, tips, read forums and try to find solution for my problem before I make any post with questions, but for me this plugin does not working from start. I’ve deactivate all pligins that I have, and activate just GD Star Rating 1.1.8 plugin, and situation is the same, have rating stars, but just can’t vote for any post/comments. Same situation is for comments…

    I read your very well written documentation, and make default setup, didn’t change anything in any setup screen, just install plugin and activate it, but in some reason I can’t vote for any post/comments…

    GD Star Rating
    loading...
    • MillaN

      March 30, 2009
      at 3:37 PM

      If the problem persist, the only thing I can do to help is for you to send me debug file. Check the user guide on enabling the debung into file. When you try to vote few times, this file will record sql queries that will help to discover the problem. Send me that debug file.

      GD Star Rating
      loading...
      • Djuka

        March 31, 2009
        at 8:27 AM

        Hi Milan,

        this is line 11 in gd-star-config.php file:

        define(‘/wp-content/plugins/gd-star-rating/’, dirname(__FILE__).’/debug.txt’);

        Can you give me some example how path should be configured?

        In debug file I just have:

        [2009-03-08 06:36:26] : WIDGET
        select x.name as title, t.term_id, count(*) as counter, sum(d.user_votes) as user_votes, sum(d.visitor_votes) as visitor_votes, sum(d.user_voters) as user_voters, sum(d.visitor_voters) as visitor_voters, 0 as votes, 0 as voters, 0 as rating, 0 as bayesian, ” as item_trend_rating, ” as item_trend_voting, ” as permalink, ” as tense, ” as rating_stars, ” as bayesian_stars, ” as review_stars from wpdev_term_taxonomy t, wpdev_term_relationships r, wpdev_terms x, wpdev_posts p, wpdev_gdsr_data_article d where p.id = d.post_id and p.post_status = ‘publish’ and t.term_taxonomy_id = r.term_taxonomy_id and r.object_id = p.id and t.taxonomy = ‘category’ and t.term_id = x.term_id and (d.user_voters + d.visitor_voters) >= 10 group by t.term_id order by p.id desc limit 0, 10

        Nothing else is stored in debug.txt file…

        GD Star Rating
        loading...
        • MillaN

          March 31, 2009
          at 10:44 AM

          This line is by mistake included with release of the last version. Infor on debug file is in the user guide.

          Also, don’t post debug.txt here. It will end up in spam. Send it to my email. This goes for anyone who want to do this.

          GD Star Rating
          loading...
    • Tony

      March 30, 2009
      at 10:59 PM

      Djuka,
      I know you read the user guide and everything, but maybe you missed this:

      Did you try unchecking “Prevent article author to vote”? It’s in GD Star Rating –> Settings –> Posts and Pages tab.

      GD Star Rating
      loading...
      • Djuka

        March 31, 2009
        at 8:21 AM

        Hi Tony,

        I already try that… Thanks for help, but think that something else is the problem, but don’t know what…

        GD Star Rating
        loading...
  17. Antoniop

    March 31, 2009
    at 5:01 PM

    I’m having a hard time with this one. After all the documents, tutorials and checks, multis still don’t appear.
    The normal rating post displays ok.
    I’ve created a multi Set and on one article I created the sevral ratings for each of the five categories. I can see in debug.txt that the insert commands were issued to the db and the values are there.

    However, inserting the shortcode [starratingmulti id="x"] on the page does not render the block.

    The shortcode is removed from the html source sent to the browser. Parsing of post content is happening. render_multi_rating() leaves when evaluating $set.

    Debugged a little more and the command issued to the db is:
    select * from wp_gdsr_multis where multi_id = "1"

    This is exactly what is written to debug.txt

    The render_multi_rating() receives a null when trying to obtain $set. The row is in the table. Is it possible that the sql command is malformed?

    $sql = sprintf(…..,$tableprefix, $id)

    GD Star Rating
    loading...
    • MillaN

      April 2, 2009
      at 1:20 PM

      SQL command is not OK if the double qoutes are used. In this case there should be no quotes around 1.

      GD Star Rating
      loading...
  18. Antoniop

    March 31, 2009
    at 5:03 PM

    LOL the quotes got converted
    What’s written to the debug.txt is with the & symbol before the quot;

    select * from wp_gdsr_multis where multi_id = quot;1quot;

    GD Star Rating
    loading...
    • darren

      April 1, 2009
      at 4:08 PM

      had to completely de-activate GD because multis were slowing my site down to 3 minute plus load times!

      please let me know when you expect to have a new version. 1.1.8 was very unstable for us.

      GD Star Rating
      loading...
      • MillaN

        April 2, 2009
        at 1:21 PM

        I don’t have any such problems. The problems can be caused by the combination of some plugins. I can’t test everything and I can’t guarantee that everything will work, it’s imposible to test it all.

        GD Star Rating
        loading...
  19. neznajka

    April 1, 2009
    at 3:12 PM

    Faced with the problem!
    When trying to change something in the settings (Rating image/size, Vote Waiting Message, etc ) the plugin stopped working correctly: Rating Text moves on the string with the figure rating, and placed upon it. Here’s how it looks: http://i067.radikal.ru/0904/a7/63b218abbbe3.png
    Tried on different browsers. Inserted into the template tags , , does not help!

    GD Star Rating
    loading...
  20. darren

    April 1, 2009
    at 8:07 PM

    I fixed it!

    Strange, but what I had to do was create ANOTHER multi set and then have my php reference multi set (2) instead of (1). Now the block shows up and saves votes.

    The only downside…ALL of my votes from set (1) are no longer showing. I wish I could transfer them because any reference to set (1) causes the block to show, but not count votes.

    If anyone has any suggestions…I’m all ears!

    GD Star Rating
    loading...
  21. Christian Land

    April 2, 2009
    at 12:58 PM

    I just checked your PlugIn and really like its functionality. But I have really big concerns about its impact on a site with a lot of traffic. I just checked it with the Debug-Queries PlugIn and I couldn’t believe what I saw. The Rating Plugin added *18* queries to my page when I displayed a single article (without any comments) and a total of 32 queries to my frontpage when I added it there, too (while displaying 10 articles there).

    GD Star Rating
    loading...
    • MillaN

      April 2, 2009
      at 1:23 PM

      That can’t be right. When the post is displayed, plugin executes 1 query to get the post data and 1 query to test if the user is voted. This is executed for each post. I will check the plugin you used to see what’s going on, but 18 queries is not possible.

      GD Star Rating
      loading...
  22. Christian Land

    April 2, 2009
    at 1:39 PM

    I’ll do some tests – probably its related to one of the other PlugIns I’m using. It looks like the same queries are performed over and over again:

    First the banning:

    select count(*) from wp_gdsr_ips where `status` = ‘B’ and `mode` = ‘S’ and `ip` = ’192.168.178.105′
    select count(*) from wp_gdsr_ips where `status` = ‘B’ and `mode` = ‘R’ and inet_aton(substring_index(ip, ‘|’, 1)) = inet_aton(’192.168.178.105′)
    select ip from wp_gdsr_ips where `status` = ‘B’ and `mode` = ‘M’

    and then it gets strange:

    update wp_gdsr_data_article set views = views + 1 where post_id = 462
    select * from wp_gdsr_data_article WHERE post_id = 462
    SELECT count(*) FROM wp_gdsr_votes_log WHERE vote_type = ‘article’ and id = 462 and user_id = 1
    SELECT count(*) FROM wp_gdsr_moderate WHERE vote_type = ‘article’ and id = 462 and user_id = 1
    update wp_gdsr_data_article set views = views + 1 where post_id = 462
    select * from wp_gdsr_data_article WHERE post_id = 462
    SELECT count(*) FROM wp_gdsr_votes_log WHERE vote_type = ‘article’ and id = 462 and user_id = 1
    SELECT count(*) FROM wp_gdsr_moderate WHERE vote_type = ‘article’ and id = 462 and user_id = 1
    update wp_gdsr_data_article set views = views + 1 where post_id = 462
    select * from wp_gdsr_data_article WHERE post_id = 462
    SELECT count(*) FROM wp_gdsr_votes_log WHERE vote_type = ‘article’ and id = 462 and user_id = 1
    SELECT count(*) FROM wp_gdsr_moderate WHERE vote_type = ‘article’ and id = 462 and user_id = 1
    update wp_gdsr_data_article set views = views + 1 where post_id = 462
    select * from wp_gdsr_data_article WHERE post_id = 462
    SELECT count(*) FROM wp_gdsr_votes_log WHERE vote_type = ‘article’ and id = 462 and user_id = 1
    SELECT count(*) FROM wp_gdsr_moderate WHERE vote_type = ‘article’ and id = 462 and user_id = 1
    update wp_gdsr_data_article set views = views + 1 where post_id = 462
    select * from wp_gdsr_data_article WHERE post_id = 462
    SELECT count(*) FROM wp_gdsr_votes_log WHERE vote_type = ‘article’ and id = 462 and user_id = 1
    SELECT count(*) FROM wp_gdsr_moderate WHERE vote_type = ‘article’ and id = 462 and user_id = 1

    These queries are performed while watching a single article. I will test it on a clean WP-installation (2.7.1) and let you know what hapens.

    GD Star Rating
    loading...
    • Christian Land

      April 2, 2009
      at 1:56 PM

      OK, forget about this for now! I installed it again on a clean WP and everything was alright. No duplicate queries, etc. !

      If I figure out what other PlugIn causes the duplicate queries I will inform you so you know whats wrong if somebody has the same problems.

      Sorry for bothering you.

      GD Star Rating
      loading...
      • Christian Land

        April 2, 2009
        at 2:18 PM

        OK, I now know at least partly why it happens. I’m using the Hybrid-Theme (to be precise: the Leviathan Child-Theme) from http://themehybrid.com/ – and for some reason one of their functions causes your plugin to be triggered multiple times.

        GD Star Rating
        loading...
        • MillaN

          April 2, 2009
          at 2:52 PM

          All rating functions are triggered by the theme in one way or another. So if the theme is written poorly, this can be a problem.

          GD Star Rating
          loading...
          • Christian Land

            April 2, 2009
            at 3:03 PM

            After a lot of testing I finally figured out whats causing it. The Theme has options for meta-tag handling. For example: you can add an excerpt of the article to the meta-description. Some of those options seem to trigger the rating code. Damn, that was hard to figure out. If I disable all those options the number of queries is like expected.

            GD Star Rating
            loading...
  23. Antoniop

    April 2, 2009
    at 3:04 PM

    Hi Milan
    Managet to understand the quot;1quot; problem on the query. is I out id=1 on the shortcode then the query executes perfect.
    However I fund a few issues with multi reviews (the one I’ll use profusely)
    I can have multiple sets for one article but not the same set for all the articles. That is the useful part of this. If one post is one review, the review parameters may be the same. The same set could be used. On the query only the set id is invoked and not the article id.
    This prevents using the same block for several articles.
    I’m not sure if this is intentional or if it is a behavior on my site but that’s what happens.
    The CSS formating for the multireview shortcode seems to be missing from the admin interface.
    I know you are still working on this, so I assume that these are known issues.
    I’ll wait for your update. Thanks for the plugin.

    GD Star Rating
    loading...
  24. Antoniop

    April 2, 2009
    at 4:27 PM

    Well, after cleaning up everything from the tables (I could see that id+postid is in fact there) I found that editing the post and changing review rating does nor insert values in the table. Have no idea why. Have to debug a little to understand why it is.

    GD Star Rating
    loading...
  25. Bill Roehl

    April 3, 2009
    at 3:06 AM

    Without changing any settings, it would appear that ratings have ceased working when done from Firefox. They are still working in IE except people can rate their own comments with that browser.

    Anyone else suddenly experiencing issues? I’ve moved back to 1.1.17 with no luck in fixing the issue.

    GD Star Rating
    loading...
    • MillaN

      April 3, 2009
      at 7:55 PM

      This is Firefox bug, nothing to do with the plugin. This issue is already explained.

      GD Star Rating
      loading...
      • Bill Roehl

        April 4, 2009
        at 4:56 PM

        Thanks for the hard work you’ve done on the project. I’ll have to find something which is actually usable for my readership being that I have a majority who use Firefox.

        Take care.

        GD Star Rating
        loading...
  26. heke

    April 3, 2009
    at 6:27 PM

    Hi, is it possible to only give star ratings on comments and not on pages and articles.

    GD Star Rating
    loading...
    • MillaN

      April 3, 2009
      at 7:55 PM

      Yes. Disable post rating.

      GD Star Rating
      loading...
  27. Tony

    April 4, 2009
    at 12:25 PM

    Hi again Milan,

    Will StarReviewMulti and StarRatingMulti share the same custom css class in future releases? I had created custom css for the multi rating block and tables earlier, but the new multi review block and tables can’t be changed from the plugin Settings. For now, I edited rating.css in wp-content/gd-star-rating/ to override .gdmultitable, .gdmultitable tr.mtrow and .gdmultitable tr.mtrow.alternate

    Or maybe they should have separate css rules. Just an idea.

    Btw, nice new avatar. :)

    GD Star Rating
    loading...
    • MillaN

      April 8, 2009
      at 4:40 PM

      Well, the idea is not to change anything within the plugin folder. If you need to change styles read a tutorial about it. There is a sepparate rating css file that you can use and after plugin update you will not loose settings.

      GD Star Rating
      loading...
      • Tony

        April 8, 2009
        at 8:06 PM

        I stated in my comment that I had edited the rating.css file that’s outside of the plugin folder. I wasn’t even asking how to change styles.

        I prefer doing everything manually, but was telling you that the settings of the Multi block and table in Settings –> Multi only changes the styles of the Multi Ratings, not Multi Review.

        Just trying to help.

        GD Star Rating
        loading...
        • MillaN

          April 8, 2009
          at 10:10 PM

          Thanx, I will look into this. Much of this will be removed in 1.2.0 and full rendering will be controled by the templates, nothing will be preset and you will be able to use any css classes or styles.

          GD Star Rating
          loading...
  28. Nadir

    April 6, 2009
    at 5:45 AM

    Hello,

    yesterday, the plugin suddenly stops working correctly. Votes are shown in the logs but not on the site. Neither with Firefox nor with IE. I tried several settings for vote (cookie on/off, ip on/off…) but the result is still the same: votes are counted in the logs but not shown at the site or at the frontpage of GD-Plugin. Any hints ?

    Thanks,

    Nadir.

    GD Star Rating
    loading...
    • Nadir

      April 6, 2009
      at 6:23 AM

      I turned on debugging but all I get is GET_POSTDATA_error but with no further information. I doublecheck the moderation feature, but it is off. I tried serveral browsers with browsershots.org – all the same. I cleaned the tables, but no solution. I would reinstall the tables, but how to backup the data ?

      GD Star Rating
      loading...
      • Nadir

        April 6, 2009
        at 7:12 AM

        Strange… suddenly all works perfect. But I will keep on looking on this behaviour. Cache, maybe ? But I disabled cache in the plugin and also cleaned it.

        GD Star Rating
        loading...
  29. Franko

    April 6, 2009
    at 7:57 AM

    Hi Milan. Hope is all well . mailed you last week in regards to multisets. Did you have a chance to look at it ?
    Mailed you url and passes :-) Franko

    GD Star Rating
    loading...
    • Franko

      April 6, 2009
      at 8:21 AM

      from franco to milan. I did the same as darren did and created another multiset and use the id 2 and not 1. now works. to darren. thanks for the comment helped me out alot

      GD Star Rating
      loading...
  30. Elizabeth

    April 8, 2009
    at 6:43 PM

    I like the way your plugin looks, and it would be perfect for my quote blog. HOWEVER (big however) after installing it I can no longer edit any of my posts. When I go to open the post, I see a blank page.

    I’ve disabled anything I’m not using – multi posts, option to show stars in the post edit view.

    I haven’t done any edits at all to the admin interface, and have installed no plugins that customize the look or function of the back end. I never use the WYSIWYG. Would only consider doing the html by hand.

    Help??

    GD Star Rating
    loading...
    • MillaN

      April 8, 2009
      at 10:09 PM

      That’s strange. The reason that page stops loading and shows empty page is php error. Until I see that error I can’t help you, because I can’t recreate the problem. If you can check the php error log and send me the error I can than look into that. Or enable display of errors in php.ini and the errors will be visible on screen.

      GD Star Rating
      loading...
  31. Nadir

    April 9, 2009
    at 8:48 AM

    Is it possible to sort the logs by date and not group by ip ?

    GD Star Rating
    loading...
  32. mathew

    April 10, 2009
    at 9:03 AM

    how to disable rating in code?

    GD Star Rating
    loading...
  33. Rise

    April 10, 2009
    at 12:45 PM

    Hi there! I was wondering how I can centrally align the star rating? :( I’m having trouble here: http://totallytemplates.net/

    Thanks!

    GD Star Rating
    loading...
    • Tony

      April 11, 2009
      at 10:04 AM

      Use [starrater], when pasting the shortcode. This should do it, but there might be some automated way to do it. I’m not experienced in this and unfortunately don’t have the time to find out how to center all of the rating blocks automatically.

      GD Star Rating
      loading...
      • Tony

        April 11, 2009
        at 10:05 AM

        Sorry, WordPress “ate” the code there!

        Use div align=”center” when pasting the shortcode.

        GD Star Rating
        loading...
  34. Sean Green

    April 12, 2009
    at 4:26 PM

    I love this plugin..

    I have a couple of questions/issues.

    My fam fam arrows are not lining up with my titles. I have tried to switch themes but it is still happening.

    Anyone else have an issue with the multi’s not saving to the database?

    Thanks!

    GD Star Rating
    loading...
    • MillaN

      April 12, 2009
      at 7:52 PM

      In 100% of the cases, visual problems are caused by the theme. This goes for your website.

      GD Star Rating
      loading...
      • Sean Green

        April 12, 2009
        at 8:40 PM

        I figured as much…..

        I cant wait for the multi’s to start working.. This comes at a great time for my new website….

        GD Star Rating
        loading...
      • Rise

        April 21, 2009
        at 10:59 AM

        Yeah, I guessed as much but that doesn’t answer my question…

        GD Star Rating
        loading...
        • MillaN

          April 21, 2009
          at 11:36 AM

          As it is stated in few posts in the last few dyas, multi rating problems are solved in 1.1.9.1, and few more for upcoming 1.2.0 that will be released tomorrow.

          GD Star Rating
          loading...
  35. Sean Green

    April 12, 2009
    at 4:27 PM

    Guess I should give you my website: http://catfoodreviews.com/wellness-cat-food/

    GD Star Rating
    loading...
  36. MillaN

    April 12, 2009
    at 7:54 PM

    Good News:

    I think I have solved all the multi ratings saving related problems. New version is in works, and will be available in the next few days.

    GD Star Rating
    loading...
  37. morz

    April 14, 2009
    at 10:46 AM

    Hi Milan,

    After installing the new version I was expecting the comments box to have a field for users to add there own rating for products I have reviewed. Is that not the case for this version or is that a future thing?

    GD Star Rating
    loading...
    • MillaN

      April 14, 2009
      at 1:14 PM

      I have repeated this many times, WordPress doesn’t allow modifications of the comment form through code, you need to add new elements manually. Info is in the user guide.

      GD Star Rating
      loading...
      • morz

        April 14, 2009
        at 2:11 PM

        Ive been using wp_gdsr_new_comment_review() and wp_gdsr_show_comment_review() is that right?

        GD Star Rating
        loading...
  38. Saif

    April 15, 2009
    at 6:35 AM

    Where is the user guide? I cannot see it in the download folder

    GD Star Rating
    loading...
  39. Saif

    April 15, 2009
    at 8:36 AM

    Apologies I have found the user guide but it doesn’t tell me how i can render Multi-Review blogs manually so I can display them on my home page.

    Can you tell me how please?

    GD Star Rating
    loading...
  40. rohin

    April 16, 2009
    at 5:05 PM

    I also had the same problem as Ravi , when I went back to edit an old post I got the error.

    Warning: Cannot modify header information – headers already sent by (output started at wp-content/plugins/gd-star-rating/code/gd-star-dbmulti.php:118) in wp-includes/pluggable.php on line 850

    any idea what this is , I’m pretty sure I have all the settings down and voting is fully functional , I went to the Multi-sets panel and tried deleting “first” it wouldn’t delete.

    GD Star Rating
    loading...
    • MillaN

      April 16, 2009
      at 5:21 PM

      This is fixed now. New version 1.1.9.1 will be released tonight.

      GD Star Rating
      loading...
      • rohin

        April 16, 2009
        at 5:26 PM

        Your the best Millan , BTW , I just posted something and it gave me the same error.

        I first encountered the error because I was editing an old old post lol.

        Thanks

        GD Star Rating
        loading...
  41. rohin

    April 16, 2009
    at 5:34 PM

    Also when you attempt to update an older post or modify it , you are not given the option to “update” it, it ends up “publishing” the post again.

    I’m gonna have to disable the plugin till tonight.

    GD Star Rating
    loading...
    • MillaN

      April 16, 2009
      at 5:49 PM

      That has nothing to do with GD Star Rating. The only problem right now is warning caused by no multi rating sets.

      GD Star Rating
      loading...

Trackbacks/Pingbacks

  1. Dev4Press » GD Star Rating 1.1.8 - March 26, 2009

    [...] http://www.gdstarrating.com/2009/03/26/gd-star-rating-118/ VN:F [1.1.7_509]please wait…Rating: 0.0/10 (0 votes cast) Share and Enjoy: [...]

  2. WordPress Plugin Releases for 03/30 | Weblog Tools Collection - March 30, 2009

    [...] GD Star Rating [...]

  3. WordPress Plugin Releases for 03/30 | BlogBroker24-7 - March 30, 2009

    [...] GD Star Rating [...]

  4. WordPress Plugin Releases for 03/30 - Projektet II - tankar om ehandel och affärer - March 31, 2009

    [...] GD Star Rating [...]

  5. WordPress Plugin Releases for 03/30 « Wizreport - March 31, 2009

    [...] GD Star Rating [...]

  6. WordPress Plugin Releases for 03/30 « WordPress RSS - March 31, 2009

    [...] GD Star Rating [...]

  7. WordPress Plugin Releases for 03/30 | MBConsulting.se - March 31, 2009

    [...] GD Star Rating [...]

  8. Wordpress-blog.nl — Blog — WordPress Plugin Releases for 03/30 - April 1, 2009

    [...] GD Star Rating [...]

  9. WordPress Plugin Releases for 30th April 2009 | patronit.net - April 1, 2009

    [...] GD Star Rating [...]

  10. Weblog Tools Collection: WordPress Plugin Releases for 03/30 | Aslifm Blogu - April 2, 2009

    [...] GD Star Rating [...]

  11. WordPress Plugin Releases for 30th April 2009 | PATRON.ORG.UK - April 2, 2009

    [...] GD Star Rating [...]

  12. WordPress Plugin Releases for 03/30 - Word Press Magazine - April 19, 2009

    [...] GD Star Rating [...]

Comments are closed.

Social Networks

Subscribe via Feedburner Flickr Images Stumbleupon Profile
xScape Themes

Feedburner updatesFeedburner

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