Topic-icon Registration Form

Active Subscriptions:

None
6 years 6 months ago #62858 by hnoproductions
So I looked at the answers you supplied the person whom brought this up and noticed a few differences.

When I use the regular joomla registration button or create my account link, I get redirected to the following URL:

rentforyourevent.com/index.php/component...s/?view=registration


When I use SCLogin, the Register button uses the following URL to put the registration component in my Homepage:

rentforyourevent.com/index.php/component...istration&Itemid=101


Can the Registration button be fixed to redirect to the same URL that the Create an Account with the native Joomla Login Module sends you to?

Thanks!
The topic has been locked.
Support Specialist
6 years 6 months ago #62860 by mel
Replied by mel on topic Registration Form
The code that SCLogin is using to generate the registration link is almost identical to what mod_login is used. The small change shouldn't cause the Item ID to be added in one case but not the other.
JRoute::_('index.php?option=com_users&view=registration', false);
versuse
JRoute::_('index.php?option=com_users&view=registration');

Having the itemId appended to URL might come from JRoute if you're on a page with an ItemID in the URL. Are you attempting the registration button click from the same page for each of the modules?

Also could you check the 'Registration Component' and 'Custom Registration Link' settings in the SCLogin > Login View Settings tab? Do you have those set to a custom link? If so, try switching it back to Joomla.

-Melissa
The topic has been locked.