This project is under active development.

Commerce Stripe Connect

This module facilitates using the Stripe Connect API to create a marketplace, where vendors can sell $stuff and the parent site can opti

The City Admin API Interface

Overview

This module provides a front-end interface to The City's admin api. This is a developer's module and should only be installed/enabled to explore The City's Admin API. Care should be given when assigning permissions to use the front-end as sensitive data could be exposed to users with access.

Features

  • Uses John Robert's API wrapper to make calls to The City.
  • JSON-based input for passing arguments to methods.
  • Rendering/Displaying the results can be set to print_r, var_dump, or dsm (devel) if enabled.

Requirements

Requires installation John Robert's API wrapper, which also requires the curl library. Devel module is not required but helps to give you a clickable rendering of the results.

Installation

Reuse Cached 404s

Drupal has a 404 caching problem.

Drupal's page cache is a fantastic and simple way to improve performance in production. If an anonymous user goes to http://yoursite.com/somepage twice, the second page load is a lot faster because Drupal doesn't spend time re-rendering it; it simply serves it from the cache.

But the problem is that pages are cached by their path. That means that the server has to do all the work to render the 404 page each time a new path is not found. This can be particularly noticeable if your 404 page is a node, view, or other rendered page.

This module takes over the caching process when a page is not found and makes it a little smarter. It's been tested with nodes, but it should work with any 404 page that is served through the menu system. It is compatible with multilingual sites. It caches the 404 once per language.

If you are already using Fast 404 (or Drupal 7's built-in version), you don't really need this module, and compatibility with those configurations hasn't been tested. It's a good alternative though when you need 404 pages with some dynamic content from your site and don't want to have to update HTML files when your site structure changes.

Installation

Pathauto i18n

🇺🇦

This module is maintained by Ukrainian developers.

Pages

Subscribe with RSS Subscribe to RSS - Under active development