Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
i know this is a bit late, but i wanted to say for anyone else that would browse this issue like i did
- there is no way you can make this into content filter, because content filters don't know context (node) they are applied to. They just filter text. And because of that, alinks would appear on node that they are linked to which is wrong. only possibility to be use arg(), but that would be really bad implementation.
Comments
Comment #1
Jānis Bebrītis commentedi know this is a bit late, but i wanted to say for anyone else that would browse this issue like i did
- there is no way you can make this into content filter, because content filters don't know context (node) they are applied to. They just filter text. And because of that, alinks would appear on node that they are linked to which is wrong. only possibility to be use arg(), but that would be really bad implementation.