Textarea Markup

Markup, plain text and optionally values from other fields as a non-editable, run-time field visible in Page Edit.

Textarea Markup inputfield for ProcessWire CMS/CMF

Textarea Markup inputfield for ProcessWire CMS/CMF. Copyright (c) 2014-2019 Teppo Koivula

Intended for outputting markup as help or commentary among other inputfields, mainly in Page Edit context. Loosely based on InputfieldMarkup from core, but extends textarea to allow overriding markup on a per page basis by superuser.

Getting started


Copy (or clone with git) InputfieldTextareaMarkup folder to /site/modules/, go to Admin > Modules, hit "Check for new modules" and install Textarea Markup.

After installing the module create new "Textarea" field and configure it to use TextareaMarkup as it's inputfield. Via "Input" tab in field settings you can set default output for the field and optionally hide field label entirely.

Fied output can be configured on a per-page basis by superusers, otherwise default value from field settings is used. Output can contain text, HTML markup and values from other fields.

To output values of other fields, embed names of those fields in your output string using format {{field_name}}. Example:

Hello world, I'm a {{template}}, my name is {{name}} and my ID is {{id}}!

For basic-page with ID 1001 and name "About" this should output following:

Hello world, I'm a basic-page, my name is About and my ID is 1001!

In addition to field names, this module supports following custom tags:

  • {{strtotime:+2 weeks|j.n.Y}}: pass given string (in this example +2 weeks) to strtotime() function, and if an optional format string is provided (in this example j.n.Y), format the resulting timestamp according to it with date().

License


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

(See included LICENSE file for full license text.)

More modules by Teppo

  • Version Control

    Version control features for page content.
  • SearchEngine

    SearchEngine is a ProcessWire CMS/CMF module for indexing and searching site contents.
  • Changelog

    This module tracks changes, additions, removals etc. of public (as in "not under admin") pages of your site.
  • Version Control For Text Fields

    Simplified version control for text type fields.
  • WireMail: Swift Mailer

    WireMail module providing Swift Mailer integration
  • Login History

    This module keeps track of login attempts to your site.
  • AdminBar

    Provides easy front-end admin bar for editing page content in ProcessWire.
  • Textarea Markup

    Markup, plain text and optionally values from other fields as a non-editable, run-time field visible in Page Edit.
  • Google Maps Textformatter

    Enter a full Google Maps link by itself in any paragraph and this will automatically convert it to an embedded map.

All modules by Teppo

Install and use modules at your own risk. Always have a site and database backup before installing new modules.