User Import Framework

Component type

module

Maintenance status

Development status

Downloads

20112

Component created

Component changed

The User Import Framework (uif) module provides simple, extensible user import via CSV (comma-separated value) files. The guiding philosophy is to make the import process as simple as possible for the end-user (the user doing the import). Hooks allow the developer (you) to add the bells and whistles you need, e.g. content_profile (D6), core user fields or profile2 (D7) support, while providing a framework which takes care of the tedious aspects of the job (forms, input parsing).

System Features Integration

Component type

module

Maintenance status

Development status

Downloads

905

Component created

Component changed

The System Features module provides integration between "system objects" (modules and themes) and Features. It makes it possible to export module status to a feature, which, when deployed, can enable or disable modules, or change the weight of modules.

It is primarily intended for use in scripted deployments, as a convenient way of making changes to the status of several modules at once, via the standard Features mechanisms.

TODO:

  • Support for Themes

Linkback

Component type

module

Maintenance status

Development status

Downloads

150

Component created

Component changed

This module provides multiple Linkback implementations for Drupal 8.

A linkback is a method for Web authors to obtain notifications when other authors link to one of their documents. This enables authors to keep track of who is linking to, or referring to, their articles. The four methods (Refback, Trackback, Pingback and Webmention) differ in how they accomplish this task.

– https://en.wikipedia.org/wiki/Linkback

Imagecache External

Component type

module

Maintenance status

Development status

Downloads

168204

Component created

Component changed

About

Imagecache External is a utility module that allows you to store external images on your server and apply your own Image Styles (D7).

Configuration

Important: to use the module you need to visit admin/config/media/imagecache_external and either:

XLS Import

Component type

module

Maintenance status

Development status

Component created

Component changed

Module allow you to import XLS with all sheets as is into a database tables.
This means that each XLS sheet will become a table.
Later you can operate data you have in database.
Based on phpMyAdmin code for importing XLS ans XLSX files.

Features:

  • You can choose if first row should be used for column name or columns should be named like in sheet (A, B, C and etc.)
  • Uploaded file will be removed after import and do not take place at server.

Views data export

Component type

module

Maintenance status

Development status

Downloads

752265

Component created

Component changed

This module is designed to provide a way to export large amounts of data from views. It provides a display plugin that can rendered progressively in a batch. Style plugins are included that support exporting in the following types:

  • CSV
  • Microsoft XLS (or really simple HTML understood by Excel)
  • Microsoft DOC
  • Basic TXT
  • XML

In addition proper support for Excel / the XLSX format can be added through the module Views Data Export PHPExcel.

Feeds Comment Processor

Component type

module

Maintenance status

Development status

Downloads

21785

Component created

Component changed

Feeds Comment Processor provides support for creating and updating comments with the Feeds module. Feeds provides support for node, user, and taxonomy term imports by itself but does not include support for comments.

6.x-1.x

Contributed by Zagat Survey.

7.x-1.x

Adapted by Dane Powell.