This project is under active development.

Site dump

Sandbox project to implement a simple import/export of components (users, content types, taxonomy) in Drupal 8.

Razuna

Logo

Razuna is an basic image/file uploader and browser using Razuna cloud server.
Razuna can easily be integrated into any web application that needs a file uploader & browser on/from clouds.
Currently it has very basic functionality of the various functionalities available with Razuna API.
See INTEGRATION METHODS for more information.

FEATURES

  • Basic file operations: upload, delete
  • Image(jpg, png, gif) operations: resize, create thumbnails, preview
  • Various configurable options available on Razuna ui and also through Razuna API

INSTALLATION

  • Copy Razuna directory to your modules directory
  • Enable the module at module administration page
  • Create configuration profiles and assign them to user roles at /admin/config/people/razuna-settings
  • Make sure that your curl is enabled before using this module
  • You should have account with Razuna, https://secure.razuna.com/signup (30 days trial)

SCOPE

  • Currently it works with only one File/Image field for a Content Type.
  • File/Image is getting stored on drupal environment also( default functionality of drupal) for the fields associate with razuna, ideally which should not be the case.

Text Marketer SMS Integration

Features

  • Supports sending text messages from shared or dedicated phone numbers.
  • Supports receiving text messages from dedicated txtUs numbers.
  • Integrates with the SMS Framework module.
  • Supports tracking using the SMS Framework's track module.

Description

The Text Marketer module provides integration between the Text Marketer SMS service and the SMS Framework module, the module provides no interface of its own but can be accessed through the interfaces provided by the SMS Framework.

The module now supports receiving incoming messages if you use the txtUs Plus
service, this should be set up in your Textmarketer account to use the API URL
provided on the gateway configuration page for Textmarketer
(admin/smsframework/gateways/textmarketer).

The module makes use of the PHP wrapper (v1.3) provided by Text Marketer http://www.textmarketer.co.uk/pdfebooks/TMRestClient.zip

Mass Taxonomy Merge

This module is still a WIP - made for a specific system. Many assumptions are made on the modules enabled - this will be fixed/generalized.

Overview

Mass Taxonomy Merge is made to be a tool for doing a one-time mass update of taxonomy in a system with large amounts of content. Other modules that exist, while very effective, take considerable amounts of time to run in systems with large amounts of content. Mass Taxonomy Merge allows the user to upload a simple CSV file with a list of terms to merge from and merge in to.

There is no user interface for manipulation of taxonomy terms with this module. This is a possible feature request far down the line, but if you are looking for a user interface I strongly suggest using one of the existing modules.

Features

Creation of a simple CSV files allows for mass managing of taxonomy terms with options to:

  • Create terms
  • Merge existing terms
  • Delete terms

Requirements

None.

Known problems

  • Acts on the database as opposed to loading every entity to increase speed - meaning hooks will be necessary to use if you have any custom code affecting taxonomy.

Documentation

About Mass Taxonomy Merge

d6tod7

All developers face the inevitable task of upgrading from D6 to D7. Many modules have been created that kind of do this, but don't.

Content Type

This module adds views integration for content type listing, ex.

Pages

Subscribe with RSS Subscribe to RSS - Under active development