bbcode-filter.inc |
bbcode-filter.inc |
|
All the BBcode to HTML conversions are handled in this file. |
bbcode-help.inc |
bbcode-help.inc |
|
Instructions on how to use the BBcode implementation. |
bbcode-test.css |
bbcode-test.css |
|
/* Test CSS file to show what CSS attributes can be changed.
*
* This CSS file is not automatically included in your HTML, you
* need to copy the required properties to your site's CSS file.
*/
.bb-code {
width: 100%;
border: 1px solid… |
bbcode-test.txt |
bbcode-test.txt |
|
This document uses (almost) all BBCode tags supported by Drupal's BBCode module. You can cut and paste this document into a node to test Drupal's BBCode implementation or to perform some benchmarks.
[index]
[hr]
[h3]Normal text… |
bbcode.info |
bbcode.info |
|
name = BBCode
description = Allow the use of BBCode in your posts.
package = "Input filters"
core = 7.x
files[] = bbcode.module
files[] = bbcode-filter.inc
files[] = bbcode-help.inc |
bbcode.module |
bbcode.module |
|
|
README.txt |
README.txt |
|
Drupal bbcode.module README.txt
==============================================================================
The Drupal bbcode.module adds a BBCode filter to Drupal. This allows you
to use HTML-like tags as an alternative to HTML itself for adding… |