Closed (fixed)
Project:
External Link Page
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
2 Jan 2010 at 11:14 UTC
Updated:
27 May 2010 at 15:50 UTC
When I originally wrote this module, this functionality was not in any existing module. I just went to the extlink module and it says it now offers this functionality.
This needs to be researched more and determined if this module should be abandoned.
Comments
Comment #1
vm commentedI can confirm that the extlink module allows a message to be shown (if wanted) when a user is navigating away to a link outside of the domain in which the link is in.
with extlink, one also has the ability to tell it to ignore subdomains and treat them as a single domain. which is quite the nice feature when using the subdomain.module or multisites in subdomains.
Comment #2
zzolo commented@VM, do you know if it accomplishes all this without JS (or at least degrade gracefully).
Comment #3
zzolo commentedAfter looking at the code, extlink is all done with Javascript, meaning that it will not work for all clients/users. this means that I will:
* Not abandon this module yet. And update the project page to suggest extlink, but point out its restrictions.
* Try to work with extlink to make it degradable, as it is a more established module.
Comment #4
zzolo commentedI talked with @quicksketch, maintainer of extlink. He is set on just using JS, which I don't like, but as he pointed out and after I looked myself, the 508 website actually only uses JS for this functionality. :(