Topic: [Release] Extra BBCodes 1.0.2
Description:
This mod adds certain, needed BBCodes.
Affected files:
include/parser.php
mod_easy_bbcode.php (If Rickard's Easy BBCode 1.0.1 is installed)
##
##
## Mod title: Extra BBCodes
##
## Mod version: 1.0.2
## Works on PunBB: 1.2.5
## Release date: 2005-06-19
## Author: ScottyWZ (mods AT scottywz DOT com)
##
## Description: This mod adds certain, needed BBCodes.
##
## Affected files: include/parser.php
## mod_easy_bbcode.php (If Rickard's Easy BBCode 1.0.1 is)
## (installed )
##
## Affects DB: No
##
## Notes: Adds these BBCodes:
## [font= FACE ] [/font] for font face
## [hr /] and [hr] = <hr /> (Horizontal Line)
## [table], [caption], [tr], and [td] for tables
## [s] [/s] for strikethrough (<del> </del>)
## [pre] [/pre] for fixed-width formatting
## [sup] [/sup] and [sub] [/sub] for superscripting
## and subscripting, respectively
## [h] [/h] for highliting text
## [align= ALIGNMENT ] [/align] fror text alignment
## [ul] [/ul], [ol] [/ol], [uli] [/uli], and [oli]
## [/oli] (by request) for lists AND
## [style= STYLE ] [/style] for font size
##
## You'll have to edit the help.php file to document them
## if you want. Also includes additional instructions if
## you have Rickard's Easy BBCode 1.0.1 installed.
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
##
##