views:

152

answers:

0

I have a feed being built in Drupal 6 using the Views2 platform in the form of /node/%/feed, which correctly generates the feed when /node/% is of a particular node type using arguments. However, Other node types also use their feeds in the format /node/%/feed, but use a different view all together.

Some points to consider, which is making this difficult:

  • The URL cannot change or be different between the various nodes
  • There already is one argument that uses the % as input.
  • Ideally, I'd like the % to be applied to both arguments
  • Views2 should render the feed for the first node type
  • Views2 should ignore the second node type and allow the default handler to be used