As far as I can tell the Target Position option in mod_menu is redundant and can be removed (at least I couldnt see anywhere it is used or work out how to use it)
It is described in the 2.5 documentation (https://docs.joomla.org/Help25:Extensions_Module_Manager_Menu) but there is no mention of it in the 3.6 documentation https://docs.joomla.org/Help36:Extensions_Module_Manager_Menu
I tried that before posting and it didn't work for me. I will test again
OK I can confirm thats how it works now. Sadly we wouldnt be able to remove it as it would be a b/c break
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-08-01 12:04:43 |
Closed_By | ⇒ | brianteeman |
Labels |
Added:
?
|
One of the never used "special" features "for somebody" I think.
It's used here (
window_open
):https://github.com/joomla/joomla-cms/blob/staging/modules/mod_menu/tmpl/default_url.php#L47
If you select
Target Window > New Without Navigation
in a menu item of typeExternal URL
you can add additional key value pairs for the popup window.If it will not be removed it's not logical that it's only used in
External URL
.Description is somehow misleading.
Example with
top=0,right=0,width=50,height=50
andgoogle.com
:I think it should be removed because one can use tmpl-overrides.