I know a lot of components use the menu title or alias to determine component names in breadcrumbs and URL... How do I do that in CB plugins? For example, if I'm viewing a user profile and I want to send them a private message with uddeim, the link (with SEF turned on) is something like:
myfakesite.com/profile/userprofile/index.php?option=com_uddeim&task=new&recip=82
That's not very SEF friendly...it seems like it starts out working, but then doesn't understand it's part of Community Builder and the router fails.
I tried adding an invisible menu item to get the alias, but nothing changed.