to integrate with views module for more features.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | recommender-views-support.patch | 10.7 KB | JoeMcGuire |
to integrate with views module for more features.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | recommender-views-support.patch | 10.7 KB | JoeMcGuire |
Comments
Comment #1
youkho commented+1
Comment #2
shdwshard commentedBump.
Views integration is the major reason I keep wanting to use CRE instead of this module. It truly is a necessity.
Comment #3
thekayra commented+1
Comment #4
danithaca commentedComment #5
giorgio79 commentedYou could take http://drupal.org/project/similarity as an example, which has Views support.
Basically the module would just need to provide the node ids that are recommended to a node view so that users can customize :)
Comment #6
danithaca commentedgot it. thanks. i'll add this feature as soon as i got time.
Comment #7
socialnicheguru commentedis there an ETA on views support?
I am willing to help test!
I am also trying to evaluate this module vs similarity. While I like this module and the helper modules that it comes with, similarity has views 2 compatibility and automatically creates blocks when I define a relationship.
Comment #8
JoeMcGuire commentedTables
I’ve developed some basic views support, for viewing and filtering fields in the two tables:
Node row style
I’ve also put in a work around to use a node row style view as well as the default fields
Comment #9
danithaca commented@JoeMcGuire: thanks a lot. I'm reviewing the code and hope to add it soon.
Comment #10
Juryiel commentedsubscribing
Comment #11
suedehead commentedSubscribing.
Danithaca -- it seems like you're busy lately, but any word on a new beta5 version by any chance? Thanks for all the time you've taken into working on this module!
Comment #12
achtonsubscribe
Comment #13
jrust commentedthanks, works great for me. Easily built a view of related products.
Comment #14
danithaca commentedSorry I wasn't able to follow up on this issue for a while (I became a new father, and my baby keeps me busy~)
I'm thinking to get it tested/integrated during the summer as part of the GSoC project. If you are interested, please support it at http://groups.drupal.org/node/137054
Thanks for JoeMcGuire and others who have contributed to this issue.
Comment #15
chaps2 commentedWorks for me too - thanks!
I have it in action at browsing history demo where I'm using it with Flag Recommender to display recommended content based on browsing history of both authenticated and anonymous users.
The only problem I had with it is that the app_id filter is not export/features friendly. It would be better if you could filter by app_name.
Comment #16
danithaca commentedThanks for the patch and reviews. I'm working on the D7 port w/ Views support. Will review the patch when working on the D6 back port.
Comment #17
JoeMcGuire commentedNice one, I don't think much had changed from views 2 to 3 with hook_views_data and the field handlers so you might still be able to make use of it in D7.
Comment #18
Júlio Boaro commentedsubscribing
Comment #19
danithaca commentedThanks for the patch JoeMcGuire. It's patched to 6.x-2.0-beta5.
Views support has been added to 7.x-3.x releases too.
Issue fixed.
Comment #21
MaximSan-1 commentedHow to include views support? On page admin/build/views/add there were new view type: Similarity, Recommender predictions. To create view on the basis of these types it is impossible.