Hi all,
I have a website in two languages, English and Italian, and I use the standard Joomla module to switch between them.
It works fine for all the menu, included CB menus like "Manage connections" and "User Profile Edit": I can switch from English to Italian (and viceversa) using the flags in the standard Joomla module.
The problem arise with CB Profile page (index.php?option=com_comprofiler&view=userprofile) when I try to switch language.
Let's assume that we are in the English version (similar problem also occurs in the opposite case); we open CB profile page from the menu.
Now the Italian flag links to
Code:
www.mysitename.com/it/
that is the mainpage, while I would expect
Code:
www.mysitename.com/it/cb-profile
This is annoying, but not a real problem.
The big problem come from English flag that now links to
Code:
www.mysitename.comcb-profile
and not, as I would expect, to
Code:
www.mysitename.com/en/cb-profile
that is the same page where I am in that moment.
To have a broken link in the page is ugly.
I have the last versions of Joomla (3.4.
and CB (2.0.13)
Have you any suggestion?
Thanks in advance
Giovanni