Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It's a known bug that is already fixed in CB 2.0. It's due to Joomla altering the menu parameter behavior, which completely breaks backwards compatibility. We had to completely implement view support and create Joomla view XMLs for each of CBs menu items to finally fix it, which is in CB 2.0.honestly, you should test the most basic features first before you declare a version compatible and stable. surely I am not the only user that used the work arround to have many userlists in place.
That's not the issue at all. It's an issue in router.php having trouble parsing out the list id from list title due to Joomlas sanitization of the title (making the db query always fail). CB 2.0 has user list alias parameter now specifically for SEF and it also appends the list id directly. So SEF links will become LIST_ID:ALIAS, which matches Joomla article usage.it was due to cb code not reading its own list ids.
/components/com_comprofiler/comprofiler.php LINE: 799
Please Log in or Create an account to join the conversation.