I'm trying to get this working on
www.mynintendo.de. It works if I put it on a testpage, outside of wordpress. However, whenever I try to use it within wordpress it's not working. The Login process works,
but it's not showing me as logged in.
I think it's related to the header code, I got this in header.php in wordpress:
Code:
<?php
$curdir = getcwd ();
chdir(ABSPATH . '/forum');
require_once(ABSPATH . '/forum/global.php');
chdir ($curdir);
?>
All paths are correct. Does anyone have an idea why this is not working with wordpress? Did anyone have success with wordpress so far?
Thanks a lot.