By ablemike on
Hey Yall,
I have looked everywhere for a simple way to use "node/add/*something*" inside of a panel with no luck. Is there a way to do this using a module?
The scenario is this. I have a view being pulled into a panel on one side. On the other side of the panel, i would like a form to add a node via CCK.
Thanks very much for any help!
Comments
Node add form in a sidebar / block?
You want to have a certain node adding form in a block located on sidebar? My drupal api knowledge is quite basic, but I would use a usual block hook and a drupal_execute in the submit hook which would point to a cck node creation form. This should work without a problem :)
--
Pielgrzym
Not Exactly
I am using the panels module. One pane of the panel is pulling in a panel. In the other pane i would like to be able to reference an input form such as "node/add/page" so that the view and input is visible at the same time.