The nodes created are unpublished by default. I can change the setting in content type to publish but the nodes are still unpublished. Am I doing something wrong?

Comments

oadaeh’s picture

Assigned: Unassigned » oadaeh

No. It seems as though that I have hard coded that. If you change line 1725 from

  $node->status  = 0;

to

//  $node->status  = 0;

that should temporarily fix it for you. You might also want to comment out (with the "//") the next three lines as well.

I'll fix that permanently as soon as I finish what I'm currently working on.

oadaeh’s picture

Status: Active » Fixed

I've committed the changes here: http://drupal.org/cvs?commit=410524 (5.x) and here: http://drupal.org/cvs?commit=410522 (6.x). I'll be including them in an official release soon.

dabro’s picture

Thanks for the quick response, I'll check it out tomorrow, Dave

dabro’s picture

That fixed the issue, thanks again for the response, Dave

Status: Fixed » Closed (fixed)

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