Hi Dajo,
I've kinda understood what's causing the issue but I could not solve the problem.
1. mysite/myprofile ==>
mysite/index.php?option=com_comprofiler&task=userprofile
2. mysite/username ==>
mysite/index.php?option=com_comprofiler&...r=981&Itemid=744
#1 is default from CB wherein you have to have a menu item that links to your profile as mandatory. When you click this, it uses the OLD URL without the userid. That;s why its named as myprofile in the SEF URL using the menu's alias.
How do I make it in such a way that it populates the user id so that I would only be routed to #2 SEF URL? Is there a way for me to manualy edit the SEF rules to append variables or reroute this URL to a specified OLD URL so that I can display the correct link?
This becomes a problem I suppose when people shares their profiles by simply copying what they have on their browser URL field.
Thanks.
Lyle