Using the latest dev, the reminder email settings are missing from the individual node signup settings page @ node/%node/signups/settings (see attached).

CommentFileSizeAuthor
screenshot_001.png34.32 KBmstef
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mstef’s picture

Status: Active » Closed (works as designed)

Forget this.. date field setting was missing on the node-type edit form.

iaminawe’s picture

Issue summary: View changes
Status: Closed (works as designed) » Active

Using the latest dev on a site recently upgraded from D6 to D7 - I notice that the send reminder field is missing @node/%node/signups/settings
The reminder form show up correctly at the main signup settings @ admin/config/people/signup

I have checked the node-type and have selected my date field in the dropdown on the signup tab.

Any ideas?

cialog’s picture

I found a solution for the problem - at least in same cases.
In my setup the date field is also correctly selected but signup still could not find the value of the field because it was looking in the wrong place.

Solution
Find all strings [$node->language][0]['value'] and replace them with ['und'][0]['value'] in the file signup/includes/date.inc.

The solution is more complex when you have fields with translation enabled ... but why should someone do this with a date field?