ok, ich habs geschafft, dank http://forum.joomla.org/index.php/to...html#msg401441
man muss in der relateditems.php folgendes ersetzen:
PHP-Code:
/* ************************************************************************** */
// PART I - System call onPrepareContent - replace Mambo {mos_ri} tags
/* ************************************************************************** */
function botRelatedItems( $published, &$row, &$mask, $page=0 ) {
global $database, $my, $mainframe;
$found_in_text = false;
in das hier ersetzen:
PHP-Code:
/* ************************************************************************** */
// PART I - System call onPrepareContent - replace Mambo {mos_ri} tags
/* ************************************************************************** */
function botRelatedItems( $published, &$row, &$mask, $page=0 ) {
if (@$row->content){
return;
}
global $database, $my, $mainframe;
$found_in_text = false;
Lesezeichen