Customized mail subject
dennys - September 8, 2007 - 03:20
| Project: | Comment Notify |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
We can customize the mail context now, it's so great, but could we customize the mail subject too ?
It's fixed "!site :: new comment for your post." now.

#1
If you search for !site :: new comment for your post. in the localizer.module you can translate it.
Or you have to search for the same sentence in the comment_notify,module to change it the hardcoded way if you are using english drupal
#2
You can also use locale to translate from "english" to "my english" and then modify it.
I agree, though, it would be nice to be able to set the subject in some configurable way.
#3
If it happens it will be for 6.x.
#4
can you do this now with the 'string overrides' module without adding into this module (for time being)?
#5
I believe so, yes.
#6
honestly, and i don't mean this to be darkly comical, i find the string overrides module most useful for getting rid of nerdy drupal language (it's all over the place, legacy text throughout drupal instead of plain language) AND for correcting output from modules developed by non-native english speakers who are trying to put out a first release in english only (things like "sing in here" instead of sign in etc...) - it's a very powerful little tool and keeps people out of core module files or other core drupal stuff...in my mind a perfect candidate for a 'core' utility ;)
#7
It is in core. It's called "locale".
String Overrides was developed to be a "light weight" solution beyond locale, but subsequent performance tests show that locale and string overrides are about the same speed.
#8
@greggles - didn't realize that...i know that people have used locale for the same purpose for a long time, the SO module just seemed to be a more intuitive way to handle minor edits and modifications for users who don't want to mess around with language related changes - and coupled with tools like form editors, it's quite useful...
#9
Mee too,
Its a necessary feature.
Offtopic:
If you are using flat comments, users can not understand the “all comments” or “replies to my comment option”
#10
Quite - better to open a new issue.
Administer > Site configuration > Comment notify. Disable the "replies to my comment" option. Then users will only see a checkbox and will no longer be confused.
#11
they can still seen it in their personal menu (My account).
#12
@guitarrasybajos - #417582: if only one subscription mode is enabled, users should only see one option in their edit page
#13
Just wanted to steer this back to the original issue - the need for a customizable Subject field...