Active
Project:
Content Recommendation Engine
Version:
5.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2008 at 17:28 UTC
Updated:
2 Nov 2008 at 13:55 UTC
Is there a way to have CRE recommend content based on simply what other visitors have been looking at, without there having to be any sort of voting? We don't really want our content rated by the public, but we would like to able to recommend related content.
Any thoughts most welcome!
Great work by the way!
Comments
Comment #1
bsherwood commented+1
Maybe a simple integration with the statistics module can help recommend content that nobody has voted for. Mainly use votingAPI when they do vote and fall back on statistics when a node has no votes but page views.
end idle brainstorming
Comment #2
patchak commentedThere are other modules that could help accomplish this, like "related content", "related links", etc... You can also use panels to build lists of content by "author", "taxonomy", etc...
Comment #3
SamRose commentedlooking at the API.txt http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/cre/API.txt... looks like cre is also an API that is waiting to be extended...whichis great, as I am looking for a flexible way to build CRE's based in different sources/data/etc