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 releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.0 | 2007-Jan-21 | 19.1 KB | Download · Release notes | Recommended for 5.x | |
| 4.7.x-2.0 | 2006-Dec-21 | 16.59 KB | Download · Release notes | Recommended for 4.7.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.x-dev | 2007-Aug-30 | 17.17 KB | Download · Release notes | Development snapshot | |
