Needs work
Project:
External New Tab
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2009 at 17:48 UTC
Updated:
22 Oct 2025 at 13:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mcrittenden commentedGood idea. I'd still like to leave the option to exclude certain pages but excluding URLs would be another good option.
So yes, happily accepting patches.
Comment #2
mcrittenden commentedOops.
Comment #3
mcrittenden commentedNo patch yet.
Comment #4
q0rban commentedWhoops, forgot to subscribe to the issue queue. :D
Comment #5
q0rban commentedI don't really remember why I wanted this so I'm not going to write a patch for it, seeing as how I'm obviously living fine without it. ;)
Comment #6
sctteea commentedI created a patch to implement this in the 7.x.1.x branch.
I found that the module can interfere with other modules when certain links are processed. Example: TranslateThis module
It uses a regular expression test to ignore links for given patterns.
Comment #7
likewhoa commentedneed some testing...
Comment #8
lunazoid commentedI know it's been a few years, but the patch in #6 still applies fine to the latest dev, and works as expected.
Comment #9
lunazoid commentedI just encountered a problem where a link that was in the ignore list was still getting the "external-processed" class added. This patch seems to fix that for us, but I'm sure it could be optimized.
Comment #10
lunazoid commentedDisregard my patch in #9, I must have been half asleep. While it worked locally, it didn't work on our hosting server. This version does a much better job.
Comment #11
lunazoid commentedComment #12
anybodyStill a useful idea for 8.x Please use a MR if anyone is still interested to implement this.