Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
/ word_counter Public archive

Provides a statistical tool for determining the number of words in the body of an article.

Notifications You must be signed in to change notification settings

lexhouk/word_counter

Repository files navigation

 __        __            _    ____                  _
 \ \      / /__  _ __ __| |  / ___|___  _   _ _ __ | |_ ___ _ __
  \ \ /\ / / _ \| '__/ _` | | |   / _ \| | | | '_ \| __/ _ \ '__|
   \ V  V / (_) | | | (_| | | |__| (_) | |_| | | | | ||  __/ |
    \_/\_/ \___/|_|  \__,_|  \____\___/ \__,_|_| |_|\__\___|_|

Word Counter

The Word Counter provides a statistical tool for determining the number of words in the body of an article.

For a full description of the module, visit the project page.

Submit bug reports and feature suggestions, or track changes in the issue queue.

Table of contents

  • Requirements
  • Installation
  • Configuration
  • Maintainers

Requirements

This module requires no modules outside of Drupal core.

Installation

Install as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.

Configuration

  • Navigate to Administration > Extend and enable the module.

  • Configure the user permissions in Administration > People > Permissions:

    • Administer Word Counter

      Users with this permission will configure module settings.

  • Customize the module settings in Administration > Configuration > Content authoring > Word Counter.

Maintainers