
Minor update this time. I have fixed few bugs from 1.6.0, updated several access options, readme and info files and as announced before I removed support for WordPress 2.5.x. So, from now WordPress 2.6.x is required for plugin to work.
I have fixed problem with images in widget, and some invalid extra templates that failed to install before. Plugin is not working anymore with WordPress 2.5. WP 2.6 is now the older supported WordPress. Once 1.7 is released, support for WP 2.6 will also be removed. Both 2.5 and 2.6 are now very old releases, quite different from 2.7 and 2.8 and maintaining support for all of them is very complicated.
New access levels control is implemented, and you can read all about it in the advanced tutorial category. First post in this category also explains what to do if your wp-content is moved outside default WordPress folder. Now we need path to wp-load.php not wp-confing.php, since this file is used to bootstrap WordPress starting with WP 2.6.
If you use advanced access control, or you move wp-content folder, please write about your experiences with this and GD Star Rating, and report any bugs you find with this. Many things will be improved with this in the future.
loading...




Comment Link
I have been looking all over the site and reading various tutorials one thing I cant seem to find is a way for a user to enter a url with small description and have that rated or a thumb up or down to it.. any ideas on if this is doable with this system?
loading...
Comment Link
All ratings are post/page based.
loading...
Comment Link
thanks for the quick feedback.. any possible chance that in the blog roll this could be enabled for a link, I noticed when adding a blogroll (link) it had a rating pulldown but that doesn’t allow users to rate any links.. ? thoughts?
loading...
Comment Link
This is not going to happen any time soon. Adding rating to links is not in the plans.
loading...
Comment Link
Milan,
The only files that are viewable again are builder and front page. How do we fix this in the new version?
loading...
Comment Link
I should add that I am the admin on my site and still can’t access the other files. How can I change my admin access level to 10?
loading...
Comment Link
You don’t need level 10. Plugin requires by default level 9. And I really can’t recreate problem you are having. I use test accounts with both 9, 10 or lower and everything works as it was set. More over, 1.6.1 by default is not using config settings from 1.6.0. That’s changed and described in: http://www.gdstarrating.com/2009/08/12/using-config-files/. If you don’t do what’s described here, this is the same as the pre 1.6.0. Also, try what is described in this post, maybe that helps. What version of WP you are using?
loading...
Comment Link
Millan, Thanks again for all your great work! I’m having difficulty styling the css of the widget. Using firebug I can’t figure out how to change the height of the element.style. Been working on this ofr over an hour. Can you direct me?
loading...
Comment Link
In firebug element.style it’s from style in the tag, it’s not actual CSS class. The way plugin is made, you can’t modify this, and usually there is a good reason for that, and you shouldn’t change that. Changes are done through class inheritance, and you can do ANYTHING you want. Check the screenshots I did from my upcoming TVScape, and you can see that it looks nothing like default styling and still everything is done using CSS.
loading...
Comment Link
Using WP2.8.4
Same problem as Mark.
Also, on the plugins page, if you go to GD Star Rating and click “Settings”, I’m transported to a page that displays: “You do not have sufficient permissions to access this page.”
loading...
Comment Link
This is not the same as Mark, because he can’t see the menu items at all. This is usually caused by WP.
loading...
Comment Link
Any luck finding a solution? I am also getting the “You do not have sufficient permissions to access this page” issue. The options panel at the left only lists Front Page and Builder. I’m using 2.8.4 as well.
loading...
Comment Link
Try downloading 1.6.1_rev1 from download page here, on the plugin download under Beta. This version should fix that problem.
loading...
Comment Link
As I said, the image for SRR still doesn’t work (t2 template %IMAGE% tag). It now displays the value of the customer field (a link to the image) and don’t transform it into an image tag. I will try to understand why, but if you can have a look too (you know better your code than I do
)
loading...
Comment Link
And it will not transform it into image. %IMAGE% is the url only. You need to add IMG tag into template. This way you can use DIV with background or IMG, and that’s way %IMAGE% is only url.
loading...
Comment Link
Ok! but how are used the max width and height? If I add in my template somthing like , it will not use the value I provide in the image_resize_x=xx image_resize_y=yy . So either I have to add this in my template in the image tag and the image_resize have no purpose or I have miss something
Anyway thanks for your help!
loading...
Comment Link
This is used for resizing image added from custom field or something like that. If you have image thats big, and needs to be put in small space, than it’s best to resize it before display.
loading...
Comment Link
By the way, you have a bug in the constructor of your TrendValue class. $this->day_rate_voters = $last / $over; can lead to a division by zero when you have only one vote in a multiple vote as the $over has a value of zero.
loading...
Comment Link
That can’t happen with trend init, but still better to fix it. Thanx for the bug report.
loading...
Comment Link
It happens, I had the bug while tinkering with my template: Warning: Division by zero in ../gd-star-rating/code/db/widgetizer.php on line 645
loading...
Comment Link
It’s fixed now. I will have this in next release.
loading...
Comment Link
I have uploaded new test version 1.6.1_rev1 with changes to access levels use (again). If you had problems seeing the menues, please test this version to see if the problem is solved or not.
loading...
Comment Link
Hi Millan! Do you think is it possible show average rating of multi box outside the loop calling by post ID ? Thanks
loading...
Comment Link
There is a function to get object with ratings without displaying them, and you can do that wherever you want: wp_gdsr_rating_multi($multi_set_id, $post_id).
loading...
Comment Link
Ok, thanks, and how can i renders the object ? I’m not a very expert
I’ve find this that works nice wp_gdsr_multi_rating_average, but i can’t set this value $avg_stars_set=”oxygen”, $avg_stars_size=20, $avg_stars_set_ie6=”oxygen_gif”
so it take the default and it’s too big
loading...
Comment Link
Hi Millan,
Is it possible to show several multi ratings in one page?
If yes how can I do that.
Thank you very much
loading...
Comment Link
Yes and no. You can create 2 or more sets, and each one can be added to the same post or page. One multi set can be tied to one post/page once.
loading...
Comment Link
May be it is possible just display in one page several multi rating results?
loading...
Comment Link
Yes, you can use functions for this, and provide post_id’s to get ratings from different posts.
loading...
Comment Link
Well the element style should not have a height set. I’ll pull the plugin until this gets removed. I hate the fact that I have to edit source code on this to make it work.
loading...
Comment Link
If the height is set there, than it’s needed there. And if that’s part of rendering it will not be removed. The whole rendering right now is not going to change any time soon. Also, I don’t know where in the widget rendering you found something like that at all. If you can provide example I can take a look.
loading...
Comment Link
Also, if the problem you have is with rendered stars in the widget, than the problem is that you failed to read optimization guides I posted while ago. By default static stars are rendered using 2 div’s, but it can be rendered using a single image. And that is explained in the guide, how to set rendering into image instead.
loading...
Comment Link
i’m this guy! –> http://forum.gdragon.info/viewtopic.php?f=9&t=524
i was having problems with the menu options appearing, below “builder”. i since installed the new 1.6.1, but was left with the same problem.
however, after installing 1.6.1_rev1, everything works now!
loading...
Comment Link
hurm, almost. i have all the admin menus now, but my star/thumb graphics went away. reading through to see what i missed!
loading...
Comment Link
Access rights settings are used only to show/hide menus. Nothing else. If you have some other problem, it should be unrelated.
loading...
Comment Link
the star/thumb images were showing with 1.6.0 and 1.6.1 while the admin menus were not. when i upgraded to 1.6.1_rev, the menus appeared but the images disappeared.
i just went to TOOLS > GRAPHICS > RESCAN, and that seemed to do the trick! images and menus, all working as normal
loading...
Comment Link
Ah, that happens from time to time, that some settings are simply deleted. I still don’t know what’s causing that. Thanks for reporting this.
loading...
Comment Link
Here’s the css which is applied two times in the widget element thus magnifying the problem.
#gdstarrmulti-3 ul li
element.style {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-attachment:scroll;
background-color:transparent;
background-image:url(http://www.evilesq.com/wp-content/plugins/gd-star-rating/stars/darkness/stars16.png);
background-position:0 0;
background-repeat:repeat;
height:0;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
padding-top:0;
text-align:left;
width:80px;
}
You can firebug the widget on my site to see for your self. When I set height: 0 the text in the widget works fine. The css settings should be applied to the which would make manipulating the css by users possible.
loading...
Comment Link
As I suspected, you have set thing wrong. Default behavior is that plugin renders static images using 2 DIV with backgrounds. BUT, in the optimization guide I said that this should be changed to using image generator, and that requires cache to be used also. So, check the http://www.gdstarrating.com/2009/06/18/optimization-guide-1/ and http://www.gdstarrating.com/2009/06/22/optimization-guide-2/, set things right and instead of DIV’s you will get IMG for stars.
loading...
Comment Link
Sorry the above css shows height: 0px. That is reflects my correcting it with firebug. In the actual element it is set to the image height, 16px in this case… which again is applied two times because of the structure you are using.
loading...
Comment Link
Millan, Thank you for directing me. I finally got the widget to render properly.
loading...
Comment Link
Hi!
Can you please help?
I’m trying to change EN text to Russian text in the table wp_gdsr_templates cause it shows me text in ENglish –
Rating: 10.0/10 (1 vote cast)
Rating: -1 (from 1 vote)
And i need in Russian. Everything else is in RU exept this one..
Can you please help?
Best, Maxwell
loading...
Comment Link
I said this many times, templates are initially only in english, and translations are for the interface. To get templates in own language, you need to create new templates, translate them and use. There will be detailed tutorial on the subject in the next week.
loading...
Comment Link
Something I have been wondering is if you can have titles for each star. Like 1 star would be “leave it at the store”, etc.
Can this be done currently?
loading...
Comment Link
It can’t be done. Right now there is no universal solution for this, and I don’t have this in plans for now.
loading...
Comment Link
Can you explain how to translate the plugin?
I don’t need to translate the admin pages, only the few words displayed to the user, like “Rating: 10/10 (1 cast)”.
I can’t find where this text is generated.
I tried to use custom templates but seems it doesn’t work..
Thanks !
loading...
Comment Link
Just take a look at preferences and find what templates are used.
Then make your own usin T2 templates. Then choose them in pref-s..
loading...