- Issue created by @abhijeet.kumar2107
- 🇧🇾Belarus dewalt
@abhijeet.kumar2107 please provide steps to reproduce (including the module configuration). Both links https://www.xyx.com/my-en/ and https://www.xyx.com/ works fine in typical installation. By the way what do you mean about subdomain? Both links have the same domain.
You can use path as domain in acquia. https://docs.acquia.com/site-factory/manage/domains/path/
Now I have a site: www.xyz.com/sub, in which I need to recognize the domain name www.xyz.com as an external domain name.Can we optimize this code?
external_link_popup/js/dialog.js : 26
var current = window.location.host || window.location.hostname;
- 🇨🇳China eason xu
I changed the code a bit so that it can support the format of input domain/url. like: www.example.com/example
- 🇨🇳China eason xu
I changed the code a bit so that it can support the format of input domain/url. like: www.example.com/example
- Status changed to Needs review
over 1 year ago 6:51pm 28 April 2023 - last update
over 1 year ago 1 pass - 🇧🇾Belarus dewalt
Thanks, I catch, its a request to support paths, e.g. in multisiting installation. I'll check soon.
The www.xyz.com site needs to recognize www.xyz.com/sub as a pop-up window,
Then www.xyz.com/sub needs to identify the www.xyz.com site and requires a pop-up window.- last update
over 1 year ago 1 pass - last update
over 1 year ago 1 pass I used the patch of #14, but there is a problem, when the user enters the full path of the current site with the domain name in the link field, the window still pops up, I try to fix it.