From f4a21cabf3aeebe3abb162a6ea8c0170af9ed7ea Mon Sep 17 00:00:00 2001 From: RdeBoer <rikdeboer1@yahoo.com.au> Date: Mon, 14 May 2018 21:21:09 +1000 Subject: [PATCH] Updated Read.mb --- README.md | 16 +++++++++------- modules/token_node_link/README.md | 22 +++++++++++----------- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index d987241..43babfe 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Custom Tokens Plus ================== Author -* Rik de Boer (https://www.drupal.org/u/rdeboer) +* Rik de Boer, www.drupal.org/u/rdeboer Commissioned by -* Darren Kelly (https://www.drupal.org/u/webel) +* Darren Kelly, www.drupal.org/u/webel What does it do? ---------------- @@ -67,15 +67,17 @@ ID. More info in token_custom_plus/modules/token_node_link/README.md Development sponsored by: -* GreenSoft Australia - <a href="https://www.greensoftaustralia.com/>GreenSoft Australia</a> - <a href=“https://www.webel.com.au”>Webel IT Australia</a>. +* GreenSoft Australia, greensoftaustralia.com +* Darren Kelly, Webel IT, webel.com.au + This minimally maintained module was developed for internal company use. + It is offered to the Drupal community in the hope it may also be of use to + others. Feature requests are not currently accepted. Installation ------------ -1. Use Composer or download the Custom Token Plus module from drupal.org and - unzip it into the /modules directory on your Drupal site. +1. Download the Custom Token Plus module from drupal.org and unzip it into the + /modules directory on your Drupal site. 2. Enable Custom Tokens Plus. You will also need to install the Token and Custom Tokens modules. The Token Filter module comes highly recommended. It allows diff --git a/modules/token_node_link/README.md b/modules/token_node_link/README.md index a29e2b7..6a7e65a 100644 --- a/modules/token_node_link/README.md +++ b/modules/token_node_link/README.md @@ -29,22 +29,22 @@ which expands to Development sponsored by: * GreenSoft Australia - <a href="https://www.greensoftaustralia.com/>GreenSoft Australia</a> - <a href=“https://www.webel.com.au”>Webel IT Australia</a>. + <a href="https://www.greensoftaustralia.com">GreenSoft Australia</a> + <a href="https://webel.com.au">Webel IT Australia</a>. * Inspired by: https://www.drupal.org/project/link_node Installation & Use ------------------ -1. Use Composer or download the Custom Token Plus module from drupal.org and - unzip it into the /modules directory on your Drupal site. - Node Link Token is a submodule in the Custom Token Plus download. +1. Node Link Token is a submodule in the Custom Token Plus download. If you + don't have Custom Token Plus on your system yet, download it from drupal.org + and unzip it into the /modules directory on your Drupal site. -2. Enable Node Link Token. You will also need to install the Token and Custom - Tokens modules. The Token Filter module is highly recommended. It allows - you to embed tokens in formatted text fields and text areas, like the body - of a piece of content. +2. Enable Node Link Token. You will be prompted to also enable, the Token, + Custom Tokens and Custom Token Plus modules. The Token Filter module is + highly recommended. It allows you to embed node:link tokens in formatted text + fields and text areas. -3 Use the token anywhere where you use other tokens, e.g. in the formatted - text area of the content body. +3 Use the token like other tokens, e.g. in the formatted text area of the + content body. -- GitLab