Project:FeedBurner
Version:6.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Dave Reid
Status:active

Issue Summary

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.

Comments

#1

Title:limit blog list to users who have blogging permission» Views Feed Arguments has changed
Assigned to:Anonymous» Dave Reid

Changing title to reflect issue and just to let you know I'm working on it.

#2

Title:Views Feed Arguments has changed» Views integration
Version:5.x-1.x-dev» 6.x-1.x-dev

Trying to get this to work in 6.x first properly, then will backport to 5.x.

#3

I assumed this would work with the feed the views generates, it does not.

nobody click here