I added an 'auth level' check. The default is set to 'read'. In order to restrict voting to 'edit' authorised users, set in config.php before including rater.php: $HandleAuth['rater'] = 'edit'; ~Hans