Reviewed & tested by the community
Project:
URL field
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2013 at 13:05 UTC
Updated:
12 Jul 2017 at 20:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
esolitosThere it is the patch.
(It's my first time, so please be gentle :D )
Comment #2
esolitosComment #3
esolitosSorry, here it is a better patch.
Previous patch did brakes the "Preview" option, this one has still some issues with it, but it doesn't brake anything (as far as i know).
Comment #5
esolitos#3: url_field-target-added-issue1914126.patch queued for re-testing.
Comment #7
ilceia commentedI loved this module, but I need a target attribute on it real bad....Is there a very very easy way to do this? I know almost nothing
Comment #8
raphael apard commentedJust add : Add target="_blank" to all links on field formatter settings form.
Comment #9
spleshkaReviewed, works for me, thanks!
Comment #10
damienmckennaComment #11
dbachko commentedAdd optional target attribute to all links with options('_self', '_blank', '_parent', '_top') to select from.
Comment #12
damienmckennaNow we need the maintainer to weight in on which approach would be better. Also, a new patch means that the status goes back to "needs review".
Comment #13
kolafson commented#11 works for me
Comment #14
jcnventura#2366021: Open link in a new tab or window implemented this feature in virtually the same exact code, but restricted only to "_blank".
Comment #15
jcnventura