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.
Trigeo adds a standard drupal content type and manages the geographic nodes, the new trigeo content will show in map or in a simple web page, includes title, body, teaser (on the cloud of google ma
This project will be home to sub-modules for the Activity Stream module that allow users to retrieve information about their current location from location-based social networks and other location brokerage services.
If you have Location module bundle installed (and enable the included User Locations module), your current user location will be updated based on the last available update from one of these services.
Provides a new Forms API element which is a select/radios/checkboxes element that has an 'other' option. When 'other' is selected a textfield appears for the user to provide a custom value.