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

Drupal services JS

NOTE: This is not a module, it's a simple javascript library to interact with services endpoints. It has no dependencies, and is really lightweight.

This can be used to integrate your Drupal site with a phonegap (Apache cordova) app.

Usage

var drupal = new drupalService();
drupal.url = 'http://example.com/endpoint';
drupal.method = 'node.json';
drupal.get();

That would give you the front page in json.

To log in:

var drupal = new drupalService();
// Set URL to your services endpoint.
drupal.url = 'http://example.com/endpoint';
// Set method to a services resource.
drupal.method = 'user/login.json';
// Set data to what you want to send (if anything).
// This example is sending username and password for logging in.
drupal.data = {
  'username': 'admin',
  'password': 'admin'
}
// Set callback to do something when you are done.
drupal.callback = function(data) {
  console.log(data);
}
// Optionally set drupal.error to be an error callback. Syntax as above.
// In the end, either post or get (depending on what you are doing). Let's post this.
drupal.post();

A more advanced example with posting images in nodes:

var file = new drupalService();
file.url = 'http://dcoslo/endpoint';
// Data object for a file entity.
file.data = {

Professional Pro

Drupal free theme

Professional Pro is Zymphonies theme. This theme is not dependent on any core theme. It is very light weight with modern look and feel. Read more

Demo Advanced Themes

Features

  • HTML5 & super clean markup
  • Multi-level drop-down menu
  • 1 column, 2 column and 3 columns layouts
  • Total of 16 + regions
  • Drupal standards compliant
  • Nivo slider, views modules styles
  • Minimal design and nice typography
  • Social media (Facebook, Twitter, Google+, Linkedin, Pinterest, Vimeo)

Nivo Slider (Banner)

Nivo Slider Installation Tutorial

Most installed Zymphonies theme

Contact Zymphonies

Have Queries? Click here to contact Zymphonies

  • Free theme customization & additional features
  • Drupal custom theme development
  • Drupal website design & development
  • Drupal website migration

Sponsored by Zymphonies

Zymphonies

Commerce Ordernumber Sort

Override text based sorting on the commerce order_number field.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained