Hello,
I am trying to get the current username. I am logged in, however, when I use this code:
$username is empty.
I have no errors and the file is working because when I load my forums, its all fine.
Anyone have an idea why it isn't working? I've tried this code:
above:
Also but still nothing?
EDIT: http://connectiongaming.net76.net/ is the page it is on and http://connectiongaming.net76.net/forums is where my forums are held.
I am trying to get the current username. I am logged in, however, when I use this code:
define('IN_MYBB', 1);
require_once "./forums/global.php";
$username = $mybb->user['username'];
$username is empty.
I have no errors and the file is working because when I load my forums, its all fine.
Anyone have an idea why it isn't working? I've tried this code:
global $mybb;
above:
$username = $mybb->user['username'];
Also but still nothing?
EDIT: http://connectiongaming.net76.net/ is the page it is on and http://connectiongaming.net76.net/forums is where my forums are held.