On a monolingual site create an article and bring it under a menu-item. Mark the language of the menu-item as 'en-GB'. Because it is a monolingual site you'll have to make that change of the language field in the database. In my case it happened because the article was added programmatically (and both the article and the menu-item were marked as 'en-GB').
Add a search module and look for some words in that article.
The URL of the found article should be based on the menu-item, containing the menu-item alias.
The URL of the found article is based on com_content: /component/content/article/alias of article.
Joomla 5.2.3
I tested only changing the language of the article, leaving the language-field of the menu-item as '*', but that gave no problem. Only changing the language of the menu-item to something else than '*' has an effect.
Labels |
Added:
No Code Attached Yet
|
Hi @HermanPeeren is this something you could code within the HealthChecker project?