##############################################################
## MOD Title: BBcode Box Reloaded (BBcBxR)
## MOD Author: reddog < N/A > (N/A)
http://www.reddevboard.com
## MOD Description: this MOD replaces basic bbcode buttons by images
## in posting display, several options are available
## from the Admin Control Panel
## MOD Version: 1.2.1 rc5
## MOD Compatibility: 2.0.17
##
## Installation Level: Intermediate
## Installation Time: 20-25 Minutes
## Files To Edit: 11
## posting.php
## privmsg.php
## includes/bbcode.php
## includes/constants.php
## includes/functions.php
## includes/page_header.php
## language/lang_english/lang_main.php
## templates/subSilver/bbcode.tpl
## templates/subSilver/overall_header.tpl
## templates/subSilver/posting_body.tpl
## templates/subSilver/simple_header.tpl
## Included Files: many

## root/admin/admin_bbc_box.php
## root/admin/admin_bbc_box_list.php
## root/admin/admin_bbc_box_settings.php
##
## root/includes/cache_tpls/*.*
## root/includes/bbc_box_tags.php
## root/includes/def_bbc_box.php
## root/includes/functions_bbc_box.php
##
## root/language/lang_english/lang_bbc_box.php
##
## root/templates/bbc_box/*.*
##
## root/templates/subSilver/admin/bbc_box_body.tpl
## root/templates/subSilver/admin/bbc_box_edit_body.tpl
## root/templates/subSilver/admin/bbc_box_list_body.tpl
## root/templates/subSilver/admin/bbc_box_message_body.tpl
## root/templates/subSilver/admin/bbc_box_settings_body.tpl
##
## root/templates/subSilver/images/bbc_bg_bbclite.gif
## root/templates/subSilver/images/bbc_bg_default.gif
## root/templates/subSilver/images/bbc_hoverbg_bbclite.gif
## root/templates/subSilver/images/bbc_hoverbg_default.gif
## root/templates/subSilver/images/bbcode_code.gif
## root/templates/subSilver/images/bbcode_quote.gif
##
## root/templates/subSilver/bbc_box.cfg
## root/templates/subSilver/bbc_box.css
## root/templates/subSilver/bbc_chr_popup.css
## root/templates/subSilver/bbc_chr_popup.tpl
## root/templates/subSilver/bbc_display_box.tpl
## root/templates/subSilver/bbc_js_box.tpl
##
## License:
http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check:
http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at
http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## 1. IMPORTANT!
## -------------
## File to CHMOD 666 : includes/def_bbc_box.php
##
## 2. Features included
## ---------------------
## a. bbcode buttons in BBcBxR:
## - Color palette (foreground and background)
## - Size and Font Type (combobox)
## - Align (Left, Right, Center, Justify)
## - Bold, Italic, Underline, Strike
## - Fade, Gradient
## - Anchor link, anchor target
## - Scroll (Up, Down, Left, Right)
## - Code, Quote, Spoiler
## - URL, Email
## - Image, Flash, Video, Stream, Real Audio and Media, Quicktime
## - List and List=
## - Superscript, Subscript
## - Horizontal-rule (hr), custom characters
##
## b. BBcode Box Reloaded Details:
## - This MOD is compatible with Mozilla (Gecko nav) and IE
## - Fixed caret bug in IE
## - Insert Smilies everywhere in textaera message
## - Incredible Fade Effect (text and Images)

##
## 3. Settings included (ACP)
## --------------------------
## a. main settings available from BBcode Box -> Settings
## - show bbcode buttons in the posting display (yes/no)
## - select the mode (beginner/advanced)
## - number of bbcode per row (value)
## - select skin (list)
## - bbcode table cache (renew) (yes/no)
## b. bbcode list options available from BBcode Box -> BBcode List
## - enable/disable each bbcode button
## - manage the Auth Levels for each bbcode
## c. bbcode management available from BBcode Box -> Manage
## - edit/delete each bbcode
## - add new bbcode (require PHP lines in other files)
##
##############################################################
## MOD History:
##
## 2005-09-09 - Version 1.2.1 rc5
## - "while list" replaced by "foreach"
## - added hr bbcode, custom characters list
## - added switch for use foreground or background color
## - table and td replaced by anchor link and target
## - bbcode audio/video improvements
## 2005-08-27 - Version 1.2.1 rc4
## - fixed caret bug in IE
## - added opacity for open tags
## - added external css
## - re-coded posting display part
## 2005-08-20 - Version 1.2.1 rc3
## - re-coded divexpand.js
## - added key $lang[] for bbcode code (tags title)
## 2005-08-16 - Version 1.2.1 rc2
## - delete modifications in auth.php
## - included function bbc_auth() in functions_bbc_box.php
## 2005-08-12 - Version 1.2.1 rc1
## - may to manage the auth levels for each bbcode
## - code improvements in bbcode.php for some bbcodes
## 2005-07-10 - Version 1.2.0 rc3
## - modifications in bbcode.php and bbcode.tpl
## 2005-07-02 - Version 1.2.0 rc2
## - added skin selection
## - modified style separator (image or double space)
## - code improvements in the included files
## 2005-06-29 - Version 1.2.0 rc1
## - no change
## - corrections in bbc_box_tags.php
## 2005-06-20 - Version 1.2.0 (started 2005-06-08)
## - "one erases all and one starts again"

## - completely re-coded MOD
## - several options added
## 2005-06-06 - Version 1.1.1
## - error with flash bbcode
## - added border and align in table bbcode
## 2005-06-04 - Version 1.1.0
## - code improvements
## 2005-04-20 - Version 1.0.9
## - added quicktime BBcode
## 2005-04-17 - Version 1.0.8
## - added xtra quote and code blocks in BBcBxR
## 2005-03-22 - Version 1.0.7
## - only use bbcode tags [td] and [/td] in [table][/table]
## 2005-02-26 - Version 1.0.6
## - deleted bbcode web (bug in topic review with iframe)
## 2005-02-07 - Version 1.0.5
## - maj add_bbcode.js to insert tag anywhere in message (Mozilla)
## 2005-01-15 - Version 1.0.4
## - copyright deleted in posting (not really interesting to add this)
## - added addon hide for BBcBxR (since 2005-14-01)
## 2005-01-13 - Version 1.0.3
## - error in lang_english/lang_main.php for $lang['bbcbxr_lang']
## 2005-01-10 - Version 1.0.2
## - forgotten modifications in privmsg.php
## 2005-01-09 - Version 1.0.1
## - bbcode Spoiler added (reddog)
## 2005-01-08 - Version 1.0.0
## - based on old version of BBcode Box 4.5.0 by Tnen (for phpBB 2.0.3)
## - first release (BBcBxR by reddog)
## - compatible Mozilla/IE (reddog)
## - modified all contents of BBcode Box: new bbcodes, new images, etc (reddog)
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################