How is it posible to place the nodesinblock-fields at the top of the node/edit-form (weight?)?
You can use the nodeform cols module - http://drupal.org/project/nodeformcols or implement hook_form_alter in a separate module if know how to code.
Comments
Comment #1
swentel commentedYou can use the nodeform cols module - http://drupal.org/project/nodeformcols or implement hook_form_alter in a separate module if know how to code.