Ver Mensaje Individual
  #13 (permalink)  
Antiguo 09/11/2009, 20:49
Avatar de urgido
urgido
 
Fecha de Ingreso: febrero-2005
Mensajes: 2.351
Antigüedad: 19 años, 2 meses
Puntos: 25
Respuesta: la url no toma la id

en la clase SEO

$find = array(' ', '&', '\r\n', '\n', '+');
$text = str_replace ($find, '-', $text);

noto que falta el array de reemplazo

deberia ser:
$find = array(' ', '&', '\r\n', '\n', '+');
$repl = array('-', '-', '-','-','-');
$text = str_replace ($find, $repl, $text);
__________________
Hospedaje Web al mejor costo!