Ver Mensaje Individual

Viejo 06-19-2005, 10:17 PM #20
davidbe
Amigo de Mambo Hispano
 
Avatar de davidbe
 
Estado: Offline
Mensajes: 146
Tiempo total: 1 Día 16 horas 9 minutos 57 segundos
Tiempo medio: 10 segundos
Mensajes por día: 0.10
Reputación: davidbe will become famous soon enough
Fecha de Ingreso: Dec 2004
Localización: Barna city
Predeterminado

Hiciste los cambios correspondientes en el index de tu template?

a) Install mod_smf_login.php as a module.

b) Go to your Mambo template (index.php), and add the following code, right before
the </head> tag:

<?php
global $sc, $context;

if (!defined('SMF')){
require ("administrator/components/com_smf/config.smf.php");
require ($smf_path."/SSI.php");
}

$sc = &$context['session_id'];
$_SESSION['USER_AGENT'] = $_SERVER['HTTP_USER_AGENT'];

mysql_select_db($mosConfig_db);
?>

c) also add the following code just above the </body> tag:

<?php mysql_select_db($db_name); ?>

d) Publish the module, and unpublish the default Mambo login module.


Si has hecho todo eso y te da problemas no tengo ni idea de que puede ser...
__________________
www.davidweb.x10hosting.com