Well, thanks for th answers. (in relation with my problem about having a blank page instead of forumdisplay)
I've looking every modfication that GAS made to
forumdisplay.php and when i comment this line
PHP Code:
//=== step 203 ===
//require_once('./includes/functions_geekarticles.php'); <-- THIS LINE
if ($GAS_setting['is_article']){
require_once('includes/functions_bbcodeparse.php');
}
forumdisplay.php displays.
So I uncomment the line again, and I went to
includes/functions_geekarticles.php
The I comment this line:
PHP Code:
function remove_all_breaks(&$text){
global $GAS_setting;
//$text=str_replace($GAS_setting['page_break'],"",prep_for_breaks(&$text)); <--THIS LINE
return $text;
}
and then, all seems to be OK.
But this is no a solution, isn't it? So if you can tell me what thing could be wrong, it'll be appreciated.
Thanks so much again,