Hi @redb68,
thanks for your kind words ?? The rating system works with custom post types but at the moment there is no way to include the rating/results widget automatically in custom post types. Nevertheless, you can include them with the shortcodes [ratemypost] and [ratemypost-result]. If this sounds like too much work you can also include the rating widget directly in the template with the following code:
<?php echo do_shortcode('[ratemypost]'); ?>
The meta box (manipulating votes from the backend) is supported for custom post types since 1.1.3. I have “better compatibility with custom post types” on my to do list and will be added in one of the following versions ?? So, you will be able to automatically include the rating system in custom post types.
Blaz