Maintainers strive to actively monitor issues and respond in a timely manner.

Yahoo Query Language API

The Yahoo Query Language (YQL) API Module only provides a mechanism for module developers to query the Yahoo's YQL databases. It is mainly intended as a launch point for developers to create plugin modules that harness the YQL API.

GitHub Repo is here https://github.com/sfstate/yql-drupal/tree/master/yql

To learn more about YQL check out: http://developer.yahoo.com/yql/
Also try out the YQL Console: http://developer.yahoo.com/yql/console/

A working example module is included with this package, yql_autotagging. In addition, a block is provided to test your YQL queries. The block itself contains an example query for textual extraction. The YQL autotagging module harnesses the power of the YQL API to provide term suggestions to the autotagging (http://drupal.org/project/autotagging) module. In this way, nodes can have taxonomy terms created automatically based on contextual analysis of their contents.

In order to use these modules, you will first need to enable them as usual. For instance, go to Site Building -> Modules and check the boxes for these two modules.

User Registration Mail

This module enables admin to send out different emails to different users when they register with different roles.

Transport

A transport layer for Drupal-to-Drupal data, which aims to provide a common base on which to build services-based applications between Drupal sites.

In (reasonably) plain English:

  • with Services, you can make XMLRPC calls to a remote Drupal site and get back data, provided you first connect, log in, and pass keys and hashes and tokens and so on in ever call.
  • with Clients, you can just make a remote method call of, say, 'node.load' with a parameter of X and get back data, much like calling a normal function; all the complex stuff with Services is done for you.
  • with Transport, you need only say 'get me node X from Client Y', and you not only get the node, but the user who authored it, its attached files, taxonomy terms, and comments (well the last two are TODO, but that's a minor point). Transport does the work of calling the right methods, figuring out dependencies, saving everything it retrieves, and maintaining a record of correspondences between local and remote object IDs. Transport can work with multiple remote sites, and is agnostic of Drupal version: Transport on a Drupal 6 site can retrieve nodes from either a Drupal 5 or 6 site.

Views plugin examples

The idea behind this project is to follow the great example of Examples module, but for

Node Ownership

Module working in 8.x branch.

The Node Ownership module provides an ability for users to claim an ownership of the node.

e-Commerce | Invoice

This module will provide for the ability to you to create invoices and send them via email to allow payment via the payment methods you have on your e-Commerce installation.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained