so far what i have found and i think i'm in the right tracks is this:
Code:
global $_MAMBOTS;
// process the new bots
$_MAMBOTS->loadBotGroup( 'content' );
$results = $_MAMBOTS->trigger( 'onPrepareContent', array( &$row, &$params, $page ), true );
i found it in the
content.html.php file, in the section were it calls the mambots. so, what should i provide as the function parameters in
trigger()
any help will be appreciate.