The solution is to adjust the value in wp-postratings.php
if(empty($post_excerpt)) {
return snippet_text(strip_tags($post_content), 200);
200 is default value. counting in characters not words. plugin doesnt use default theme/wordpress excerpts, but generates own excerpt from content (doesnt it?).
maybe i could help someone with the same problem. thanks lester for awesome plugin
regards
Dominic
Hey Lester,
To 1.:
Do u have any idea for a workaround? Maybe its possible to change Maximum rows shown by %POST_EXCERPT%?
Thank you very much.