Module Description
This is a BBCode parser for Drupal that can be extended with custom tag macros. It will create a text format named "BBCode" that generates HTML out of text markup such as this:
This is [b]bold[/b] and [url=http://drupal.org/]this is a link[/url].
Features:
- Provides a collection of standard markup tags out of the box. - Uses the Twig template engine (also used by Drupal's own theme layer), allowing you to write powerful custom tag templates without any PHP. - Fully extensible with custom modules via a Plugin API, when Twig is not enough.
Drupal 7 support
The Drupal 7 version still accepts patches, but is minimally supported and will fix only major and security-relevant bugs.
This is [b]bold[/b] and [url=http://drupal.org/]this is a link[/url].
Features:
- Provides a collection of standard markup tags out of the box. - Uses the Twig template engine (also used by Drupal's own theme layer), allowing you to write powerful custom tag templates without any PHP. - Fully extensible with custom modules via a Plugin API, when Twig is not enough.
Drupal 7 support
The Drupal 7 version still accepts patches, but is minimally supported and will fix only major and security-relevant bugs.
Module Link
Project Usage
250
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module solves the problem of parsing BBCode in Drupal and allows for customization of tag macros to generate HTML markup.
Data Name
xbbcode