Not Solved Integration of myBB with website
#2
Not Solved
Quite a bit that doesn't make sense here. You're calling this:

$user = get_user($uid);

Which should give you the user without you needing to do anything else, but $uid isn't defined anywhere.

Then this:

while ($forum_user = mysqli_fetch_array($user))

makes no sense as $user isn't a MySQL query so not sure why you're calling mysqli_fetch_array on it.

All you should need is the get_user() line, but I'm not sure if $uid needs to be passed through or where you'd get it from. I'd suggest reaching out to the MyBB Integrator author for documentation.
MyReactions - All Plugins

Can you still feel the butterflies?

Free never tasted like pudding.
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: 2 Guest(s)