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

bsherwood’s picture

+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

patchak’s picture

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

SamRose’s picture

looking 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