Views integration
BenStallings - May 22, 2008 - 21:00
| Project: | FeedBurner |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Dave Reid |
| Status: | active |
Jump to:
Description
Using Views version 5.x-1.6-beta5, the indicator of whether a view has a feed appears to have changed compared to where the Feedburner module expects it to be... it is in views_arguments instead of views_views. So I changed line 581 (in my copy) to
$result = db_query("SELECT url, page_title FROM view_view v join view_argument a on v.vid = a.vid WHERE a.type like '%_feed'");
The url is not quite right, but it at least gets the view on the list of options.

#1
Changing title to reflect issue and just to let you know I'm working on it.
#2
Trying to get this to work in 6.x first properly, then will backport to 5.x.