Maintainers monitor issues, but fast responses are not guaranteed.

SmartEditor

Smart Editor Integration
------------------------
This module will replace node's body textarea fields with the Smart Editor,
another wysiwyg editor which is very familiar to korean. When you edit or
create node and selecct "Full html" text format, body textarea will be replaced
to smart editor. There is no configuration, no requiremenet check. ^^;;;
As simple but incomplete code, Use it at your own risk.

Installation
------------------------------------------------------------------------------
1. Download smart editor at http://dev.naver.com/projects/smarteditor/download
Tested with SmartEditor2.0 Basic (2.3.1).
2. Extract it, locate to sites/all/libraries/SE2/(SmartEditor2.html and all files)
3. Install same as normal drupal modules and enable it.

Notes
------------------------------------------------------------------------------
You can upload image by clicking picture icon of smart editor.
For quick image upload to work, some code changes needs to be done.
This will make your files located to smarteditor directory under default files
directory.

Location
--------
/sites/all/libraries/SE2/photo_uploader

Files to edit
-------------
file_uploader_html5.php
line 17: $uploadDir = '../../../../../default/files/smarteditor/';
line 27: $sFileInfo .= "&sFileURL=/sites/default/files/smarteditor/".$file->name;

file_uploader.php

Commerce One Click Buy

How "One Click Buy" button looks like on Commerce Kickstart

This module adds one more button to shopping cart called "One click buy". It adds item to the shopping cart and redirects to /checkout to quickly make an order.

Time of Day

A very simple field for storing and displaying the time of day, i.e. 5:30 AM.

External Authentication Service

The authentication_service module provides a framework for integrating remote authentication services into Drupal. When a user attempts to log in they are authenticated against the remote service; if they do not yet have a local user account one is created for them.

OpenAM and Drupal plugins are included, but it is extensible to other authentication mechanisms (OpenId, Oauth, etc.)

This module was developed by Capgemini UK, and is a work in progress.

Global

Configuration settings are available at Configuration >> System >> Authentication service.

Here you can activate the plugins you want to use. If more than one plugin is active, the system will fall through them until it finds a successful login.

Each plugin has a separate tab with plugin-specific settings.

Cache expiry is the maximum length of time attributes pulled from the server are cached. (Only the user's email address is currently used by this module, but all available attributes are cached.)

OpenAM

OpenAM plugin settings are available at Configuration >> System >> Authentication service >> OpenAM.

Base URI

Enter the base URI for connecting to the OpenAM server. (The trailing slash is REQUIRED.)

Communication with the server is done via JSON.

Ignore SSL certificate errors

Do not enable this unless you are absolutely sure you know what you are doing.

Search API Domain Access filter

Description:

This module adds an extra field "Domain Access Information" to the Search API index "Fields" tab.

Taxonomy hierarchy utility

This module has a generic name, but it provides one utility function for website administrators: it can undo the 'multiple hierarchy' structure of a vocabulary, by cloning all terms with multiple parents, into multiple terms, each having one parent.

As an example:

Say you have a vocabulary consisting of cars;

  • Chevy
    • grey
    • red
  • Ford
    • black
    • brown

...and a content editor on your site wants to add 'white' to both car brands... and decides to be quick by adding one term called "white", with two parents.

This has the following effects:

  • You lose the ability to rearrange terms using drag and drop on the 'list terms' page;
  • The several 'white's you see in the list cannot have different properties - since they are actually the same term.

Also, if the vocabulary has a lot of terms with equal names, there is no good way to see which exact term has multiple parents.

This module gives you a simple admin screen showing which terms have multple parents, and an option to split the one 'white' term that appears in two places, into two separate 'white' terms.

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained