hum ok... but isnt possible to make a quick code like like:
Code:
$_MAMBOTS->registerFunction( 'onAfterDisplayContent', 'mhFavorites' );
function mhFavorites( &$row ) {
global $Itemid;
$text = '<br /><a href="'.sefRelToAbs("index.php?option=com_mhfavorites&task=add&id=$row->id&Itemid=$Itemid").'">Add this article to your favorites</a>';
echo $text;
}
?>
put an if in the bot something like:
"if { user isnt registered { return ;0"
or
"if { user isnt registered { javapop "you must be registered to add a favorite" { return;0"
sorry i dont understand php to much and i dont know the joomla vars :|
isnt possible to some quick code like that to the bot .. so unregistered users get some reply to register first?
thanks
