302
I Use This!
Activity Not Available

News

Analyzed about 1 year ago. based on code collected about 1 year ago.
Posted about 12 years ago by soulston
This module is useful if you are using a webform to take a signup and ultimately create a user from the form. The module's main code involves a lookup on the user table to check to see if the ... [More] given email address is already in use on the system: SELECT COUNT(uid) FROM {users} WHERE mail = :email LIMIT 1 You can then use a rule to create the user. [Less]
Posted about 12 years ago by cybernetikz
This module is able to import node content from xls file. Installation For requirements and installation instructions, refer to the included README.txt file.
Posted about 12 years ago by karmazzin
The module allows you to use the plugin js MASHA
Posted about 12 years ago by xandeadx
Module add quantity field to "Add To Cart" form in Basic Cart.
Posted about 12 years ago by Dave Reid
Allows Rules components to be added as links on entities using an AJAX replacement.
Posted about 12 years ago by brunodbo
Integration with GatherContent. More to come soon. Note: This is a sandbox project. Not ready for production yet. You have been warned :)
Posted about 12 years ago by bitspitosyflautas
test inicial de módulo de carga de datos vía webservice
Posted about 12 years ago by phayes
This module flushes all caches used on a single page. For many large sites with lots of traffic, flushing all caches on the site can result in significant, unacceptable slowdowns. At the same time, Drupal can make it difficult to flush cache entries ... [More] that only apply to a single page, without flushing all caches in the bin. If you are facing this problem then "Rebuild Page Cache" is the module for you! Usage 1. Set permissions (Rebuild Page Cache) 2. If you have admin-menu, navigate to the page you wish to rebuild and click "Rebuild this page's cache" under the top-left icon menu. 3. If you don't have admin-menu, you can just append "?rebuild-cache=1" to the URL. [Less]
Posted about 12 years ago by realityloop
Don't remember which feature that View is exported to? Which feature? does, and more. The Which feature? module provides information on which feature or module an exportable item is exported to so you can know which feature to recreate after ... [More] modifying the configuration.   Features: Supported exportables: Bean module: Block types. Chaos tool suite (ctools) module Export UI based exportables, including but not limited to: Configuration builder module: Configuration pages. Context module: Contexts. Custom Formatters module: Formatters. Delta module: Deltas. Panels module: Mini panels and Layouts. Views module: Views. Custom Breadcrumbs module: Custom breadcrumbs. Drupal core Node module: Content types. Drupal core User module: Permissions. Page Manager module: Pages. More to come...   Required Modules: Features   [Less]
Posted about 12 years ago by btopro
This is a series of modules and features that enable Drupal distributions to make consistent connections to the Course Information System distribution. This library / module / feature set is currently influx as it is made generic enough to work with ... [More] any Drupal 7 distribution, yet still specific to interaction with the CIS. This is a critical component to the creation of larger Suite of Tool style learning networks. More details will be provided (and documentation) in the coming weeks. There is a cis_connector.api.php file which details how to utilize this information to connect to a remote (or localhost based) CIS distribution instance. This project has been created as part of the ELMS initiative at Pennsylvania State University. [Less]