Nuovi Moduli

Condividi contenuti
Contributed (contrib) modules are plugins for Drupal that extend, build or enhance Drupal core functionality. Use matching versions (modules released for Drupal 5.x will not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and may or may not have optimized code/functionality. If a module solves your needs please consider joining forces and helping the maintainer. You can view module usage statistics for all modules to view the most popular modules used by the Drupal community.
Aggiornato: 26 min 50 sec fa

Collecta Widget

1 ora 34 min fa

This modules allow you to display real-time information based on a custom query you provide. This module utilizes Collecta's widget application.

Categorie: Drupal.org

FeedAPI Grabber

2 ore 30 min fa

This module is FeedAPI addon that adds ability to grab attached files from feeds. Grabber files are saved as node attachment using core Upload module. Module is plug and play and it has no settings or configuration page.

Dependencies

FeedAPI Grabber 6.x depends on the

  • FeedAPI
  • Upload module (Core optional)
Installation

1. Copy FeedAPI Grabber folder to your sites/all/modules directory. Make sure you have enabled Upload, FeedAPI and FeedAPI Node modules.
2. Enable FeedAPI Grabber module in admin/build/modules.
3. Create new Feed from source which has attached files and they will be downloaded and saved as local attachments

Credits

Developed by Tamer Zoubi and Sponsored by Prosite

Categorie: Drupal.org

Headup Complementary Content Widget

6 ore 58 min fa

The code of this module is not committed to Drupal CVS yet.
For now - you can get Headup for Drupal here: headup.com

Gives your audience immediate access to dynamic, contextual and social content complementing your own. Enrich your blog with Tweets, Facebook connectivity & cool content from top online sources.

What's In It For You?
  • Decreased bounce rates
  • Increased time-on-site
  • Live connection to related conversations from Twitter & Facebook
  • Display related posts from your archive
  • Zero-effort installation, optional registration, totally free
Where Can I See It Live?

Headup is installed on thousands of blogs on the web. Here are a few examples:

read more

Categorie: Drupal.org

Micro post

7 ore 55 min fa

A module which will allow users that are assigned the permission 'forward to Identi.ca', 'forward to status.net', 'forward to twitter' etc the option to have their post title & url posted to the to the sites identi.ca, [sitename].status.net, twitter.com microblogging services

Development is supported by Appcoast.

Categorie: Drupal.org

Importer

10 ore 37 min fa

Importer module provides an easy way for creating database tables from various files.All variants of delimited text files are supports, and with an external class .xls files are also supported.

With this module the user can also insert new data into the existing table, provided that the number of non-PK columns in the table match the number of columns in the file. If the ordering of the columns is not matched, the user can alter the ordering in witch the data is inserted. Types of the appropriate columns in the table and the file are
displayed as means of ensuring that no sql error is generated (unintentionally).

If the user has a field in the data that should serve as a link to files on file system, the procedure is as follows:

- upload the data to the database ensuring that the appropriate field contains
the file name of the file to witch it should point

- zip all the files that are relevant to the table

- upload the files to the server using "Batch file upload" feature of the module,
making sure that appropriate table and field is selected

After this, the data in the chosen field should be updated with the relative path to the uploaded files on the server. The uploaded files are put in the directory of user choice under the files/ directory (it has to be created by this module).

read more

Categorie: Drupal.org

Plural formula configurator

10 ore 48 min fa

The plural formula configurator sets sensible defaults for plural forms when adding languages and lets you edit the plural formula for all languages on the web interface.

Drupal does not expose these fields for editing due to the complexity of plural forms. You should make sure to only give permissions to edit language details to those, who will likely not screw up your plural formulas.

Categorie: Drupal.org

Theme Rules

10 ore 56 min fa

The Theme Rules module provides actions to switch themes.

See: #417664: Action: switch theme for related discussion.
See: #463820: Condition: browser user agent for an example use case.

Madhusudhan Srinivasa of QED42 is the co-creator of this module.

Categorie: Drupal.org

WFS

17 ore 38 min fa

The WFS module will aim to provide a Web Feature Service implementation around Views and Drupal-stored geodata, akin to how the KML module exposes data.

This module has no releases and is not usable - it is undergoing development and will have an alpha release rolled when it works as a proof of concept.

Categorie: Drupal.org

dotpay.pl for ubercart

Dom, 14/03/2010 - 10:54

Module integrating Polish payment system Dotpay.pl with Ubercart.
Dotpay (http://www.dotpay.pl/index.php?content=&newlang=en) is one of the major payment gateways in Poland.
It supports both companies and individual clients.

Categorie: Drupal.org

Drupal 7 API backport

Sab, 13/03/2010 - 19:28

Backport of some Drupal 7 APIs and features to be used by Drupal 6 modules. It will allow to start using that API for new Drupal 6 modules and a much easier migration to Drupal 7.

Note: As some people pointed out there are already other modules like DBTNG and Drupal Queue. This one may become a wrapper for that APIs.

Currently available:

This module will allow to start using some of the best of Drupal 7 enhancements from Drupal 6 modules, like the new Database API or the code registry. Function names are basically the same as Drupal 7 but when a name conflicts with a Drupal 6 api function it will be prefixed with d7_. Example: d7_db_query(), db_select().

It will parse your module's files declared on the module info by using files[], just as Drupal 7. Then you can just use the classes and interfaces.

read more

Categorie: Drupal.org

Context PHP

Sab, 13/03/2010 - 10:32

This module adds the possibility to evaluate PHP code as a Context condition.

Notes

Note that module only should be used in rare cases where a custom condition module doesn't make sense. Keeping code out of the database is always best practice! Also note that giving users the possibility to administer contexts is also giving them the possibility to execute PHP code. So use this module with caution!

Dependencies Credits

This module is maintained by dixon_ from NodeOne.

Credits also goes to vgarvardt for the initial version of this module over at: #724586: PHP code as condition.

Categorie: Drupal.org

Rawr

Sab, 13/03/2010 - 03:54

Rawr is a growl style notification for Drupal messages.

To implement, you need to add the html for the Drupal messages into your theme and then simply turn on the module.

Add the following to your page.tpl.php:
  <?php if ($show_messages && $messages): ?>
    <div id='console'>
      <?php if ($show_messages && $messages): print $messages; endif; ?>
    </div>
  <?php endif; ?>

Now you have a nice way to get the status messages out of your design.

Similar modules

Here is a comparison chart outlining the featuresets of several modules similar to Growl Messages: http://groups.drupal.org/node/51088

This project is sponsored by Slantview Media

Categorie: Drupal.org

Drubuntu

Sab, 13/03/2010 - 02:29

Drubuntu is a Drush script that sets up a highly functional pre-configured Drupal development environment on Ubuntu, and allows you to rapidly add, install and remove platforms and sites.

read more

Categorie: Drupal.org

Space Gallery

Ven, 12/03/2010 - 22:51

This module is a Views style plugin. It works as image gallery and display images as Space Slide Show.

It integrates Spacegallery - jQuery plugin.

The good practice is to use this module with a view that displays image fields ( with unified image presets ).

Categorie: Drupal.org

Menu Trail By Path

Ven, 12/03/2010 - 22:05

For now the dev version should be pretty stable. Will look at making a release in a bit.

This seems to only work with primary and secondary links. As of right now this seems to be a limitation of drupal.

This module will set the active-trail class on menu items if the menu items link falls within the current url.

For example if you are at http://yoursite.com/guides/category/guide1

Menu Items with these paths will get the active-trail class on them.

guides
guides/category
guides/category/guide1

Thanks to Menu Trails from where I took a lot of this code from.

To add this functionality for menus other than primary and secondary links you can add this to your template.php file in your theme.

<?php
/**
* Generate the HTML output for a menu item and submenu.
*
* @ingroup themeable
*/
function phptemplate_menu_item($link, $has_children, $menu = '', $in_active_trail = FALSE, $extra_class = NULL) {
$class = ($menu ? 'expanded' : ($has_children ? 'collapsed' : 'leaf'));
if (!empty($extra_class)) {
$class .= ' '. $extra_class;
}

$link_array = explode('href="', $link);
$link_array = explode('"', $link_array[1]);
$link_path = trim($link_array[0], '/');
$current_path = drupal_get_path_alias($_GET['q']);

if (substr($current_path, 0, strlen($link_path)) == $link_path) {

read more

Categorie: Drupal.org

Domain Administration Helper

Ven, 12/03/2010 - 05:22

This module enables site administrators using the Domain Access module to delegate administration tasks for individual sub-domains to users in a given role, without requiring sitewide permissions. The module comes with a block which groups common administration tasks for a domain in one place.

Module developed by Vasudeva Server, and first deployed on the Sri Chinmoy Marathon Team website.

read more

Categorie: Drupal.org

Actions REST

Ven, 12/03/2010 - 02:59

Actions REST enables actions to be called on the URL, using a parameter encoding scheme that tries to minimize (bad) surprises. Here are some examples:

  • http://example.com/node/1276/action/node_publish_action calls the 'node_publish_action' on node 1276 (and actually publishes it).
  • http://example.com/node/1276/action/node_assign_owner_action/owner_name/infojunkie calls the 'node_assign_owner_action' on node 1276, passing it the parameter 'owner_name' with a value of 'infojunkie'.
  • http://example.com/node/1276/action/node_assign_owner_action calls the 'node_assign_owner_action' on node 1276. When it finds that parameters are missing, it displays the action form to let the user interactively fill in the values before executing the action.
  • http://example.com/user/361/action/user_block_user_action calls the 'user_block_user_action' on user 361.
  • http://example.com/system/action/system_send_email_action/recipient/mom@yahoo.com/subject/Hello/message/Hi mom :-) sends an email to your mom.
Credits and sponsorship

Sponsored by AdHack. Thanks for your generous support.

Categorie: Drupal.org

Views Arguments Extras

Gio, 11/03/2010 - 18:49

This module contains a group of view handers and plugins that add the following options.

Argument Default Current Node CCK

allows for cck field values of the current node to be loaded as default arguments

Argument Order Sort

a sort handler, that allows for the order of items to be based on there order in a multi-value argument

Categorie: Drupal.org

Views PSPP

Gio, 11/03/2010 - 09:16

The Views PSPP module allows a view to be displayed/exported in PSPP format. The module was heavily inspired by the Views Bonus Pack Export module. The module simply adds these two new styles to the Feed display:

  • PSPP Syntax used to describe the PSPP syntax.
  • PSPP CSV used to describe export data.
About PSPP

PSPP is a program for statistical analysis of sampled data. It is a Free replacement for the proprietary program SPSS, and appears very similar to it with a few exceptions. PSPP is a free Software licensed under GPLv3 or later.

Dependencies Usage
  • Install and enable the module
  • Edit or add a view
  • Add a new Feed Display
  • Change its style to PSPP CSV

read more

Categorie: Drupal.org

Options Element

Gio, 11/03/2010 - 05:33

Options Element is a module that provides a better mechanism to specify select list, checkbox, and radio button options. Rather than requiring the user to use strange syntax like "key|value" in a textarea, Options Element provides a clean interface for specifying options. Developers may use $element['#type'] = 'options' in their own modules. If JavaScript is disabled, any 'options_element' will degrade to the standard textarea for specifying options.

Categorie: Drupal.org