Closed (won't fix)
Project:
Subscriptions
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2011 at 21:13 UTC
Updated:
6 May 2012 at 22:58 UTC
When a non-logged in user posts a comment, the subscription notification message sets comment_name as variable_get('anonymous') (I.e., 'Anonymous' or 'Guest') instead of using the name provided by the commenter.
If Joe isn't logged in but provides his name when he submits a comment, it's much more useful for subscriptions to send out a notification identifying the author of the comment as Joe rather than as Anonymous.
See patch.
| Comment | File | Size | Author |
|---|---|---|---|
| subscriptions_anonname.patch | 886 bytes | lirazsiri |
Comments
Comment #1
salvisI agree, but in that case we need a new variable, something like !comment_name_is_verified, which is 0 or 1.
Comment #2
salvisNo follow-up.