=== BBCode Deluxe === Contributors: DevynCJohnson Donate link: http://dcjtech.info/donations/ Tags: bbpress, bbpress2, bbpress-plugin, bbcode, shortcode, forum, html5, markup Requires at least: 4.0 Tested up to: 4.3 Stable tag: trunk License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html BBCode Deluxe adds BBCode markup (and other shortcodes) to Wordpress and BBPress. == Description == BBCode Deluxe adds BBCode markup (and other shortcodes) to Wordpress and BBPress. These BBCodes create HTML5 tags, so be sure that your site supports HTML5. * Plugin Name: BBCode Deluxe * Plugin URI: http://dcjtech.info/ * Description: Adds support for BBCode to Wordpress and BBPress * Version: 2015.08.27 * Author: Devyn Collier Johnson (DevynCJohnson) * Author URI: http://dcjtech.info/ * Email: DevynCJohnson@Gmail.com * License: GNU General Public License version 3 (GPL3) * License URI: http://www.gnu.org/licenses/gpl-3.0.html This plugin includes code from the below listed developers and their plugins. * Copyright (C) 2013 Anton Channing ("Video and Audio BBCodes" and "bbPress2 BBCode") * Copyright (C) 2010 b0ingBall (b0ingBall BBCode plugin) * Copyright (C) 2008 Viper007Bond (the original BBCode plugin) Feel free to submit suggestions, bug reports, concerns, etc. to me. If a user donates more than twenty USD to my PayPal account, then I will give that user my phone-number to allow the user to call me for bug reports, suggestions, help, concerns, etc. The BBCodes can be typed in all lowercase or all uppercase, but the opening and closing BBCodes must match. For instance, `[b]bold[/b] = [B]bold[/B]`. `*Inline Styling* Bold: [b]bold[/b] [strong]bold[/strong] Italic: [i]italic[/i] [em]italic[/em] Underline: [u]underline[/u] Strikeout:[s]striked-out/strike-through[/s] Color (name): [color="blue"]named blue[/color] Color (hex string): [color="0000ff"]hex blue[/color] Color (hex number): [color=#00ff00]this is green instead of blue[/color] Center Text:[center]center me[/center] Font Size: [size=10]10px font size[/size] *Images, Links, and Embedded Content* URL: [url]http://dcjtech.info/[/url] [url=http://dcjtech.info/]DCJTech[/url] Image: [img]http://dcjtech.info/DCJTech_128.jpg[/img] [img=DCJTech Logo]http://dcjtech.info/DCJTech_128.jpg[/img] *Quotes and Code* Computer Code:[code]function HelloWorld($greet = 'World') { return 'Hello '.$greet } [/code] Keyboard Keys:[kbd]Ctrl[/kbd]+[kbd]S[/kbd] [keyboard]Ctrl[/keyboard]+[keyboard]S[/keyboard] Quote: [quote]KISS - Keep It Simple, Stupid[/quote] Quote (NAME): [quote=NAME]Life is what you make of it[/quote] [quote="NAME"]Persistance is the main ingredient for success[/quote] Quote (author=NAME): [quote author=NAME]Quitters never succeed, and successors never quit[/quote] [quote author="NAME"]Women are not man's equals; they are man's superiors. (^u^)[/quote] *Lists and Tables* Ordered Lists: [ol][li]Ordered-list[/li][/ol] Unordered Lists: [ul][li]Unordered-list[/li][/ul] *Special Content* Spoiler: [spoiler]Surprise![/spoiler] Spoiler (Named): [spoiler=one plus one]is 10 (in binary)[/spoiler] Contents appear to registered users: [user]This is a secret message[/user] Contents appear to non-registered users: [guest]Login to see less ads and content hidden from guests. (CODE TO DISPLAY AD)[/guest]` `[quote=NAME]QUOTE[/quote]` will render as `
QUOTE
QUOTE