Got another problem here now, wich i belive is realted to this login addon, since it disables our page navigation system then i adding the 4 lines of code that should be at top of the page. Our navigation looks like index.php?action=home and displays a root.php page inside index.php. You can se part of the navigation system that are in index.php.
PHP Code:
elseif($action == 'home')
{include('root.php');}
If i adding the 4 lines of codes, that points to global.php in my forum folder, i'm getting "header allready sent", but if i add it index.php the navigation stops working and reloads the same page then you click on a link in the menu.
If you need to see more of the code, just tell me here or send me a pm, except for this problem it is working just fine.
|