Checkbox "Reply to posts" is disabled
-
I have 19 articles on Codeproject. I can configure the "Email Alerts" in all articles except 4 of them: https://www.codeproject.com/Articles/15397/Cabinet-File-CAB-Compression-and-Extraction https://www.codeproject.com/Articles/6136/Type-safe-Callbacks-in-C https://www.codeproject.com/Articles/6780/Type-safe-Signals-and-Slots-in-C-Part-2 https://www.codeproject.com/Articles/12200/DHTML-Editor-with-Table-Support-and-Source-Editor Only in these 4 articles the second checkbox "Replies to posts" is disabled. I looked into the HTML source code and I find:
Replies to Posts
As you see the server already sends it as
disabled="disabled"
Would you please fix this? I cannot see any sense why this checkbox should ever be disabled. -
I have 19 articles on Codeproject. I can configure the "Email Alerts" in all articles except 4 of them: https://www.codeproject.com/Articles/15397/Cabinet-File-CAB-Compression-and-Extraction https://www.codeproject.com/Articles/6136/Type-safe-Callbacks-in-C https://www.codeproject.com/Articles/6780/Type-safe-Signals-and-Slots-in-C-Part-2 https://www.codeproject.com/Articles/12200/DHTML-Editor-with-Table-Support-and-Source-Editor Only in these 4 articles the second checkbox "Replies to posts" is disabled. I looked into the HTML source code and I find:
Replies to Posts
As you see the server already sends it as
disabled="disabled"
Would you please fix this? I cannot see any sense why this checkbox should ever be disabled.If you choose a daily notification schedule you only get new posts, not all replies
cheers Chris Maunder