Posted by clemens.tolboom... on March 2, 2008 at 12:07pm
Jump to:
| Project: | Node factory |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
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
#1
workflow_ng has a node_load action ... so I guess putting focus on creating would be best.
#2