Page 1 of 1

How to move User rating / MOS Rating ? (suggestion)

Posted: Sun May 06, 2007 12:42 pm
by e-builds
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:

Code: Select all

$_MAMBOTS->registerFunction( 'onBeforeDisplayContent', 'botVoting' );
->
$_MAMBOTS->registerFunction( 'onAfterDisplayContent', 'botVoting' );