Upon executing update.php, module will clean out the nodeblock settings variables for content types where nodeblock is not enabled, as originally intended. Special thanks to zambrey and marcvangend for your help.
Drupal 7 version introduces Default Settings per Content Type as well as enhanced View Mode support. Default settings include: view mode, node link display and comment link display which can be found on the add/edit pages for the various content types.
First release of the Drupal 7 version of Node Blocks. Should be ready for production but please use caution. Will push as a recommended release in a few weeks once the last feature is added here: #1105792: Set default links display on Node Type Form and so long as no major issues arise. Thanks to tom_o_t and zroger for getting this started.
Update:
Major patched rolled into 7.x Dev branch.
- Block settings now allow you to use view modes instead of full/teaser toggle.
- Default view modes can be per content type and overridden per block.
- Node Block Settings fieldsets created for organization.
Module is still not ready for production, however it is getting close and really could use some additional testing by the community to find any additional bugs.
task #400010 by Roger López: Better theming experience - a default node template file
feature #559376 by tom_o_t: Added configuration options for nodeblocks - whether to display full node (default) or teaser, and whether to display the node links (default) or hide them.