hi, i don't ever see my views listed no matter what i do. I do have views_rss enabled as well.

as an aside, I wouldn't even need to make a view for this case if this module would let one choose individual terms which already have a feed via drupal, not just an entire vocabulary.

thanks

Comments

aaron1234nz’s picture

Status: Active » Postponed (maintainer needs more info)

Please check that you have created your view to use RSS feeds (see here for instructions http://drupal.org/node/83597) and that you have enabled your view in admin/content/syndication. If this does not work still, please reply back.

chromeyellow’s picture

I recently was stumped by a couple of views which refused to show up on the /syndication page, even though views_rss was installed and the proper 'argument' settings were made on the view/edit pages. Also, unlabled check boxes appear on the admin/content/syndication page.

I finally realized that the problem was that neither of my views had "Title" filled out on the admin/build/views/[view_name]/edit "page" section. As soon as I added a title, the view appeared properly on the /syndication page.

So double check that you have titles set for the "page" version of your views.

(views_rss is responsible for this, and probably should pay attention to the Argument Type "Title" field in cases where a "page" title doesn't exist.)

aaron1234nz’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

malc_b’s picture

Version: 5.x-1.x-dev » 6.x-1.6
Status: Closed (fixed) » Needs work

I have the same issue on 6.x-1.6 so I'll reopen this to keep the thread

The issue seems the be the name length now. I have a view that creates a feed. The feed takes it's title from the site name. The name seems to be what appears in syndicates list, not the title, unless this is because how my title is set. If I make the name short, 10 char, it works. If I make it longer, 20 then the view does not appear listed on the syndication admin page.

Grayside’s picture

Looking at the queries in _syndication_return_views_rss_feeds, this module does not detect exported views.

aaron1234nz’s picture

Status: Needs work » Fixed

I've changed the behind the scenes stuff for views. It should work better now. Can you please take a look at he -dev release or check out the latest version form CVS (d6 branch) and let me know how you get on.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.