Yeni Eklentiler

İçeriği paylaş
Contributed modules are add-ons for Drupal, allowing you to extend, build, and customize Drupal’s core functionality. The modules you require are dependent on the version of Drupal you have downloaded, for example, modules released for Drupal 6.x will not work for Drupal 7.x. The modules are not part of the core files and therefore they may or may not have optimized code/functionality. However, it does mean you can pick and choose the modules that best suit your needs, allowing you to get the most from your site. If there isn’t a module to solve your needs, then maybe you can create one for the rest of the community to use or if a module does solve your needs please consider joining forces and helping the maintainer. You can also view a full index of modules listing only their titles.
Güncellendi: 1 saat 34 dakika önce

Google Virtual Keyboard

4 saat 54 dakika önce

Google launched its 'on-screen' keyboard that lets you type directly in your preferred language script in an easy and consistent manner, no matter where you are or what computer you're using.

read more

Kategoriler: Drupal

gvkb (please remove it)

6 saat 19 dakika önce

The page and project is obsolete now. Admins, please remove it from repository

read more

Kategoriler: Drupal

Quiz Prerequisite

Cum, 2010-09-03 01:06

The Quiz Prerequisite module is a Quiz module add-on. It lets site administrators configure quizzes to have prerequisites. When enabled and configured, this module will check to see if a prerequisite quiz has been taken before allowing users take a quiz. Site administrators can configure which user roles need to meet the prerequisites.

You must download and enable the Quiz module before you can use this module

The foundation for this module came from the Drupal 5 module posted by @sunsetco from http://drupal.org/node/518104.

This module is sponsored by http://bitsprout.net and http://altprod.com

Kategoriler: Drupal

HTML5 user geolocation

Per, 2010-09-02 23:06

This is a simple module to let users store their location on the edit account page. It uses HTML5’s geolocation API and stores latitude and longitude. How you use that data is up to other modules.

It will be used on Drupal.org

Kategoriler: Drupal

Peek Summary

Per, 2010-09-02 22:38

This is a Views summary style plugin. It allows you to embed the results of a View with each argument in the argument summary. You may use a different display; for example, you might build an archive View with a Year+Month argument, that lists the four most popular nodes for each month in the summary, but that lists nodes in date order when you click through to the argument.

Usage:

Caveats:

  • You should limit the number of arguments displayed per page (in the argument summary). A View is executed for each argument that is rendered.
  • You should use Views' caching, at least for the display you use for peek_summary.
  • The peek_summary display must have the same arguments as the argument summary display--they may or may not be the same actual display.

read more

Kategoriler: Drupal

Module Search Box

Per, 2010-09-02 21:04

It's hard sometimes to find certain module if you're using a bunch of modules. This module helps you to find the module faster.

Kategoriler: Drupal

Mozile

Per, 2010-09-02 15:19

This module is an in-line editor used to edit the body field of specific content types and blocks using Mozilla's Mozile editor.

In essence, this editor should work on all browsers, but it's best used with Mozilla Firefox.

Please consider donating to further the development of this module.

Maintainer: Waleed Qadi from O-Minds.

O-Minds can be contacted for Drupal services via the contact form on our website.

Kategoriler: Drupal

CCK Scorm Field

Per, 2010-09-02 12:42

This module provides Moodle SCORM (http://www.moodle.org) integration for Drupal using CCK functionality. It depends on the CCK and the FileField module. This first version focuses on displaying SCORM contents and logging events for each user. Analysis of all logged events will be part of a later release. The module enables the user to upload a SCORM compatible Zip file during node creation process. The user can decide if the SCORM content should be opened in a new window or if it should be embedded (width and height parameters are available).

The module is developed during the project “E-Learning 2.0 in craftsmanship trainings” funded by the Federal Ministry for Education and Research (http://www.bmbf.de/) and the European Social Fund (http://www.esf.de/). Project maintainer is the German Center for Aerospace (http://www.dlr.de/). The module is developed by Servit Open Source Solutions (www.servit.ch) and is adjusted by the project team (http://q-online.de/kontakt). The module is a part of the community portal which is currently in development.
Further documentation will be published soon.

Module maintainers are:

Kategoriler: Drupal

Modules Quickjump

Per, 2010-09-02 11:16

I get fed up with scrolling down the modules admin page looking for the right module to enable/disable. This module injects a tiny javascript into the page head that adds a drop down to local menus. This then allows a quick jump to sections in the page.

read more

Kategoriler: Drupal

Shortcode

Per, 2010-09-02 09:28

Provides a shortcode API and basic shortcodes through Drupal filters.

Initial works based on the Wordpress Shortcode API but I rewrote it for Drupal and solved the nested tag problem. Now you can nest tags (same tags too) no need special recursion handling.

All tags are themeable and new tags can be provided by other modules.

Kategoriler: Drupal

Taxonomy Machine Names

Per, 2010-09-02 07:15

This module's audience is developers who require machine names for taxonomy vocabularies, including views support. This module allows existing (and new) installations to continue using the Drupal 6 taxonomy API while gaining the benefits of vocabulary machine names.

As such, it should play nice with any taxonomy related modules (such as those that provide import / export features, etc...)

Background

Taxonomies are a bit of an issue to deal with in Drupal, specifically in terms of using them in install profile or update hooks, team development, and deployment through environments.

There are a few modules out there which try to get around this issue. However, they are limited in a number of ways. Currently there are 3 methods I can see in trying to solve this. This module goes with #3.

  1. Use existing modules (such as features_extras or exportables). This provides taxonomy (among other) machine name support, however, it can require multi-module dependencies, and typically require additional calls while programming. As well, there is typically no views support to remove "vid"s from view exports.

read more

Kategoriler: Drupal

Chuck Norris

Çar, 2010-09-01 22:04

Chuck Norris ordered a Big Mac at Burger King, and got one.

Module Description

Minimal feature set: creates a block with random Chuck Norris "facts". Could be used to display in admin UI to prevent admins from falling asleep while administering boring Drupal sites.

Soliciting Ideas

We are pretty sure Chuck Norris deserves a dedicated module and have some ideas about what the module functionality should be. However, Chuck Norris is too much for a single brain to comprehend, therefore we ask the community to contribute ideas for the Chuck Norris module.

cheers.

Kategoriler: Drupal

Flag Lists

Çar, 2010-09-01 19:53

Flag Lists is in the early stages of development and should not be installed unless you're helping to work on it. Please help!

Flag lists allows a user to create personal flags that only he can use. For example, on a site with a content type "cars" you could make one list called "Favorite front-wheel drive cars" and another for rear or 4-wheel drive.

Requires Flag version 2 and the patch here #750578: Patch creates hook_flag_delete() and uses db_rewrite_sql on flag_get_flags() but this all may change.

Kategoriler: Drupal

Reinvigorate

Çar, 2010-09-01 18:04

Reinvigorate is a simple, real-time web analytics + heatmaps solution that measures your influence on the web. This module provides an easy to use interface to adding reinvigorate tracking to your Drupal site.

Read more at their website.

Maintained and developed by: devkinetic.

Features
  • SSL Support
  • Name Tags for logged in users
Setup

See the README.txt

Kategoriler: Drupal

Layar Module

Çar, 2010-09-01 18:03

A module that allows you to display your location nodes in the Layar Augmented Reality App.

It's a Views based module that uses a style and filter plug-in to create the Layar compatible JSON from your nodes. Create your views and then create a "Layar" node and select the views you want to include in your Layer, View the the node and your Points of Interest URL is displayed. Which you can then use on the Layar website as the server for your Layer.

Kategoriler: Drupal

Menu Customizer

Çar, 2010-09-01 14:01

Menu customization in various ways

Kategoriler: Drupal

Views Dynamic Fields

Salı, 2010-08-31 19:08

The Views Dynamic Fields module provides a filter for use with Views module. This filter allows the user to pick and choose which fields to display for a rendered instance of a view for that user. This provides a customized view instance for each user.

read more

Kategoriler: Drupal

Media: Comedy Central

Salı, 2010-08-31 01:33

Media: Comedy Central is an Embedded Media Field for comedycentral.com videos.

It should support videos from any comedycentral subsite (e.g. http://www.thedailyshow.com/)

Kategoriler: Drupal

Media: TED

Salı, 2010-08-31 01:08

Media: TED is an Embedded Media Field provider for ted.com

It accepts both the default TED embed code and the Wordpress.com shortcode (e.g. [ted id=319] )

Kategoriler: Drupal

Ban and Unpublish

Salı, 2010-08-31 00:28

The Ban and Unpublish module makes it easier to clean up after registered spammers and other problem users by implementing a bulk operation that appears at Home > Administer > User management > Users.

read more

Kategoriler: Drupal