=== Plugin Name === Contributors: antonchanning, bOingball, Viper007Bond Donate link: http://bbpressbbcode.chantech.org/donate/ Tags: bbpress, bbpress-plugin, bbcode Requires at least: 2.5 Tested up to: 3.2.1 Stable tag: 0.2 This plugin adds support for popular bbcode forum code to posts, comments, pages and bbpress 2.0 topics and replies. == Description == This plugin adds support for bbcode markup to wordpress and bbpress It extends the b0ingball bbcode plugin, which was in turn based on the original bbcode plugin by Viper007Bond, both of which only added bbcode support to wordpress. Because they didn't work with some historical forum posts I imported from other forum software, I have modified the support for the [url] and [quote] tags. Let me know if my modifications have broken them for you and I'll try and get them working for everybody. NB: Support for the [youtube] tag mentioned below has been removed for the moment to avoid potential conflict with the Vipers Video Quicktags plugin. If you use the VVQ plugin, the bbpress-bbcode plugin adds support for its video tags to bbpress instead. Ultimately I plan to detect if you are using that plugin and add local support for the [youtube] tag locally only if you aren't using it. ` Bold: [b]bold[/b] Italics: [i]italics[/i] Underline: [u]underline[/u] URL: [url]http://wordpress.org/[/url] [url=http://wordpress.org/]WordPress[/url] Image: [img]http://s.wordpress.org/style/images/codeispoetry.png[/img] Quote: [quote]Lorem ipsum dolor sit amet, consectetuer adipiscing elit,[/quote] [quote=NAME]Lorem ipsum dolor sit amet[/quote] [quote="NAME"]Lorem ipsum dolor sit amet[/quote] [quote author=NAME]Lorem ipsum dolor sit amet[/quote] [quote author="NAME"]Lorem ipsum dolor sit amet[/quote] Color: [color="red"]named red[/color] [color="ff0000"]hex red[/color] [color=#ff0000]hex red again[/color] Strikeout:[s]striked this out[/s] Center Text:[center]center me[/center] Computer code:[code]10 GOTO 10[/code] Font size: [size=10]10px font size[/size] Ordered lists: [ol][li][/li][/ol] Unordered lists: [ul][li][/li][/ul] List Item: [li]item[/li] (*) Youtube Links: [youtube]Youtube ID[/youtube] Google Video Links: [gvideo]Google Video ID[/gvideo] Named Spoiler: [spoiler=two plus two]four[/spoiler] Unnamed Spoiler: [spoiler]Boo![/spoiler] ` (*) These tags temporarilly require Vipers Video Quick tags plugin to be installed. == Installation == 1. Upload the `bbpress-bbcode` folder and its contents to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress == Upgrade Notice == If you are upgrading from the b0ingball bbcode plugin or viper's bbcode plugin, just disable that plugin when you install this one. == Frequently Asked Questions == = One of your tags doesn't work the way I need it to can you fix it? = I can try. I want the plugin to be flexible in the bbcode formats it accepts. In the case of conflicts I plan to add options in the administration dashboard so each wordpress user can control how it behaves for them. = Can you add support for a popular bbcode that appears to be missing? = I can't promise anything in this regard. It looks to me like all the common tags are already supported. But if someone points out one that isn't already supported by another plugin somewhere, I'll look at adding it. = Do you have a current road map for further development of this plugin? = Yes. * Detect if Vipers Video Quicktags is installed, and if not add support for [youtube] [gvideo] tags locally. * Detect if bbPress Toolbar is installed, and if so provide administration options for replacing some/all of the buttons behaviour to bbcode instead of html. == Screenshots == 1. Post and replies with bbcode formatting. 2. What the posts look like with the plugin disabled. == Changelog == = 0.2 = * Fixed quote tags to work with multiple variations * If quote names user login name of registered user: ** Replaces their user login name with their display name ** Creates link to their profile page if buddypress is installed ** else creates link to their bbpress forum page if bbpress is installed * Added css style classes to much of the output html to allow much fun custom styling... * Restored support for [gvideo] tag as no conflict with VVQ exists, since the latter uses a [googlevideo] tag instead. = 0.1 = * Initial version. Fork from b0ingball bbcode. * Adds support for bbcode to bbpress * Fixes behaviour of [quote] and [url] tags * Temporarilly disables [youtube] and [gvideo] tags to avoid conflict with Vipers Video Quicktags.