MyBB Community Forums

Full Version: Joomla members don't add as MyBB Members?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well I have Jfusion to connect MyBB with Joomla however when people sign up this does not make an account on MyBB just Joomla, anyone who has an account on MyBB can sign into Joomla and Mybb but it does not appear as a new account if they sign up through Joomla. Any idea why?
May be a bug in the plugin, of maybe a database error
Make sure Joomla! is set as the master and that MyBB is set as the slave.
(2010-06-19, 09:31 AM)Nick Madd Wrote: [ -> ]Well I have Jfusion to connect MyBB with Joomla however when people sign up this does not make an account on MyBB just Joomla, anyone who has an account on MyBB can sign into Joomla and Mybb but it does not appear as a new account if they sign up through Joomla. Any idea why?

(2010-06-19, 02:58 PM)Ccalby Wrote: [ -> ]Make sure Joomla! is set as the master and that MyBB is set as the slave.

He's correct since your question makes it obvious the reg is at Joomla.
This set-up (below) will work with MyBB1.4.x and Joomla! 1.5x

1) MyBB as the master not slave (The default MyBB reg form is better anyway)
2) Dual-login works really well.
3) For dual-logout through MyBB to work right you need to modify the MyBB logout links, in the templates like this (for example), --> pointing back to Joolma! for dual-logout:
// This useful 'code' is not intended to be copy / pasted  :P

// This is the link for dual-logout through joomla.
http://enjoy_today.com/j/index.php?option=com_user&task=logout&return=Lw

--> Change j to your joomla directory (or eliminate for root)
return=Lw drops the end user at http://enjoy_today.com (domain root)
For the code to return them to .j/ (your joomla index) look at the login form (for example) --> in the login Joomla form
name="return" value="aHR0cHM6Ly9lbmpveWNtcy5jb20vai8="
then
http://enjoy_today.com/j/index.php?option=com_user&task=logout&return=aHR0cHM6Ly9lbmpveWNtcy5jb20vai8=
will somehow :P redirect to the joomla root directory '/j' after dual-logout 

It's a hassle, but really cool once it actually works. Smile