Just a question: teaser method in:
nrembrowser/includes/styles/NrembrowserStyles.inc
should be:
function teaser($effect) {
$this->set('node', node_load($this->get_nid()));
$this->set_output(node_view($this->get('node'), TRUE));
}
There was a missing TRUE in node_view, so it was printing fullnode, instead of teaser.
Thanks and kudos for this great module :-)