Blogs

Display views data inline in a node (easy style)

This module provides a basic input filter that allows trusted users to display views data inline the body of their post.

In a project that I'm working on, I found myself creating template files for the sole purpose of putting views code in there so I could have views data show up where I wanted. Users wanted to put texty stuff above and below views data. I didn't want to be limited to blocks, either.

So, I wrote this filter last weekend. I improved and expanded it this week.

It's in dev status now.

TODO: add at least one more feature: argument handling.

Downloadables: 

fix for exposed views filters sending you to the homepage of your site

This bug and fix apply to Drupal 6.15, Views 6.x-2.8

This is a buggy litttle bugger for sure.  I had a view that included an exposed filter.  When clicking on the "Apply" button of the exposed filter, I'd get sent to my sites homepage, but with the query string info from the exposed filter.  Needless to say, this was annoying.