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'm not aware of any way to do this at this moment. It is not a part of core. You could certainly write a module to do so. The Re: Comment subjects module bases the subject off of the parent subject is an example.
comment_subject recently brought token support which would allow you to use author's name
it is in branch 6.x-2.x but you might open an issue requesting to backport it to 5.x
Comments
Comment #1
kahara commentedbump
Comment #2
scoutbaker commentedI'm not aware of any way to do this at this moment. It is not a part of core. You could certainly write a module to do so. The Re: Comment subjects module bases the subject off of the parent subject is an example.
Comment #3
ainigma32 commentedSee comment by ScoutBaker. Setting this Won't fix.
- Arie
Comment #4
ainigma32 commentedHousekeeping....
Comment #5
arhak commentedcomment_subject recently brought token support which would allow you to use author's name
it is in branch 6.x-2.x but you might open an issue requesting to backport it to 5.x
BTW: I'm a co-maintainer of that module