I would prefer not to have video.module publish nodes on a successful conversion... I've seen reference to this once being an option, but don't see it in 4.8.

I've searched through the code for where this happens, but can't seem to find any reference to a change of node status, can anybody point me in the right direction?

Comments

Jorrit’s picture

It happens on two places in 6.x-4.x:

transcoder.inc: 72
video_zencoder.module: 82

Do you also want to prevent the module from unpublishing the nodes or is it just the publishing step?

lightsurge’s picture

Thanks for that Jorrit.

In what scenario does it unpublish nodes, on node creation when workflow is set to publish nodes upon submission? All my nodes are set to be unpublished on submission, in order to then be moderated, so if that's the case I don't think I'll have an issue.

Is there any particular reason that publishing nodes was removed as a setting from the admin section?

Jorrit’s picture

Version: 6.x-4.8 » 6.x-5.x-dev
Category: support » feature

It unpublishes nodes when a video is attached and it publishes the nodes when the video has been converted successfully. I am maintaining the Drupal 6 version of the video module since version 6.x-4.2 and I have not seen a reference to an option in the code that manages this feature. I can see why it is useful, so I am going to mark this issue as a feature request. I will try to add it to version 5 of this module before the first stable version is released.

lightsurge’s picture

Ahh yes looks like this setting might be in 7.x but not in 6.x http://drupal.org/node/1103942#comment-4315702

brycefisherfleig’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)