Hi.

After configuring the module, is there a way to default to the selected registration type in node/add/page?
I am using feeds module to create nodes but the defaults are to -- Disable Registrations -- and therefore they do not show up on programmatically created nodes.

Best Regards,
Jorge.

Comments

dpi’s picture

Status: Active » Postponed (maintainer needs more info)

Set your default in the Registration field settings.

I am able to generate nodes with correct registration defaults.

If you are creating the node object programmatically, you may want to use $node->{REGISTRATION_FIELD_NAME}[LANGUAGE_NONE][0] = 'REGISTRATION_TYPE_NAME';

Yorgg’s picture

Thank you,
That did the trick.

dpi’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.