Content Recommendation Engine

This module is designed to recommend content to users via a Slope One algorithm. The download is a package that contains both the developer api (cre.module) and basic recommendation modules (like node_recommendation.module).

Please copy all files into your module directory (including cre_query_obj.inc).

The algorithm is called Slope One. It is very powerful and yet very fast. As of right now it will only recommend content that has been voted on via VotingAPI. Therefore, you must be using a voting module that depends upon VotingAPI. There are several listed here: http://drupal.org/project/Modules/category/60

I maintain a small mailing list here: http://groups.drupal.org/soc-content-recommedation-engine

Recent additions include support for VotingAPI point system (see http://drupal.org/project/vote_up_down).

Common Issues
================================
CRE will never recommend a piece of content if that user has voted already on that piece of content.

If there is only one user voting, then there will be no recommendations.

If using a VotingAPI point system voting widget (see Vote-Up-Down, and other Digg-like systems) remember to visit admin >> settings >> cre and tell CRE that you are using it.

Please make sure you read the readme and documentation so that you can fully understand both the powers and limitations.

Releases

Official releasesDateSizeLinksStatus
5.x-1.02007-Jan-2119.1 KBRecommended for 5.xThis is currently the recommended release for 5.x.
4.7.x-2.02006-Dec-2116.59 KBRecommended for 4.7.xThis is currently the recommended release for 4.7.x.
Development snapshotsDateSizeLinksStatus
5.x-1.x-dev2007-Aug-3017.17 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
 
 

Drupal is a registered trademark of Dries Buytaert.