new user registration is losing mambo wrapping

Started by fluid, February 24, 2005, 02:05:50 PM

Previous topic - Next topic

fluid

clicking register takes me to a wrapped registration screen. after entering my data, checking the AGREE checkbox, and clicking REGISTER, i am taken to the forums, no longer wrapped in mambo.

any way to fix this?

im using mambo 4.5.2.1, SMF 1.0.2, and SMFBridge 3.01.

thanks...

tony

chadness

This is just a guess, but I'm betting your registration link is pointing towards SMF registration, not the one from the bridge.  Try going to index.english.php in your default theme's language directory and try changing this:
$txt['welcome_guest'] = 'Welcome, <b>' . $txt[28] . '</b>. Please <a href="' . $scripturl . '?action=login">login</a> or <a href="' . $scripturl . '?action=register">register</a>.';

to:

$txt['welcome_guest'] = 'Welcome, <b>' . $txt[28] . '</b>. Please login or <a href="http://www.your-mambo-installation.com/index.php?option=com_smf_registration&task=register">register</a>.';

fluid

#2
Quote from: chadness on February 24, 2005, 10:01:27 PM
This is just a guess, but I'm betting your registration link is pointing towards SMF registration, not the one from the bridge.  Try going to index.english.php in your default theme's language directory and try changing this:
$txt['welcome_guest'] = 'Welcome, <b>' . $txt[28] . '</b>. Please <a href="' . $scripturl . '?action=login">login</a> or <a href="' . $scripturl . '?action=register">register</a>.';

to:

$txt['welcome_guest'] = 'Welcome, <b>' . $txt[28] . '</b>. Please login or <a href="http://www.your-mambo-installation.com/index.php?option=com_smf_registration&task=register">register</a>.';


the link that it points to is http://www.mysite.com/index.php?option=com_smf&Itemid=26&?action=register

which is masking this:

$scripturl . '?action=register

thanks for the advice, ill post back if it works in a sec :)

Kindred

it should not...

it should point to com_smf_registration... as has already been mentioned.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

fluid

Quote from: kindred on February 25, 2005, 09:35:06 AM
it should not...

it should point to com_smf_registration... as has already been mentioned.


lol...you werent supposed to see that post till i was done with it. ;)

i appreciate the assistance kindred, it worked like a charm...i developed such a headache from the bridge yesterday, one thing after the next, eventually everything panned out except for this....

i appreciate the assistance,

fluid

Advertisement: