README.txt in Custom Tokens 7.2
Same filename and directory in other branches
Custom Tokens ---------------------- Authors --- Ariel Barreiro (hanoii) http://drupal.org/user/23157 abarrei@gmail.com Rodolfo Ripado (gaspaio) http://drupal.org/user/545538 ggaspaio@gmail.com Overview: -------- It gives the user the ability to create custom tokens using standart input filters. If the php filter is enabled, you can use php code to access token arguments (i.e. the $data array). For additional options and help elements install the Token module. <a href="http://drupal.org/project/token">Token</a>. @TODO Complete these instructions and warnings ! Installation: ------------ 1. Copy the token_custom directory to the Drupal sites/<...>/modules/ directory. 2. Go to "Administer" -> "Modules" and enable the module. 3. Go to "Administer" -> "Build" -> "Tokens" and start creating the tokens you need. 4. You need to assign proper permissions to any role you would like to be able to create additional PHP tokens.
File
README.txtView source
- Custom Tokens
- ----------------------
-
- Authors
- ---
- Ariel Barreiro (hanoii) http://drupal.org/user/23157
- abarrei@gmail.com
-
- Rodolfo Ripado (gaspaio) http://drupal.org/user/545538
- ggaspaio@gmail.com
-
- Overview:
- --------
- It gives the user the ability to create custom tokens using standart input filters.
- If the php filter is enabled, you can use php code to access token arguments (i.e. the $data array).
-
- For additional options and help elements install the Token module.
- Token.
-
- @TODO Complete these instructions and warnings !
-
- Installation:
- ------------
- 1. Copy the token_custom directory to the Drupal sites/<...>/modules/ directory.
- 2. Go to "Administer" -> "Modules" and enable the module.
- 3. Go to "Administer" -> "Build" -> "Tokens" and start creating the tokens you
- need.
- 4. You need to assign proper permissions to any role you would like to be able
- to create additional PHP tokens.