Graph

Component type

module

Maintenance status

Development status

Component created

Component changed

According with Wikipedia, a graph is a set of objects called points, nodes, or vertices connected by links called lines or edges. In a proper graph, which is by default undirected, a line from point A to point B is considered to be the same thing as a line from point B to point A.

Graph Module creates an node type called "Graph" and provides a fashion way to visualize it. Modules can also implements Graph API to autogenerate graphs.

Facebook-style Statuses (Microblog)

Component type

module

Maintenance status

Development status

Downloads

74567

Component created

Component changed

Provides streams of status updates like Twitter or Facebook's "wall" feature: each user/node/group/taxonomy term/whatever can have a "stream" or microblog where users can express their thoughts to the community. @mentions and #hashtags are supported, as well as comments on status updates, viewing conversations between users, the ability to "like"/"reply" to/RT a message, automatic updates without page refreshing, and integration with over 25 modules.

Facebook-style Statuses is moving to the Statuses namespace for Drupal 7+.

Scald: Media Management made easy

Component type

module

Maintenance status

Development status

Downloads

64757

Component created

Component changed

Drupal 8

Scald is a popular and flexible way to handle media in Drupal.

Scald can handle images, video, audio, tweets and even Flash files. Scald works with YouTube, Vimeo, Soundcloud and many other providers. You can see a full list on the scald provider's page, you can also read our FAQ.

Search Cloud Generator

Component type

module

Categories

Development status

Downloads

2470

Component created

Component changed

The module produces a web 2.0 tag cloud from stored search terms, based on term occurrences and various limits. The tag cloud is displayed in a dedicated block.

Available settings:

- min & max font sizes
- use color tones on links or not
- configure light & dark color tones
- use light or dark color tones
- underline links or not
- configure ignored words
- configure ignored chars
- configure minimum tag length
- configure tag limit

Attached is a capture from module's settings page.

Enjoy!

Plus 1

Component type

module

Categories

Maintenance status

Development status

Downloads

29025

Component created

Component changed

A simple digg-like voting widget for content that uses Ajax.

Powered by jQuery

You can choose to not show the voting widget in certain node types, and you can show it in teaser view and/or full view.

The 6.x-2 branch supports anonymous voting.

Link Image Field

Component type

module

Maintenance status

Development status

Downloads

35422

Component created

Component changed

LinkImageField is a CCK module that allows you to specify the hyperlink for images with a custom URL. The CCK ImageField allows links from the image to the node or to the image itself, but not to a user supplied link.

Features

  • Upload Image
  • Title for the Image
  • Alternative Text for the Image
  • URL to hyperlink the image

Example Use:

Your site supplies a product image and description, but you want the image to link off-site to an affiliated web store.

Statistics Advanced

Component type

module

Categories

Maintenance status

Development status

Downloads

19813

Component created

Component changed

Provides a few advanced options to the core Statistics module. Once enabled, these options can be found under "Administer >> Reports >> Access log settings."

Only track 'unique' views of content
If you keep viewing a node over and over again, the "x reads" counter won't increase each time. This is applied on a per-user basis as well as a per session id for anonymous users. This replaces the Accurate Read Count module. This is a workaround for #90468: Only record unique hits in node counter stats.
Discard content views by user role
Administrators can assign the 'exclude visits from counters' to discard content views from certain user roles. This offers nearly the same functionality as the Decounter module and should not be used at the same time.
Discard access log records by user role
If you have certain users that are active behind the scenes in your site, you can remove their entries from the access log table to help keep it trimmed down (more relevant statistics about your site's visitors and possibly improved database performance).
Discard access log records by crawlers and bots
Integrates with the Browscap module to not log visits from search engine crawlers and bots. This will not affect your site's ability to record visitor referrers from search engines.
Other statistics enhancements:
#345133: 403s and 404s are counted in {node_counter}.
Adds reset functionality for acceslog records and node view counters.