> Now why isn't the rating plugin showing for the other records on the > screen???
the problem for me was, that it's ID was the same for all rating DIVS just make it dependant on the given r.id in plugin code and should work ok sth like div_id = 'rating_%s_%s' % (tablename, record_id) http://code.google.com/p/code-by-example/source/browse/models/plugin_rating.py

