Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The basic idea of this module is to automatically find similar users in the community, and then recommend new contents to users based on the fact that other similar users liked the contents. This is actually an implementation of collaborative filtering used in many recommender systems.
To calculate similarity among users, we now only adopts the user-comment relationship. That is, if two users made comments to the same nodes for several times, then we consider them quite similar to each other. This is especially useful for communities that have forums enabled. There might be other approaches that calculate similarities between users, but I haven't thought about it thoroughly. You are welcome to submit your ideas to the issue queue.
Homebox allows site administrators to create dashboards for their users, using blocks as widgets. Blocks in a Homebox page are resizeable, and reorderable by dragging.
UPDATE: I can no longer support this module as my day job no longer involves Drupal development. If anyone wants to take over development, let me knpw.
This module allows you to use panels as the default layout manager for your main content area. Use variants and selection rules to have multiple panel layouts around the site.
This module should not be at odds with Panels Everywhere.
A CCK based module to provide composition of existing and new content to a new node. Users will be able to simply click together new content and select formatter for node view.