display nodes as blocks
I built my first module that might actually be useful to someone else. Check out nodeblock at http://drupal.org/node/93339
Because Drupal's more fun when everything is a node! ;)
~chud
Groups:
Login to post commentsI built my first module that might actually be useful to someone else. Check out nodeblock at http://drupal.org/node/93339
Because Drupal's more fun when everything is a node! ;)
~chud
form_alter, nodeapi
Hi,
I like this idea (I was considering doing it myself the other day). I would suggest, however, that you change your module to use hook_form_alter and hook_nodeapi. This will allow you to make any node a node block, not just your content type. Stick the teaser in the block and you're off to the races. See the taxonomy.module for an example of a module that allows you to put your own form elements on a node edit form.
Good luck,
-Mark