MyBB Community Forums

Full Version: (QUESTION)Making a website compatible with MyBB database
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to make a website to go along with my forum, how can I enable it to be able to read things from my forum database? For example, on the website homepage, I want to be able to fetch the name of the member viewing the website. How can I do this?

For example:

{$avatar} needs to show the users avatar on index.php of my main directory (Not my forums), but doesn't. I also need the skin to loadm accordingly based on what skin the user is using on the forums.

Also, I want to edit some of the objects/variables from my forums. For example, where is says:

Welcome back, Crystatic. You last visited: Today, 07:45 PM

I want to snip out that part in red. How can I do that?