Registration Trouble

Started by derMalue, February 25, 2005, 07:05:19 PM

Previous topic - Next topic

derMalue

Hi there  ...
sorry for my English... not my first language

In have Mambo 4.5.2.1 with SMF 1.0.2 and Bridge 3.01. ( hxxp:www.dpsg-augustdorf.de [nonactive] )

after searching a lot in this forum i managed most of my problems...

but still have one:

when not logged in, the registration button (not the "Hello Guest..."-Link!) just above the Forum-table still links to: 

../index.php?option=com_smf&Itemid=46&action=register

but should be:

../index.php?option=com_smf_registration&task=register

this link register the useres only in SMF_members but not in mos_users

i can´t figure out, where i can change this link ...

I'm noob and totally confused now

greets
Malue



[edit]

I found it by myself (after a couple of hours sleep ;) )


If anyone else have this prob

i do it like this: in the index.template. php find the Line :

<a href="', $scripturl, '?action=register">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/register.gif" alt="' . $txt[97] . '" style="margin: 2px 0;" border="0" />' : $txt[97]), '</a>';       

and change it to :
<a href="'. $GLOBALS['mosConfig_live_site'] .'/index.php?option=com_smf_registration&task=register">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/register.gif" alt="' . $txt[97] . '" style="margin: 2px 0;" border="0" />' : $txt[97]), '</a>';         

sorry for bugging you
greets
Malue
[/edit]



Advertisement: