Do you have any examples using Live Update to display nodes which have been updated to a 'published' status? At the moment it requires a page refresh to show previously unpublished nodes.

This is a great module by the way...

Comments

sittard’s picture

Category: support » bug

Changing this to a bug report because I think Live Update should be able to handle the unpublished status changing to published. The reason I need this is because I'd like to prepopulate my live update nodes and publish them during a live event.

jonskulski’s picture

Category: bug » support

Sittard, I'm setting this back to a support request because it is an implementation of the API and not an error in the code.

The live update implementation for Nodes is incredibly sparse and meant more of an example. That said you could copy that module and modify it so that it also checks

<?php

$node->status == 1

?>

and that will solve your problem.

In the future I would like to release a more full featured implementation of this module. It'd be great to wrap it in views, however that presents a huge list of issues.

Anyway, hope this helps!

jonskulski’s picture

Component: Live Update API » live_update_node
Status: Active » Postponed