This module is a hybrid of the Nice Menus module and the Taxonomy Menu module. It displays your categories as a menu in a block with the drop-down features of Nice Menus.
Nice Menus, though awesome, can only be used on menus in the Drupal Menu system, not on menus in blocks like, for example, the Taxonomy Context menu. Adding taxonomy menu items to the menu system can be problematic in D5.
Taxonomy Menu has some serious issues for the 5.x branch, the first and foremost being that it creates it's own aliases to your taxonomy/term pages, and therefore won't work with your pathauto settings for categories. This is also very bad for seo, because now each taxonomy/term page has two unique links to it, and will be read by search engines as "duplicate content".
Features:
choose number of nice taxonomy menu blocks
per block vocabulary selection
optional integration with Nice Menus Styles
configurable prefix and suffix for link text
(example: link text can read "taxi rentals in [category]" or "[category] taxi rentals")
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.