misterfade
08-26-2005, 07:06 PM
Hi,
I'm currently running 3.0.7. and I have all my site's non-vb pages with this at the top:
chdir("/path/to/my/forums/");
require('./global.php');
include('./includes/functions_user.php');
$session['sessionhash'] = fetch_sessionhash();
I tried using that on my test forum for 3.5 RC2 and it's not working. Can anyone tell me what has changed for 3.5? The reason I have the above code is to call usernames and avatars on my non-vb pages, especially the usernames. This is really giving me a headache!
Thanks.
I'm currently running 3.0.7. and I have all my site's non-vb pages with this at the top:
chdir("/path/to/my/forums/");
require('./global.php');
include('./includes/functions_user.php');
$session['sessionhash'] = fetch_sessionhash();
I tried using that on my test forum for 3.5 RC2 and it's not working. Can anyone tell me what has changed for 3.5? The reason I have the above code is to call usernames and avatars on my non-vb pages, especially the usernames. This is really giving me a headache!
Thanks.