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

Moderator: mcsmom

Post Reply
e-builds
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Sun May 06, 2007 12:33 pm
Contact:

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

Post by e-builds » 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:

Code: Select all

$_MAMBOTS->registerFunction( 'onBeforeDisplayContent', 'botVoting' );
->
$_MAMBOTS->registerFunction( 'onAfterDisplayContent', 'botVoting' );
Web development and more -> www.e-builds.com        Never time to make my own website decent though  :'(

Post Reply