MyBB Community Forums

Full Version: Portal+forum - How can I connect these scripts?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I wrote a simply CMS only in PHP, MySQL and HTML. I want to connect this script with MyBB 1.4.4. And I need something like that:
-If user login on my CMS, he automatically will be login on the forum
-If user login on the forum, he automatically will be login on my CMS
-CMS display new threads from forum, online users and registered users

How can I do that? Any suggestions? Huh

Best regards
I think there's threads on all of those things in here: http://community.mybboard.net/forum-38.html
There's also a whole class for this. http://community.mybboard.net/thread-44520.html?

Other than that, you just need to browse through MyBB's source and figure it out. That's the way most people do it.
Ok. Thanks.

Best regards