Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Mambo Bridge Support => Topic started by: Bigguy on October 17, 2007, 12:17:19 PM

Title: One small problem
Post by: Bigguy on October 17, 2007, 12:17:19 PM
I have installed the latest mambo and SMF 1.1.4 All looks real good so far. The only problem is that when you register from mambo it uses the mambo registration if you try to register from SMF it uses the bridge regisration. This is probably something that I am overlooking here. I am not real familiar with mambo. I have read the faq sticky and all that and think I have done it right. Any hints from anyone. ???
Title: Re: One small problem
Post by: Bigguy on October 17, 2007, 01:18:06 PM
Figured it out. :)
Title: Re: One small problem
Post by: joejackson on October 27, 2007, 08:14:23 AM
What was the solution?
Title: Re: One small problem
Post by: Bigguy on October 28, 2007, 10:51:34 PM
For the life of me I cannot remember what I did to sort it out.  I will take a look at my board and see if I can remember. Sorry I should have posted what I did when I did it. :(
Title: Re: One small problem
Post by: Orstio on October 28, 2007, 11:19:27 PM
Set the bridge to use Mambo default registration instead of bridge registration.
Title: Re: One small problem
Post by: joejackson on October 29, 2007, 09:10:09 AM
I have a few teething troubles.

Mambo: 4.6.2
SMF: 1.1.4
Bridge: smf_1-1mambo_4-6_bridge_1-1

Mambots published:
SMF_login
SMF_logout
SMF_register
SMF_user_ban
SMF_user_change
SMF_user_delete
SMF_user_ban

Modules published:
mod_login

SMF Bridge Component:
Mambo/Joomla Registration

Forum is wrapped in Mambo template.

Registration from website appears to work correctly.
However, if new user submits a username already in use they are sometimes redirected to the standalone SMF registration page.

Using the standalone SMF registration does not result in the new user being applied to Mambo.
Title: Re: One small problem
Post by: joejackson on October 29, 2007, 09:23:32 AM
Unfortunately another error has cropped up.

From the main website, entering the wrapped forum, "Welcome guest please login or register"

Register goes to the Mambo registration.

Login goes to the SMF login and from here the user is logged into the forum but not into Mambo
Title: Re: One small problem
Post by: joejackson on October 29, 2007, 09:45:26 AM
And another...

It seems as if the SYNCH function in Component > SMF Bridge > Configuration is malfunctioning.

Migrate SMF users to Mambo/Joomla produces a list of users supposedly migrated to mambo, but none of them appear in mambo admin Site > User Manager and of course a login through the website for any of these users supposedly migrated fails.
Title: Re: One small problem
Post by: Orstio on October 29, 2007, 06:52:06 PM
Does your SMF database user have access to your Mambo database?
Title: Re: One small problem
Post by: joejackson on October 30, 2007, 06:21:01 AM
Ooops, a silly error on my part. I should have remembered that.
Thank you Orstio.

Would this perhaps explain why I have been unable to get anything but Mambo registration to work?

mod_smf_login appears to have more flexibility as obviously I'd like a user to remain in the area of the website from which they login.

Currently when a user logs in via the wrapped SMF login button, they are taken to the main website homepage.

Title: Re: One small problem
Post by: Orstio on October 30, 2007, 06:27:46 AM
QuoteWould this perhaps explain why I have been unable to get anything but Mambo registration to work?

It explains all of the problems you posted above.

QuoteCurrently when a user logs in via the wrapped SMF login button, they are taken to the main website homepage.

The login redirect uses the mod_smf_login parameters, regardless of whether or not you are using the mod_smf_login module.
Title: Re: One small problem
Post by: joejackson on October 30, 2007, 07:34:40 AM
Thank you.