Empower site builders and administrators with no-code tools to setup, enhance, configure, or maintain the site.

Views UI: Edit Basic Settings

Does your client want to modify the header, footer, title, or empty text of a view, but you don't want to train them on the rather intimidating Views UI admin interface or give them access to pages

CKEditor 4 - WYSIWYG HTML editor

This module will allow Drupal to replace textarea fields with the CKEditor 4 - a visual HTML editor, usually called a WYSIWYG editor. This HTML text editor brings many of the powerful WYSIWYG editing functions of known desktop editors like Word to the web. It's very fast and doesn't require any kind of installation on the client computer.

CKEditor 4 officially reached its end-of-life in 2023

CKEditor 4 officially reached its end-of-life in 2023, after more than a decade. Migration to CKEditor 5 is recommended. CKEditor 5 is available in Drupal 9.5+.

CKEditor 4 LTS with security updates available until December 2028

If for any reason you can't upgrade to CKEditor 5 and you are interested in getting security updates for CKEditor 4 up until December 2028, please check the CKEditor 4 LTS module, where a special edition, CKEditor 4 LTS ("Long Term Support"), is available under commercial terms ("Extended Support Model") for anyone looking to extend the coverage of security updates and critical bug fixes. It provides the same functionality as this module and is backwards compatible.

What is CKEditor?

CKEditor is the far superior successor of FCKeditor. The editor has been rebranded and completely rewritten. It is now much faster (the code has been optimized), loads faster (the number of files has been reduced, so the browser will perform less HTTP requests) and developer-friendly.

Useful links

Path copier

Background

When porting a static HTML site to a Drupal site, it is very likely that you need to reproduce legacy site's URLs on new site.

For example, if legacy site has a URL link www.example-legacy.com/here/is/path/about.html, then you want to duplicate the file path on your new site like www.example-drupal.com/here/is/path/about.html.

Here, here/is/path/about.html is simply a URL path (alias) on Drupal site. Its internal Drupal URL is something like node/100 (clean URL feature is enabled)

It is very likely that you need to reproduce hundreds, even thousands of such URL links. It is a very time demanding and tedious work. This module is developed to complete this job.

Introduction

This module works in two ways

1) You provide a list of paths (one per line)
2) If legacy site and new (Drupal) site are hosted on one machine and if OS is *nix system, you can tell a directory & file extension to search.

Either way, this module reads outputs of 1) & 2) above mentioned, and creates nodes with node title, node body, and node URL path set to given path.

For 2) only:

DirectAdmin API

DirectAdmin API is an interface for other modules to easily communicate with a DirectAdmin server. Possibilities include:
- Checking and creating of accounts

Pages

Subscribe with RSS Subscribe to RSS - Administration tools