J1.5:How to move User rating
From Joomla! Documentation
Only real solution I found is a hack though, namely in file mambots/content/mosvote.php. Change
$_MAMBOTS->registerFunction( 'onBeforeDisplayContent', 'botVoting' );
to
$_MAMBOTS->registerFunction( 'onAfterDisplayContent', 'botVoting' );