Closed (outdated)
Project:
FeedBurner
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
22 May 2008 at 21:00 UTC
Updated:
17 Sep 2025 at 21:24 UTC
Jump to comment: Most recent
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
Comment #1
dave reidChanging title to reflect issue and just to let you know I'm working on it.
Comment #2
dave reidTrying to get this to work in 6.x first properly, then will backport to 5.x.
Comment #3
nsputnik commentedI assumed this would work with the feed the views generates, it does not.
Comment #4
benstallings commented