
There were several bugs reported in the last 6-7 days, and they are all fixed in this version. So, this is bug fixing release, nothing new is added. Other projects occupied my time, so I had no time to add new things to GD Star Rating.
Some minor problems with T2 templates panel, saving IP’s on the IP ban panel, and few missing redirections for administration panels are fixed. Also, there was a problem with saving multi review for newly created posts. That is now also fixed. In the next 2 weeks I will be very busy, so I am not sure if anything new will be added to the plugin. Bug fixes will still have priorities, so if you found any more of them, please report them.
Again, I would like to remind you about my new website TVScape.NET that opened few days ago. Check the integration and rating results pages added to see what can be done with the GD Star Rating using templates, advanced filters and CSS.
TVScape.NET: http://www.tvscape.net/
loading...




Comment Link
for some reason after i upgraded to 1.6.3, using non-cached pages, a thumbsUp would get stuck in an infinite ajax loop, with the waiting animation playing infinitely. Cached version works fine though. (just that cached version won’t update till wp-cache plugin does its cleanup.)
loading...
Comment Link
1.6.3 is almost the same as 1.6.2 with only few bugs fixed, and nothing is changed with thumbs. Anyway, cached plugins use is officially NOT supported, and I can’t fix this bugs until I add support for caching in the GD Star Rating.
loading...
Comment Link
ok, narrowed it down. It is wp-supercache that’s causing the problem. If wp-supercache is set to ON, both in wpcache or supercache compression mode, and even if it’s set to “Don’t cache pages for logged in users”, a logged in Admin will still get the infinite swirly.
loading...
Comment Link
I am wondering if anyone is able to use multis in comments, and then use that information for the sidebar average rating widget.
This is not a new bug, but I havent been able to do that, just wondering if it is possible.
loading...
Comment Link
Multi ratings are only for posts. Even when they are integrated into the comment form, the rating goes to a post not the comment. And using it that way is the same as having them in the post area, it’s the same ratings and work fine in the sidebar widget.
loading...
Comment Link
hmm, I thought I covered all the bases, and maybe that was the issue.
I will have to keep looking to see where I might be going wrong.
thanks for the answer.
loading...
Comment Link
MillaN,
Not sure where to ‘submit’ this so please let me know if this isn’t the right place.
I get the following ‘error’ in the WordPress dashboard which appears to be related to the gdstar tables.
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 ‘) order by voted desc limit 0, 5′ at line 1 for query select l.id, l.vote_type, l.voted, l.vote, l.ip, l.user_id, u.display_name, u.user_email from xxxgdsr_votes_log l left join xxxusers u on u.ID = l.user_id where vote_type in () order by voted desc limit 0, 5 made by wp_dashboard, do_meta_boxes, call_user_func, GDStarRating->display_dashboard_widget_latest, include, GDSRDB->filter_latest_votes hhhhhhhhhhh
loading...
Comment Link
This is caused by the problem with your settings. This widget has several settings used to filter data for this widget, and you disabled all of them. Next version will have fix to avoid this error.
loading...
Comment Link
MillaN,
Can you give me a hint of which settings in the widget you are referring to? (There are many options, as you know)
My intention was to disable all automatic insertion of rendering code. I’m adding it manually in my theme with the provided functions.
Should I just ignore error for now?
Thanks
L
loading...
Comment Link
All options are named properly and divided into tabs. There are many of them, but they are easy to find if you look for them. The once you want are on integration tab. Also, this has nothing to do with insertion of code. Widget displays data found in the database, nothing more.
loading...
Comment Link
Thank you for the hint MillaN.
Your plugins are great and I can see a lot of effort has gone into them. The number of options are bewildering and although logically laid out not as easy to understand for a novice.
Maybe I just dense
Thank you again.
L
loading...
Comment Link
After yesterdays updates, when you click on a star rating it attempts to save it but it doesn’t. Everything was working fine before the update.
loading...
Comment Link
I checked your website, and this has nothing to do with rating plugin for two reasons. One is that changes from previous are very minor and all are in the administration, and voting code hasn’t been changed from 1.4.0 versions onwards. Two is that you have so much javascript on the website that some of them are interfering and even the rating is saved ajax response got lost on the way back.
loading...
Comment Link
You are right. Thank you for replying. I forgot we added an extra JavaScript this morning to our sidebar. I didn’t even think about it. The star system works great
Thanks for the help
loading...
Comment Link
Hi I’m currently using version 1.6.3 of the GD star ratings plugin with 2.8.3 wordpress and Gridalicious theme. http://suprb.com/#gal
The stars are not displaying. I have not changed any of the settings, they are at default. Any ideas why they are not showing?
http://inboxaward.com/2009/08/26/swide-scarlett-johansson-interview-my-beauty-icons/
Thanks for your time
James
loading...
Comment Link
I experience the same problems. The stars are not showing when I use 1.6.3.
loading...
Comment Link
Hi,
I’m not sure what is causing this, but the thumbs up/down rating shows on the side of my images in post.
visit my site: http://www.thetvstop.com/ if you look there on the main page, you will notice the thumbs next to images. any clue how to fix this?
loading...
Comment Link
Here is another bug for you
We are running MU and each blog throws an error like this the first time it loads after an upgrade it then works OK after a refeesh
But with a few hundred blogs to upgrade this is a pain
can you ether catch this error or if the upgrade script is run after this error is shown please do a page refeesh to hide the error etc.
WordPress database error Unknown table ‘wp_9_gdsr_data_multi’ for query drop table wp_9_gdsr_data_multi made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->delete_tables WordPress database error Unknown table ‘wp_9_multis_trend’ for query drop table wp_9_multis_trend made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->delete_tables WordPress database error Multiple primary key defined for query ALTER TABLE `wp_9_gdsr_multis` ADD PRIMARY KEY (`multi_id`) made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables WordPress database error BLOB/TEXT column ‘description’ can’t have a default value for query ALTER TABLE `wp_9_gdsr_multis` CHANGE `description` `description` text NOT NULL default ” made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables WordPress database error Can’t DROP ‘review’; check that column/key exists for query ALTER TABLE `wp_9_gdsr_multis_data` DROP `review` made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables WordPress database error Can’t DROP ‘review_text’; check that column/key exists for query ALTER TABLE `wp_9_gdsr_multis_data` DROP `review_text` made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables WordPress database error Duplicate key name ‘idx_id_log’ for query ALTER TABLE wp_9_gdsr_votes_log ADD INDEX `idx_id_log` (`id`) made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables WordPress database error Duplicate key name ‘idx_vote_log’ for query ALTER TABLE wp_9_gdsr_votes_log ADD INDEX `idx_vote_log` (`vote_type`) made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables WordPress database error Duplicate key name ‘idx_multi_log’ for query ALTER TABLE wp_9_gdsr_votes_log ADD INDEX `idx_multi_log` (`multi_id`) made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables WordPress database error Duplicate key name ‘idx_user_log’ for query ALTER TABLE wp_9_gdsr_votes_log ADD INDEX `idx_user_log` (`user_id`) made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables WordPress database error Duplicate key name ‘idx_id_trd’ for query ALTER TABLE wp_9_gdsr_votes_trend ADD INDEX `idx_id_trd` (`id`) made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables WordPress database error Duplicate key name ‘idx_vote_trd’ for query ALTER TABLE wp_9_gdsr_votes_trend ADD INDEX `idx_vote_trd` (`vote_type`) made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables WordPress database error Duplicate key name ‘idx_section_tpl’ for query ALTER TABLE wp_9_gdsr_templates ADD INDEX `idx_section_tpl` (`section`) made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables WordPress database error Duplicate key name ‘idx_id_mod’ for query ALTER TABLE wp_9_gdsr_moderate ADD INDEX `idx_id_mod` (`id`) made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables WordPress database error Duplicate key name ‘idx_vote_mod’ for query ALTER TABLE wp_9_gdsr_moderate ADD INDEX `idx_vote_mod` (`vote_type`) made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables WordPress database error Duplicate key name ‘idx_multi_mod’ for query ALTER TABLE wp_9_gdsr_moderate ADD INDEX `idx_multi_mod` (`multi_id`) made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables WordPress database error Duplicate key name ‘idx_user_mod’ for query ALTER TABLE wp_9_gdsr_moderate ADD INDEX `idx_user_mod` (`user_id`) made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables WordPress database error Duplicate key name ‘idx_post_mdt’ for query ALTER TABLE wp_9_gdsr_multis_data ADD INDEX `idx_post_mdt` (`post_id`) made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables WordPress database error Duplicate key name ‘idx_multi_mdt’ for query ALTER TABLE wp_9_gdsr_multis_data ADD INDEX `idx_multi_mdt` (`multi_id`) made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables WordPress database error Duplicate key name ‘idx_post_mtt’ for query ALTER TABLE wp_9_gdsr_multis_trend ADD INDEX `idx_post_mtt` (`post_id`) made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables WordPress database error Duplicate key name ‘idx_multi_mtt’ for query ALTER TABLE wp_9_gdsr_multis_trend ADD INDEX `idx_multi_mtt` (`multi_id`) made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables WordPress database error Duplicate key name ‘source’ for query ALTER TABLE wp_9_gdsr_multis_values ADD INDEX `source` (`source`) made by activate_plugin, include, GDStarRating->GDStarRating, GDStarRating->install_plugin, gdDBInstallGDSR->alter_tables
loading...
Comment Link
Right now there will be no changes for WPMU compatibility. I have very little free time, but this will be changed at one point.
loading...
Comment Link
Rating in comments work, rating for post does not. Reinstalled the plug-in, databases etc to try to reset any bad settings but still doesn’t work.
loading...
Comment Link
when do you plan to work on the API for the external websites?
and will it be possible to record all the votes of the registered user and to delete them when he is making troubles?or to reset user’s vote if he changes his mind.
loading...
Comment Link
Not before 1.7 is released.
loading...
Comment Link
Hey MillaN. Great plugin!
I went and checked out TVScape.NET and I was very impressed with the way you integrated the GD Star Rating plugin into the site. Especially the part where you give your review as a multi review, then allow users to give an overall review, and then display both your review and the user review in the homepage preview side by side. I’d like to try something similar and was wondering if you could do a brief tutorial on how you set that up? Even if you could post the settings and or code you used that would be great.
Also, would you mind sharing how you integrate the headings and other text into the tables such as “rating” “user rating” “average rating: xx”, etc…? I’ve been trying to add such info to multi reviews and it’s not clear (to me anyway) how to do that. Thanks for any help or info!
-Rich
loading...
Comment Link
There will be few tutorials on the techniques used on TVScape, but I don’t have much time for that now.
loading...
Comment Link
Which table use GD rating to calculate the average ? The wp_gdsr_multis_values ?
loading...
Comment Link
It’s not that simple, multi ratings data are in 3 tables.
loading...
Comment Link
yes, i see. But it takes values from multis_values to calculate the total average (users + visitors)? Using the other two table it’s impossible calculate the right total average ratio
loading...
Comment Link
Hi folks,amazing plug-in, congratulations and thanks. I want to inform that there is some conflict with WordPress 2.8.4. When I active the plugin GD StarRating Version 1.6.3 it mess with my widget page, I don’t get to drag any widget, nor click on screen options, and so on, it mess the widget page. When I desactive this plug-in all goes back to normal at widget page.
loading...
Comment Link
Since I and thousands of others use it on WP 2.8.4 without problems, I can assure you that the problem is caused by combination of this and some other plugin. And since I can test with each of the 6000 plugins available I am sorry, but there is not much I can do. I use 2.8.4 on most of my websites now, and there are no problems.
loading...
Comment Link
No Worry Millan, thanks for your Reply. I was just reporting and not saying that is this GD plugin fault. A lot of people are having this Widget issue with WP 2.8.4 and some have reported that it is Thesis theme and just updating it solved, other doesn’t have it, my case. Others reported issue with other plugin. Others reported that by editing the .htaccess within WP folder and adding the line AddHandler x-mapp-php5.php would solve. Didn’t work for me. IMHO it’s some code inside the plug-ins (not only GD) that may conflict with WP code. Well, let’s wait the 2.8.5. ;0)
loading...
Comment Link
Zdravo, pokusavam da dodam padding u ‘Rating block CSS class’, ali nista se ne desava. Imate li mozda neki savjet, ili da to uradim direktno u css fajlu? Hvala
loading...
Comment Link
Rating block CSS class je klasa, ne stil. Mozes da dodas override bilo koje klase u stil fajl teme ili tako nesto. Ne preporucujem izmene plugin CSS fajlova.
loading...
Comment Link
Is it possible to have a thumbs up/down rating with percents, like here: dietsinreview.com/diets/The_50_Million_Pound_Challenge.
Additionally would it be possible to display the 5 articles of each category with the highest percentage in a sidebar widget?
loading...
Comment Link
Not at the moment, but it will be added soon.
loading...
Comment Link
Is it possible BOT vote instead humans ? I see some votes are very clear once to other, and i have less traffic.
i check votes and i have two votes for “1″ to the same post but different IP, the votes have a differents of a minute once to other
loading...
Comment Link
Plugin checks for BOT’s, and you can edit list of BOT’s recognized on the settings panel. Also, all voting elements have no-follow set, so that BOT’s will avoid them. I don’t know what else can be used to protect against them.
loading...
Comment Link
I am running mimbo 3. Not sure if this is the problem but on my home page of my blog I get “UA:F [1.6.3_896]“. Does this tell you anything.
When I go to a post it is displaying fine just not on my home page
loading...