J1.5

J1.5:How to move User rating

From Joomla! Documentation

Revision as of 10:27, 22 August 2008 by Erdsiger (talk | contribs) (New page: Only real solution I found is a hack though, namely in file mambots/content/mosvote.php. Change <source lang="php"> $_MAMBOTS->registerFunction( 'onBeforeDisplayContent', 'botVoting' ); <...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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