necesito que al "VER NOTA COMPLETA" (full story), o SIGUIENTE, la noticia se abra en el mismo div que tengo el contenido de la página.
Probé cambiar en el archivo
<<<shows.inc.php>>>
Line 736: $output = preg_replace("/\\[full-link\\]/","<a href=\"#\" onclick=\"window.open('$config_http_script_dir/show_news.php?subaction=showfull&id=$news_arr[0]&archive=$archive&template=$template', 'contenido', '$config_full_popup_string');return false;\">", $output);
Line 738: $output = str_replace("[full-link]","<a href=\"$PHP_SELF?subaction=showfull&id=$news_arr[0]&archive=$archive&start_from=$my_start_from&ucat=$news_arr[6]&$user_query\">", $output);
Line 740: $output = str_replace("[/full-link]","</a>", $output);
Line 742: $output = preg_replace("'\\[full-link\\].*?\\[/full-link\\]'si","<!-- no full story-->", $output);
Line 742: $output = preg_replace("'\\[full-link\\].*?\\[/full-link\\]'si","<!-- no full story-->", $output);
*el nombre de 'contenido', cuadno me tengo un iframe si funciona, pero con un div no.
Entonces, ¿Donde esta mi falla?
Espero una respuesta! gracias!