I created a new menu item: my_RegistrationForm_menu_item (type = Registration Form).
But when I click my_RegistrationForm_menu_item, it goes to “User Profile” page instead of the “Registration Form” page.
Also, if I append: index.php/component/users/?view=registration
OR index.php?option=com_users&view=registration
to my browser URL, it re-directs me to index.php/.../profile
NOTE: if I click the Create An Account button in the default LOGIN module, it will correctly take me to the “Registration Form” page.
Why does the Registration Form menu item go to the user’s “User Profile” page ?
If you have selected type = Registration, then there is no reason why it should be redirecting to the User Profile page, unless you have touched any related core Joomla files.
As an alternative, you can select type = External and use the following link:
Update:
You can also do the following:
If this still dosn’t work then there is something wrong with your Joomla site and the
com_userscode has been tampered with most likely