Looking for module that allows you to quickly post new nodes
sytru - October 3, 2009 - 15:57
Hi,
I'm looking for a module, that would allow anonymous users to quickly post new nodes right from my home page, just like it does at http://answers.yahoo.com.
There is the "Ask" box, i.e. a submission form that allows anonymous users to instantly post questions. I'd like the same stuff here with the questions posted being new nodes that are automatically published and awaiting response from others.
Is there any module I could use to achieve this?
Thanks.

_
You can either use the http://drupal.org/project/formblock module to put a content type edit form in a block, or you just need a form and not a node, you can use the http://drupal.org/project/webform and http://drupal.org/project/webformblock modules.
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.
View with Form Block
I too am looking for this functionality. I have created a View (page) that lists the Question title and a Answers count. I would like to put a "submit question" form right next to the list.
I have downloaded and installed FormBlock and Panels. Do I need to create a view with panels? If so, how? Or should I just create View that is a block, not a page?
Thanks