WebAsyst Import

Component type

module

Maintenance status

Development status

Component created

Component changed

Preamble:
Recently I've faced with problem of importing some content from WebAsyst shop script to Drupal. In fact it can be done in two ways: directly from WebAsyst database (but often a developer doesn't have proper access) or from CSV files which contain information from few WebAsyst database tables. Such CSVs can be generated with phpMyAdmin or another tool.

Encrypted Settings Field

Component type

module

Maintenance status

Development status

Downloads

3769

Component created

Component changed

This module adds the "encrypted settings" field through Field API, which has the following two features:

  • The field can be encrypted before saving to the database
  • The field can be validated to follow INI format

This module is ideal to save credential settings information, such as a "Credit Card" field to add to users' profile. For example, the following credit card info:

Static Map

Component type

module

Categories

Maintenance status

Development status

Downloads

6988

Component created

Component changed

Provides a static map formatter for the geofield and (soon) location modules. Both Google Maps and OpenStreetMap are supported.

Currently, the only settings that you can change are the map size and type, but map API's seem to have the ability to play with all kinds of changes, which can and should be added to this project. Patches welcome. :-)

Page Manager Blank

Component type

module

Maintenance status

Development status

Component created

Component changed

A way to create blank pages. This is useful in situations were you want to have a landing page which displays only blocks.

I use it to create landing pages which use the Context Module block reactions for their content (as opposed to say Panels).

As it is built on Page Manager it is easily exportable.

jQuery waypoints

Component type

module

Maintenance status

Development status

Downloads

18493

Component created

Component changed

Summary

Waypoints is a small jQuery plugin that makes it easy to execute a function whenever you scroll to an element.

Waypoints makes a solid base for modern UI patterns that depend on a user’s scroll position on the page. Take a look at a few examples.