Bandwidth API

Component type

module

Maintenance status

Development status

Downloads

3010

Component created

Component changed

This module allows users to specify a preferred bandwidth for viewing videos.

Features include :
- Block with links to choose the preferred bandwidth
- Option in the user profile to change the bandwidth
- Name of the bandwidth is included at the beginning of all intern URLs (http://www.example.com/lo/page for low bandwidth setting)
- Support for anonymous users

This module is useless alone. You don't need to install it if you haven't been asked to do so.

Sheetnode

Component type

module

Maintenance status

Development status

Downloads

99691

Component created

Component changed

Sheetnode integrates the JavaScript spreadsheet engine SocialCalc as a new node type in Drupal. SocialCalc was written by Dan Bricklin, co-author of the original VisiCalc spreadsheet app in 1979, and is used in the OLPC XO laptop and the SocialText Collaboration Platform.

Profile role

Component type

module

Downloads

17030

Component created

Component changed

Relate profile field categories to particular roles, instead of all fields being related to all roles. Use profile to define all user data fields, but restrict which fields are related to users of a particular role. The interface allows you to relate profile field categories to roles. As the screenshot depicts, one or more roles may be assigned to a give field category.

For example you may create two roles (parent and child) and two corresponding profile field categories:

Parent
- Employer
- Occupation

Child
- School
- Grade

Profile permission

Component type

module

Maintenance status

Development status

Downloads

8093

Component created

Component changed

Restrict editing/viewing of profile fields with an auto generated permission. Only users with that permission will be able to edit/view the field. In order to restrict a field you must check the "restrict" checkbox on the profile field edit page which will generate a set of permissions which can then be used to restrict the field.

Please see the README.txt for instructions.

Best reply

Component type

module

Maintenance status

Development status

Downloads

21339

Component created

Component changed

Best reply module allows node authors to mark a particular comment as the best reply. It aims to encourage quality comments and to give some recognition to people posting quality responses.

Links are provided to the author of the node or user with the correct privileges to mark a comment as the best reply, or clear the best reply. Only one comment can be marked as the best reply, so the author can change his or her mind and mark a different comment, which will overwrite or clear the old marked comment.

Permalink

Component type

module

Maintenance status

Development status

Downloads

6699

Component created

Component changed

What is a "permalink"?

Wikipedia defines permalink as:

A permalink, or permanent link, is a URL that points to a specific blog or forum entry after it has passed from the front page to the archives. Because a permalink remains unchanged indefinitely, it is less susceptible to link rot. Most modern weblogging and content-syndication software systems support such links. Other types of websites use permanent links, but the term permalink is most common within the blogosphere. Permalink is a portmanteau word made from permanent link.

This module allows you to add a permalink to any node type. The link will be displayed as text that is easily copied from your site so that someone can link to the node. The link text is to /node/NID or ?q=node/NID instead of an alias.

KML Parser

Component type

module

Maintenance status

Development status

Downloads

2545

Component created

Component changed

A KML parser for the Feeds module.

KML, or Keyhole Markup Language, is an XML dialect for capturing geographic features and their metadata. It is an Open Geospatial Consortium (OGC) standard, and is very popular format for exchanging location data on the web.

Acronyms

Component type

module

Categories

Downloads

9644

Component created

Component changed

Acronyms is a small module which handles Acronyms (also known as Abbreviations) on your site. The primary function is acronyms_parse_string($string) which takes and returns a string, properly formatted with the acronyms (or abbreviations) in it. This module was created for a client project - we were importing several thousand company names into Drupal and the php command ucwords() did not properly address acronyms/abbreviations (it would turn USA into Usa), so I created this module as a solution to that problem.