Not Solved Integration of myBB with website
#1
Not Solved
I want my website and my mybb board to be connected. I Googled and made the integration, and I'm able to get a username id, as long as I specify their ID, but nothing happens when I'm using the function as explained.
What I'm trying to do is verify a connection of one to the forums, via my website, and then show their name.
Here's my code, as well as my attempts to get a username:

PHP Code:
define('IN_MYBB', NULL);
require_once 'forums/global.php';
require_once 'forums/class.MyBBIntegrator.php';
$MyBBI = new MyBBIntegrator($mybb, $db, $cache, $plugins, $lang, $config); 

$user = get_user($uid);

while ($forum_user = mysqli_fetch_array($user))
{
echo $forum_user['username'];
} 
Reply


Messages In This Thread
Integration of myBB with website - by johncircle - 2022-01-11, 07:54 AM
RE: Integration of myBB with website - by Matt - 2022-01-11, 12:51 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)