I'm using latest CB 2.0.7 with latest uddeIM 3.6 (J1.6-J2.5) with everything installed correctly.
clicking on a username in the list of inbox messages connects to /user-list/userprofile/theusername which redirects to the user list page, instead of going to /my-profile/userprofile/theusername which is the correct url to view a user profile.
The link uddeIM uses is
index.php?option=com_comprofiler&task=userProfile&user=xxx
which is translated by Joomla into
/cb-profile/userprofile/johndoe
on my server which seems to be correct.
uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer
It works ok when i turn off SEF urls in Joomla. But is there any way to fix this or automatically make the wrong url point to the right url,
for example somehow rewriting or redirecting /user-list/userprofile/ to /my-profile/userprofile/ automatically?