MyBB Community Forums

Full Version: MYBB INTEGRATION
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have a few questions on integrating mybb into my site;
  • 1. Member page:
    How do I create my own page for members, like member.php to show all the user's details (that I can add features to)?

  • 2. Member Logged In

    How do I have a bit in my main site header (includes/header.php) that checks if the user is logged in? If logged the user is logged in, it says "hello (username)" with a logout button, and if they are not logged in, it shows a username and password box that they can use to log in.


Please remember I am integrating MyBB with my main site.

Thanks.
Hi,

I suggest you use this API;

http://phpdave.com/MyBBIntegrator/

You can go into detail and create custom scripts.
Hi,

I am already using that.

I would just like to know how to do the above things, if possible.

Thanks