Will you advise me where of lib-story.php the rating code should be pasted for GL1.8.1?
Integration is simple, and involves calling just one function that will return the HTML to incorporate into your page.
The call is something like (add the following code to lib-story.php around line 439 (on geeklog ver. 1.4.0sr2)(on geeklog ver. 1.4.1 around line 454):
/* start rating code */
if (function_exists('RATING_display_rating'
)
{
$article->set_var('rating', RATING_display_rating($A['sid'], 'story', $A['sid'], 1, 5, CONST_FLAG_DEFAULT_RATING ) );
}
/* end rating code */