By gp.mazzola on
HI everybody!
I am running D5 on a site (with CCK and Views), and I would like to add the "live blog" feature. I explain better. Basically the user with writing permission should be able to make short posts (nodes) with the node/add edit form below the list of all nodes of that type, in the same page. That is:
node 1
node 2
node 3
...
node n
--------------------
node/add/myblog form
When he submits, the submitted node should appear at the bottom of the list, aften node n. In an ajax way.
Is there some module that can accomplish this task? Or some module that can help me to build somthing like this?
Any help and suggestion is appreciated :)
Thanks,
GP