As far as I can tell, the confirmation and reminder fields are not saved. If you hit "preview", then the fields are wiped immediately. Hitting submit and then re-editing the node also means the fields are blanked. Including the email notification field.

Comments

hunmonk’s picture

boris,

i am unable to replicate this behavior. can you reinstall both the module and the table fresh and see if the problem is still occuring?

boris mann’s picture

Status: Active » Postponed

We're using a "basicevent" node type, and it may be something related to this. I've gotten the latest version and am seeing the same thing, so I'll dig into the node type and see if something isn't being saved correctly.

hunmonk’s picture

are you able to save the default settings on the admin/settings/signup page? there should also be an entry in the signup table w/ a nid of 0. that holds the default settings for signups.

freyquency’s picture

I have the same problem with the 'send email' field that notifies the coordinator of the event.

hunmonk’s picture

after further inspection, it does look like the signup data is not being retained when the node is previewed, if it's been edited. more than likely this is b/c i'm pulling the node data instead of the POST data in this case. on both the 4.6 and HEAD install that i have, though, saving edited signup data works fine. i'll have a look at it sometime in the next week.

scottrussell-1’s picture

I am experiencing the same issue with the signup module. When I revisit the administer->settings->signup page, it seems to remember my customized confirmation & reminder email text. But they revert back to the default text ("Enter your default confirmation email message here") when the actual email is sent.

Any progress on this? It's otherwise a wonderful module!

liquidcms’s picture

i can verify i am seeing the same thing - email info gets stored in signup table; but isnt reflected in the actual email that gets sent.

nice to see a recent post about this.. figured i must just be doing something wrong

isn't signup a very mature well used/tested module though??? how could this not have come up by now.

also, isn't it odd to save the settings in a table? isnt the normal drupal std to save them into the variables table?

i will likely look around for the fix for this for a bit.. then if i can't find it.. i'll fix it later this evening and post patch - likely take less time to fix than to find answer.. lol

btw - i am using latest 4.7 version of signup

peter...

liquidcms’s picture

Version: 4.6.x-1.x-dev » 4.7.x-1.x-dev
Priority: Normal » Critical
Status: Postponed » Active

modified version, priority, etc

rootwork’s picture

Just wanted to confirm that I, too, am experiencing this. I don't have anything to add, unfortunately, I just wanted to post again in the hopes that this bug will get addressed.

Of course, I understand that everyone is busy and I thank you for all your hard work on the module so far. I just regret that in it's current state it doesn't seem very useful -- "Enter your default confirmation message" isn't really something I want getting sent to people.

uccio’s picture

Version: 4.7.x-1.x-dev » 4.7.x-1.0

The email for user is:

Enter your default confirmation email message here

But i have change it !!!

dww’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

i just tried (at great length) to reproduce this bug, and failed. here are all the things i tried:

common to all tests:
- php 5.2.1 test site, w/ mysql, on a shared hosting box that can send emails.
- both the end of DRUPAL-4-7 branch and the 4.7.x-1.0 official release
- admin (uid 1), non-admin auth user, and anonymous

cases i tested:

1) a node-type that's configured to allow signups. make customizations when you edit the node to the confirmation email body. everything works fine, and the email contains the customizations.

2) a node-type that's *not* configured to allow signups, but where an admin clicked "enable this node for signups" checkbox on the node add form. everything works fine, and the confirmation emails contain the (modified) global settings (since there's no way to specify per-node settings in this case).

in both cases, things are working as expected (though i'll grant that the global vs. per-node settings aren't ideal yet, especially for enabling/disabling signups).

if there's still a bug here, someone who's seen it needs to post detailed instructions on their setup (versions of everything, etc), and how to reproduce the problem. otherwise, i'm just going to mark this "by design" and resolve it.

dww’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

No one who seems to think this is a problem has bothered to reproduce it or provide more info, so I'm calling this closed.

3duardo’s picture

I realize this is an 'ancient' issue BUT I am having the very same issue...

My customized confirmation and reminder email text is saved but the emails still display "Enter your default confirmation email message here " as stated above.

I am using Signup (6.x-1.0-rc3) for a cck event on a fresh Drupal 6.9 install.

I've not had this issue in the past (on a drupal 6.8 site yet to be updated) - even with the 6.x1.0-rc3

What else can I provide?

[reposted at http://drupal.org/node/366502 when I realized this thread was for 4.7]