This may be that I've not configured things correctly, but I don't seem to be getting nodes created (other than the initial node).

I have Date API and Date Repeat API installed. I have content type created with a Date Field (with repeating options) setup. The content type is set to allow repeat nodes, with the reference to my date field.

When creating a node, I have the normal date repeat fieldset available to setup the repeat options. Is this correct? I do not see a 'tab' (as per "If a node type is set to allow repetition then a tab will appear on nodes of that type to allow creating/editing repeats for that node.").

When saving the node, all I get is the normal node with the Date Repeat API implementation of repeats (eg. a single node with multiple dates shown in the calendar and on the node page). Example here.

I am using:
Date 6.x-2.x-dev

Comments

OliverColeman’s picture

Node Repeat doesn't use the Repeat function within the CCK field (like date_repeat_nodegen), in fact I'm not entirely sure what happens if this is enabled but I think it should just use the first value.

Have you set the permission "Create sequences"? This must be enabled for any roles that need to create sequences. I've added this to the notes on the project page.

gagarine’s picture

Category: bug » support
Status: Active » Closed (fixed)

For the next versions please see #1137220: Repeated nodes not created