ok, mi sembra di aver capito che questi codici vanno inseriti nell'html del template quando utilizzi il COMPONENTE.
Infatti ho provato a disinstallare il Mambot ed a installare il componente.
Però mi dice nell'installazione di modificare il template con quello che vi ho postato sopra.
Non volendo fare castronerie mi potete indicare per cortesia dove lo devo mettere ed al posto di cosa?
il file che ho è questo:
<?php
defined( '_VALID_MOS' ) or die( 'Restricted access' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<?php mosShowHead(); ?>
<?php
if ( $my->id ) {
initEditor();
}
?>
<link href="<?php echo $mosConfig_live_site;?>/templates/car2/css/template_css.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="900" id="table1">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table2">
<tr>
<td class="top1"><?php mosLoadModules ( 'user3', -1); ?></td>
<td class="top2"><?php mosLoadModules ( 'user4', -1); ?></td>
</tr>
</table>
</td>
</tr>
<tr>
Grazie