Language Change PR-6.2-dev Pending

User tests: Successful: Unsuccessful:

avatar bembelimen
bembelimen
9 Aug 2026

Pull Request resolves # .

  • I read the Generative AI policy and my contribution is either not created with the help of AI or is compatible with the policy and GNU/GPL 2 or later.

Summary of Changes

When currently calling an menu item type URL, with index.php?Itemid=xxx you get a 404. This has the downsite, that when an URL is used on many places you have to add it directly and when it changes, you have to change them everywhere. With this PR you just update the menu item and it updates everywhere, where the correct index.php?Itemid=xxx is used.

Testing Instructions

  • Create a menu item type "URL" and put in any URL like "https://www.joomla.org"
  • Remember the ID of the menu item.
  • Create an article and insert the menu item as link via the "CMS Content" dropdown (should look like index.php?Itemid=102)

Actual result BEFORE applying this Pull Request

  • 404 error when clicking the link

Expected result AFTER applying this Pull Request

  • Clean (301) redirect to the URL given
avatar bembelimen bembelimen - open - 9 Aug 2026
avatar bembelimen bembelimen - change - 9 Aug 2026
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 9 Aug 2026
Category Administration com_menus Language & Strings Libraries
avatar bembelimen bembelimen - change - 10 Aug 2026
Labels Added: Language Change PR-6.2-dev
avatar joomla-cms-bot joomla-cms-bot - change - 10 Aug 2026
Category Administration com_menus Language & Strings Libraries Libraries
avatar chmst
chmst - comment - 10 Aug 2026

I have tested this successfully.
In my opinion it is a bug fix and should go into 5.4. It is a bug when a link item causes a 404.

I added such menu item into different articles and the fix works for all.

avatar chmst chmst - test_item - 10 Aug 2026 - Tested successfully
avatar chmst
chmst - comment - 10 Aug 2026

I have tested this item ✅ successfully on 5574c6f

The labels are not valid now. Changes are only in libraries.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/48219.

avatar chmst
chmst - comment - 10 Aug 2026

I have tested this item ✅ successfully on 5574c6f

The labels are not valid now. Changes are only in libraries.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/48219.

avatar brianteeman
brianteeman - comment - 10 Aug 2026

Can you update the title please

avatar bembelimen bembelimen - change - 10 Aug 2026
Title
[6.2] Add URL redirection option for menu items type URL
[6.2] Redirect external URL when called index.php?Itemid=xxx
avatar bembelimen bembelimen - edited - 10 Aug 2026
avatar bembelimen bembelimen - change - 10 Aug 2026
The description was changed
avatar bembelimen bembelimen - edited - 10 Aug 2026
avatar brianteeman brianteeman - test_item - 10 Aug 2026 - Tested successfully
avatar brianteeman
brianteeman - comment - 10 Aug 2026

I have tested this item ✅ successfully on 5574c6f


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/48219.

avatar brianteeman
brianteeman - comment - 10 Aug 2026

I have tested this item ✅ successfully on 5574c6f


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/48219.

Add a Comment

Login with GitHub to post a comment