MyBB Community Forums

Full Version: Integrate with wordpress?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys is it possible to integrate this so users who registers on my wordpress site gets an account on the forum and wise versa?

I know theres a merge plugin http://wordpress.org/plugins/zingiri-forum/ but it doesnt really do anything. I get forum settings and control under my forum, but they dont share the same user database.

Is it possible to do a merge of user database so I only use one account on each site?
I want to ask same question. Is there a possibility to merge WP and MyBB user-database?

I don't need advanced options such as post-merging, just that registration. Smile
If it helps you at all, the formula for user passwords is
$hashedpassword = md5(md5($password) . $salt);
Sorry, but I don't understand what to do with this and what does it exactly do.
Giving you the formula for passwords would make it so you could implement it with the login system WP uses.
Sorry, but I am really noob. Big Grin

What should I do with this formula?