Hi all,

similary to what is possible with panels, I would like to implement the following (but without using panels): Under a certain path, say 'testpath/%' there should be a two-column layout, the left column containing a node edit form of the node with node id %, the right column containing some other stuff (e.g. custom text and explanations).

I know how the create Drupal paths with hook_menu, how to implement callback functions etc. The actual problem is: how can I get the node edit form with all the attached logic into the left column?
Any hints?

Comments

infotechnologist’s picture

You would want to look at the Views module. It can create a view as you describe. Unless I am misunderstanding your question.