Remote Content Services

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module aims to provide endpoints via the Services module that describe your content types and related fields. The purpose would be so that any remote application (e.g. a mobile app) could retrieve enough information to construct a content form. The intention is to make this as generic and pluggable as possible so that you can easily customize the endpoints in a consistent way.

Any Menu Path

Component type

module

Maintenance status

Development status

Downloads

10325

Component created

Component changed

This module allows you to put any relative path you'd like for a menu entry, even if the path doesn't exist on your site.

You might need this module for two reasons.

1) You either need to create menu items before the pages/paths are created. Helpful when you are building out new sites for which you haven't actually created the secondary pages yet, or if you want your menu to point to some path that will actually be redirected somewhere else (for which you've already set up a redirect).

This actually isn't why this module was created, but it will work for this.

SVG Embed

Component type

module

Maintenance status

Development status

Downloads

6217

Component created

Component changed

SVG graphics are really powerful but not yet widely supported. What makes them interesting in particular is that included text remains text and therefore should have some positive SEO effect and is searchable.

What this module does is to provide a text filter that automatically embeds an SVG graphic into your html text and before doing this, translates all the textstrings in the graphic. This has huge advantages on multi lingual sites: the graphic always adjusts to the surounding content or the user preferences and gets displayed in the correct language.

Google Calendar Integration

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is an attempt to integration Drupal and Google Calendar.

Project plan:

  • Create an administrative page to connect to a single Google Calendar via OAuth
  • Create a field/property to add to a content type to enable integration
  • Create a set of validation functions to ensure that everything the property needs is present on that content type

I've tried this integration once before, but now have the benefit of the php client library.

Signed Nodes

Component type

module

Maintenance status

Development status

Downloads

1252

Component created

Component changed

This module is useful to attach a text based agreement as a form to nodes that require an agreement to be signed by each user. Examples of agreements include Content Acceptance Agreements, Non-Disclosure Agreements, End-User License Agreements, etc.

Agreements can be attached to Nodes of any type, and each node can have its own specific agreement for a specific year e.g. Node can have two different agreements for two different years, once the current year exceeds the agreement year that agreement will be replaced with the agreement of next year.

Image Base64 Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

3916

Component created

Component changed

This module simply provides a formatter for image fields that prints the image encoded with base64.

This is particularly useful when transmitting data through services, when you want to avoid downloading several small files.