This is very frustrating as I have large sections of website I wish to keep unpublished until a certain time and I cannot place them under their parent if that parent is also unpublished.

This can very easily be fixed by modding line 1008 form this:

$result = db_query(db_rewrite_sql("SELECT n.nid FROM {node} n WHERE n.status = 1 AND n.nid IN (". $placeholders .")"), $nids);

to this:

$result = db_query(db_rewrite_sql("SELECT n.nid FROM {node} n WHERE n.nid IN (". $placeholders .")"), $nids);

I understand that some users will not want to attach pages to unpublished parents but I'm sure that I am not the only one that would like this feature.

Comments

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.