https://github.com/mokshit06/name-filter-drupal
This is a Drupal module that enables a filter that replaces "[name:FIRSTNAME:LASTNAME]" to "Name: LASTNAME FIRSTNAME"
https://github.com/mokshit06/name-filter-drupal
Last synced: 3 months ago
JSON representation
This is a Drupal module that enables a filter that replaces "[name:FIRSTNAME:LASTNAME]" to "Name: LASTNAME FIRSTNAME"
- Host: GitHub
- URL: https://github.com/mokshit06/name-filter-drupal
- Owner: Mokshit06
- Created: 2020-01-05T13:05:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T13:35:52.000Z (over 5 years ago)
- Last Synced: 2025-01-29T17:11:24.223Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Name-Filter-drupal
This is a Drupal module that enables a filter which replaces "[name:FIRSTNAME:LASTNAME]" to "Name: LASTNAME FIRSTNAME". It uses Filter API to do so.## Steps
1. Download or clone this Github repository and extract it.
2. Move the folder to the modules folder in your directory of Drupal.
3. Go to the Extend page of your Drupal website or paste _admin/modules_ infornt of the url or path of your Drupal website.
4. Go to _admin/config/content/formats_ in your Drupal website and select the text format for which you would like to apply the filter for.
5. Here under __Enabled filters__, enable your filter.Now whenever you enter the token "[name:LASTNAME:FIRSTNAME]" in your Drupal website, it will be replaced with "Name: LASTNAME FIRSTNAME".