How to move User rating / MOS Rating ? (suggestion)
Posted: Sun May 06, 2007 12:42 pm
I think this has been posted enough on the fora to allow it to be a FAQ.
Only real solution I found is a hack though, namely in file mambots/content/mosvote.php:
Only real solution I found is a hack though, namely in file mambots/content/mosvote.php:
Code: Select all
$_MAMBOTS->registerFunction( 'onBeforeDisplayContent', 'botVoting' );
->
$_MAMBOTS->registerFunction( 'onAfterDisplayContent', 'botVoting' );