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
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

Dave Reid - July 28, 2008 - 20:07
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

Dave Reid - December 12, 2008 - 22:46
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.

 
 

Drupal is a registered trademark of Dries Buytaert.