Closed (won't fix)
Project:
Subscriptions
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2013 at 14:58 UTC
Updated:
30 May 2013 at 02:20 UTC
Hello,
The description in the "subscribe" fieldset which gets added to nodes seems confusing to users who may not even realize that "subscribe" means "get emails". I suggest having a textarea in your config form, which lets site owners set the text to whatever they want.
I have done this on my own site. Please see my attached screenshot. As you can see, I made it more obvious to users what it was they were signing up for.
Thanks,
Richard
| Comment | File | Size | Author |
|---|---|---|---|
| capture2.png | 26.27 KB | richardp |
Comments
Comment #1
salvisNice. You're doing exactly the right thing, tuning Subscriptions where you feel it's needed for your site.
We cannot aim to make Subscriptions perfect for your needs and for everyone else's, too. Subscriptions already has a challenging number of configuration options, and we will not add to that number for cosmetic reasons that do not have an overwhelming appeal.
Comment #2
richardp commentedFair enough, just thought I'd mention it ;)
Comment #3
richardp commentedFor anyone curious, I did this on my own site through the magic of CSS (which let you add text content to a page-- inelegant, I know, but it gets the job done. A better solution would be a hook_form_alter approach, but I didn't have the time).