Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.0.0
-
Fix Version/s: 4.0.1
-
Component/s: CiviContribute
-
Labels:None
Description
For Joomla 1.6 and CiviCRM 4.0
The Joomla user registration link on the Contibution page points to a joomla link that is incorrect.
The link in this line:
"Please enter a user name to create an account . If you already have an account, please login before completing this form. "
Points to
index.php?option=com_user&view=login
Joomla 1.6 link is actually
/index.php?option=com_users&view=login
The difference is the missing 's' in the CiviCRM link.