|
Added Note
===============
If I comment out the following line in the Forums/index.php file:
$template->pparse('body');
(->parser function in inclcudes/template.php file)
...then Forums will load, but missing middle body portion containing forum categories. However, all other links work - including search, which also use $template->pparse('body');. Issue is further isolated, and isolated to index.php.
|