Using [view:myview=maxitem=firstargument] works in a node but not in a block (input format/filter identical for both).

Comments

mlsamuelson’s picture

Status: Active » Closed (works as designed)

Insert View is something of a hybrid in that it does its magic using hook_nodeapi() rather than the filter system's hooks. It only uses filter hooks to add the formatting instructions to the node edit page... The reason for this is that hook_nodeapi() provides the proper context needed to build the views.

There really isn't an equivanlent to hook_nodeapi() for blocks, thus we're not able to parse them for Insert View tags at current.

If anyone has ideas, I'd love to hear 'em. For now, though, Insert View only works in nodes.

mlsamuelson

mlsamuelson’s picture

Note: I've added info on this issue to the README.txt in both the HEAD and Drupal 5 branches.