Actions
Bug #3980
closedHyphens in Userlist Titles break on SEF
Description
If there is a Hyphen in a Userlist Title and Joomla SEF is enabled then it'll break all paging URLs. This is likely due to an issue in CBs router.php file as other URLs (Joomla articles, etc..) with Hyphans work fine.
Updated by krileon over 11 years ago
- Subject changed from Hyphans in Userlist Titles break on SEF to Hyphens in Userlist Titles break on SEF
Updated by krileon over 11 years ago
This is due to Joomla changing the title from "Members-List-2" for example to "Members:List-2".
Updated by krileon over 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
This same behavior happens with usernames. Instead of forcing either/or instead in the query use OR to test for both. First it checks for an exact match. If it fails it then checks for a match that replaces : with -.
Actions