How to move User rating

From Joomla! Documentation

Jump to: navigation, search

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' );
Personal tools