
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.
loading...




Comment Link
Thank you MillaN!
loading...
Comment Link
Nice. Thank you!
loading...
Comment Link
I will be wait a final version.
loading...
Comment Link
Are you planning to support work into wordpress MU edition?
loading...
Comment Link
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.
loading...
Comment Link
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);
}
loading...
Comment Link
1. I don’t understand this.
2. This whole part (and few others) will be rewritten soon.
loading...
Comment Link
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!
loading...
Comment Link
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.
loading...
Comment Link
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.
loading...
Comment Link
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.
loading...
Comment Link
Thanks Milan, the User Guide link doesnt seem to work.
loading...
Comment Link
Sorry, I’m an idiot. It works. Thanks again
loading...
Comment Link
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
loading...
Comment Link
It’s not functional yet.
loading...
Comment Link
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
loading...
Comment Link
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
loading...
Comment Link
I need time to finish coding it.
loading...
Comment Link
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.
loading...
Comment Link
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.
loading...
Comment Link
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?
loading...
Comment Link
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.
loading...
Comment Link
Snazzy looking plugin! Can you make your theme available for download?
loading...
Comment Link
Nevermind! a quick google found it!
loading...