I am noticing that my solution doesn't work with "taxonomy views", where Drupal tries to display all nodes from a taxonomy term. Sending headers, a document and exiting breaks the view.
I use taxonomy mostly for theming public vs. intranet content, but having recently discovered views, I'm adding on, so I'll work on this.
I think I can escape the headers if there's a $view happening and send a teaser/description instead.
Reply
Drupal4libcamp
February 27, 2009, Darien Public Library, Darien, CT
breaks
I am noticing that my solution doesn't work with "taxonomy views", where Drupal tries to display all nodes from a taxonomy term. Sending headers, a document and exiting breaks the view.
I use taxonomy mostly for theming public vs. intranet content, but having recently discovered views, I'm adding on, so I'll work on this.
I think I can escape the headers if there's a $view happening and send a teaser/description instead.