Posted by mattbk on November 22, 2008 at 11:16pm
Jump to:
| Project: | Aggregation |
| Version: | 6.x-1.5 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I assuming that it should, so then I could use all those fields that absolutely must be filled in when creating a feed. This assumption is based on looking at the code for Aggregation Views, which seems to list a bunch of fields that should be added to views when the module is initialized. I've tried turning it off and back on again to no success.
Comments
#1
I have the aggregation views module installed as well and I'm not seeing any additional fields. Should there be?
#2
It seems like there should be. There are other threads talking about using those fields, so something must be a little funky somewhere. I just totally uninstalled and reinstalled the module to no effect.
#3
The views API changed in views 2 and needs quite a new overhaul.
Looked for precise documentation but it's just simply gibberish to me. Also, almost no documentation at all regarding how to upgrade old views users to the new views 2, it's just mentioned as "doable". I think the best approach is to see how other modules implement it.
I'll try to upgrade the views to drupal 6, but just not my topmost priority. In the meantime you can use views but without the aggregation specific fields. The feed view page has also been modified to display the feed items.
#4
Thanks for the followup mistknight. I'll use the feed view page for now until you have time to investigate this further.
#5
subscribe
#6
Temporary fix: I created terms in advance like feed/01, 02, 03 etc. For each feed I create I attach a unique term which I can then feed into views to provide a block / page. With the help of arguments and a redirect or two you can have the same view deal with all your feeds. So the "Page" view = "category/feed-categories/feed/%" where 01,02,03 etc is your argument. And then for the purposes of the "More" button category/feed-categories/feed/01 etc can get redirected to "http://yourwebsite/human-readable-url".
Works for me. . ...
#7
I also have "Aggregation Views" enabled and see no features from it.
Would it be possible to get a general idea of when Aggreagation Views will be working again?
#8
Aggregation views has been ported to 6.x in the latest release.