Active
Project:
Signup
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2012 at 20:48 UTC
Updated:
4 Dec 2013 at 23:44 UTC
Jump to comment: Most recent
Using the latest dev, the reminder email settings are missing from the individual node signup settings page @ node/%node/signups/settings (see attached).
| Comment | File | Size | Author |
|---|---|---|---|
| screenshot_001.png | 34.32 KB | mstef |
Comments
Comment #1
mstef commentedForget this.. date field setting was missing on the node-type edit form.
Comment #2
iaminawe commentedUsing 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?
Comment #3
cialog commentedI 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?