Quote:
Originally Posted by hornstar1337
Try uninstalling your copy.
then backup your database - if you are not experienced with this, then do not install the below product.
I am not a coder by any means at all, I think I may have found the problem, but please ensure you backup your database, as I will not be held responsible if the below product causes any problems.
The below is only to be installed if your having problems and your directory is /forum.php instead of the standard /forums/index.php and only if you want to backup your database first.
|
Did you modify the xml from:
PHP Code:
if(THIS_SCRIPT == 'index')
{
global $page;
if($forum['page'] != $page)
{
$tempext = '';
}
}
to
PHP Code:
if(THIS_SCRIPT == 'forum')
{
global $page;
if($forum['page'] != $page)
{
$tempext = '';
}
}
I think that is the solution, as it's looking for the index page which I renamed forum.
That changed worked. Thank you for the help!
Thanks,
Sokol