Closed (won't fix)
Project:
External Links Filter
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
26 Mar 2008 at 11:10 UTC
Updated:
11 Jun 2024 at 12:23 UTC
Jump to comment: Most recent
Comments
Comment #1
xanoThis is correct behaviour, since ELF only provides an input filter. If content isn't passed through a filter that applies ELF, any external links in such content will not feature the CSS class.
I have set this to feature request, since it would be great to have this in version 3.
Comment #2
xanoComment #3
xanoComment #4
adrinux commentedFor a workaround – assuming all your CCK links are external – CCK link fields do allow you to configure an "Additional CSS class". Set that to "external-link" (without the quote marks of course) and the ELF CSS will be applied.
Comment #5
xanoThis class would be
elf-externalorelf-mailtowhen using 5.x-3.x-dev.Comment #6
xanoI was hoping CCK offered a hook_field_alter() or something similar, so other modules could easily manipulate fields, but this doesn't seem to be the case. The current plan is to find out what link fields are added to a certain node type and modify their values in hook_nodeapi(), if that is possible.
Comment #7
Golem07 commentedSorry to bring up this "old" issue again. But since I also consider cck link field support important i just wanted to ask whether this feature is still planned for the 3.x release.
Thanks in advance!
Comment #8
xanoNot for 5.x-3.x-dev anymore, since by the time version 3 will be released Drupal 7 will have come out. I still intend to look into link fields and see if they can be supported.
Comment #9
WorldFallz commentedSince this module is a 'filter' (it's even part of the project name itself), I don't really see how this can be extended to fields that don't have filters without extending the module beyond its stated purpose. I'm open to suggestions if someone wants to submit a patch though.