MyBB Community Forums

Full Version: MyBB Login Integration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys. I have a simple splash page at www.singamers.com and I want to code that login for mybb purposes. Whats the best way of doing it, and is there some sort of guide on doing it?

Thanks in advance,
brandon
Oh splendid! Thankyou booher.
Not a problem :p
Edit: ONe thing, that is a fairly old post, so instead of doing
if($mybb->user['uid'])

do
if($mybb->user['uid'] > 0)
:p
Thanks Booher!
Just and update, I got everything working! I just was wondering if there was a way instead of it just showing "Welcome Username" to have the avatar, and maybe user cp, private messages ,etc..