Extensible BBCode
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.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 6.0.0 | Stable | The first release of XBBCode for D10.3+ | Dec 16, 2024 |