Microsoft CRM Connect

Component type

module

Maintenance status

Development status

Component created

Component changed

Microsoft CRM Connect module is created to connect Microsoft Dynamic CRM to manage CRM data.
This module provides the mechanism to add/update/delete CRM data.

This module is built around the NuSOAP - SOAP Toolkit for PHP using the Web Services provided by the Microsoft Dynamics CRM. It uses the adLDAP - LDAP Authentication with PHP for Active Directory if AD authentication is selected.

Settings overrides

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

When maintaining/building/deploying many different versions of sites, for instance into environments such as development/QA/production you may override various Drupal variables in the site settings.php file.

If you do, when you view administration/settings forms (both core and your own custom ones), there is no mention that a variable value displayed is actually being overridden.

This module highlights (minimally) to the user when looking at an administration/settings form, which variables that are being displayed are actually being overridden in the settings.php file.

Node System Links

Component type

module

Maintenance status

Development status

Downloads

137

Component created

Component changed

The Node System Links module (nodesyslinks) provides an input filter which converts internal node links from their aliased path to their system path.

In an ideal world the formatter would look to see if there is an internal aliased node link and will convert it to /node/99.

Let's say you have an Article content type with a body field, and the body field contains links which have been added via the WYSIWYG editor. The links will pretty much always have been added to point to an aliased path, e.g. website.com/about-us rather than a system path such as website.com/node/99.

Fast autocomplete multi

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a fork of the Fast autocomplete (FAC) module. This version allows you to configure multiple searches on your site. See this issue on the FAC issues queue for discussion.

There are two branches:

  • 7.x-1.x: no changes from FAC (but FAC may be updated by the time you read this)
  • multi-page: enable configuration for more than one search form

Twig Clean Debug

Component type

module

Categories

Maintenance status

Development status

Downloads

202

Component created

Component changed

Provides a filter for use in twig templates to clean away twig debugging output (mostly html comments describing template suggestions etc).

When in twig debug mode the html comments can interfere with development. This filter cleans away the suggestions using regex.

Usage

Must be used in conjunction with the |raw filter otherwise output will be double escaped, e.g.:

{{ content.field_image|clean_debug|raw }}

facebook_feed

Component type

module

Maintenance status

Development status

Component created

Component changed

A simple module that includes a settings page and one block that will connect to the Facebook API 2.x (tested with 2.0-2.7) and give you a themed feed of the posts on a specific page. This is meant to show a page feed and not a group or individual's feed. Though, those feeds would be relatively easy to add (patches welcome!)

WYSIWYG Clean Paste

Component type

module

Categories

Maintenance status

Development status

Downloads

147

Component created

Component changed

When using the WYSIWYG module with CKEDITOR editor when you paste paragraphed text into the editor it causes the paragraphs to be wrapped in <div> tags instead of <p> tags. This module adds a small plugin that changes the <div> tags into <p> tags, which solves this problem.

Initial development sponsored by Haymarket Media

Any contributions and improvements are welcome!

commerce_return_request

Component type

module

Maintenance status

Development status

Component created

Component changed

Not to be confused with the much more robust Commerce Return Merchandise Authorization, this little module simply provides a link for each item on an order (to be used in views) that you can use when viewing an order on the customer's account page, that when clicked, will load a webform of your choice inside your customer's account page. There is a small settings page where you can select which webform you want to use.