to integrate with views module for more features.

CommentFileSizeAuthor
#8 recommender-views-support.patch10.7 KBJoeMcGuire

Comments

youkho’s picture

+1

shdwshard’s picture

Bump.

Views integration is the major reason I keep wanting to use CRE instead of this module. It truly is a necessity.

thekayra’s picture

+1

danithaca’s picture

Priority: Normal » Critical
giorgio79’s picture

You 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 :)

danithaca’s picture

got it. thanks. i'll add this feature as soon as i got time.

socialnicheguru’s picture

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

JoeMcGuire’s picture

Status: Active » Needs review
StatusFileSize
new10.7 KB
Initial views 2 support for recommender API

Tables

I’ve developed some basic views support, for viewing and filtering fields in the two tables:

  • recommender_prediction
  • recommender_similarity

Node row style

I’ve also put in a work around to use a node row style view as well as the default fields

danithaca’s picture

@JoeMcGuire: thanks a lot. I'm reviewing the code and hope to add it soon.

Juryiel’s picture

subscribing

suedehead’s picture

Subscribing.

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!

achton’s picture

subscribe

jrust’s picture

thanks, works great for me. Easily built a view of related products.

danithaca’s picture

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

chaps2’s picture

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

danithaca’s picture

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

JoeMcGuire’s picture

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

Júlio Boaro’s picture

subscribing

danithaca’s picture

Status: Needs review » Fixed

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

Status: Fixed » Closed (fixed)

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

MaximSan-1’s picture

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