Quote:
Originally Posted by Kriminal
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,
|
Do you use a side bar with vbacmps?
Commenting as you have done means that the GAS template will never be used. This points to your templates not existing OR another mdification that is conflicting (sidebars with CMPS is the most common reason as you have to modify the template print to get it to work)