Closed (won't fix)
Project:
Node factory
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2008 at 12:07 UTC
Updated:
14 Nov 2011 at 12:10 UTC
I want to add 'node_factory_load_node( $nid)'.
My Use Case 'nagging clock' (was):
1 on entering an OG page a 'clock' node gets created.
2 a block shows the content of that node with a clock ticking
3 the user can spend some time doing other things but the (c)(b)lock is still ticking.
4 pressing the submit/stop button in the block saves the time spend.
Short implementation
1 cclink prepared links in a block listing 'my groups'.
2 block with a cclink and a clock
3 ...
4 block with a cclink would stop the clock (and hides the block)
Is this worth a try or use workflow_ng #229025: creating nodes through node_factory.module?
Comments
Comment #1
clemens.tolboomworkflow_ng has a node_load action ... so I guess putting focus on creating would be best.
Comment #2
clemens.tolboom