BACKEND:
Setup the site as multilingual.
Create a category CAT_A_EN with language English
Create a category CAT_A_IT with another language (ex. Italian) and associate to CAT_A_EN
Create an English menu item "List All Categories"
Create an Italian menu item "List All Categories"
FRONTEND:
everything works as expected with just one category shown in each language
BACKEND
Create a new category "CAT_B_EN" with language English as a subcategory of CAT_A_EN
Same for italian with "CAT_B_IT" as sucat of CAT_A_IT
FRONTEND
Just CAT_A_EN OR CAT_A_IT is shown depending on current language
FRONTEND
Both CAT_A_EN and CAT_A_IT are shown independent of current language
Windows 7 XAMPP
Status | New | ⇒ | Information Required |
@Giuse69 Please can you retest with the current staging to confirm it has been resolved and report back so this can be closed
The new "libraries\legacy\categories\categories.php" fixes the problem!
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-12-20 14:33:12 |
Closed_By | ⇒ | brianteeman |
Great - closed
WARNING: the modification in "libraries\legacy\categories\categories.php" solves the tracker problem but breaks the category association!
The language switch module now shows wrong URL: for example I am on "http://localhost/it/fotografia/lezioni" (IT) and the English flag shows "http://localhost/en/fotografia/lezioni" that is completely wrong as it should be "http://localhost/en/photography/tutorials" like it was before the change in categories.php.
Status | Closed | ⇒ | New |
Closed_Date | 2015-12-20 14:33:12 | ⇒ | |
Closed_By | brianteeman | ⇒ |
Re-opened
Ok, I used the categories.php version of #7998.
Status | New | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-12-25 08:16:47 |
Closed_By | ⇒ | infograf768 |
Both fixed in code base
Set to "closed" on behalf of @infograf768 by The JTracker Application at issues.joomla.org/joomla-cms/8738
I think this has been solved for 3.5.0
See #7998