Changeset 693518
- Timestamp:
- 04/08/2013 08:04:22 AM (13 years ago)
- File:
-
- 1 edited
-
bbpress-bbcode/trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bbpress-bbcode/trunk/readme.txt
r692854 r693518 1 1 === Plugin Name === 2 Contributors: antonchanning , bOingball, Viper007Bond2 Contributors: antonchanning 3 3 Donate link: http://bbpressbbcode.chantech.org/donate/ 4 Tags: bbpress, bbpress2, bbpress-plugin, buddypress, bbcode, youtube, googlevideo, quote, css, style, image, spoilers4 Tags: bbpress, bbpress2, bbpress-plugin, buddypress, bbcode, quote, css, style, image, spoilers, user, guest 5 5 Requires at least: 2.5 6 6 Tested up to: 3.5.1 7 Stable tag: 1.57 Stable tag: 2.0 8 8 9 9 This plugin adds support for popular bbcode forum code to posts, comments, … … 13 13 14 14 This plugin adds support for bbcode markup to wordpress, bbpress and buddypress. 15 It extends the bOingball bbcode plugin, which was in turn based on the 16 original bbcode plugin by Viper007Bond, both of which only added bbcode 17 support to wordpress. It integrates with the 'bbPress shortcode whitelist' 18 plugin to provide a safe way of enabling BBCode without giving your users 19 access to all shortcodes. 15 It integrates with the 'bbPress shortcode whitelist' plugin to provide a safe 16 way of enabling BBCode without giving your users access to all shortcodes. 20 17 21 18 ` … … 29 26 Strikeout:[s]striked this out[/s] 30 27 Center Text:[center]center me[/center] 31 Computer code:[code] 10 GOTO 10[/code]28 Computer code:[code]function HelloWorld($greet = 'World') { return 'Hello '.$greet } [/code] 32 29 Font size: [size=10]10px font size[/size] 33 30 Ordered lists: [ol][li][/li][/ol] 34 31 Unordered lists: [ul][li][/li][/ul] 35 32 List Item: [li]item[/li] 36 (*) Youtube Links: [youtube]Youtube ID[/youtube]37 (*) Google Video Links: [gvideo]Google Video ID[/gvideo] [googlevideo]Google Video ID[/googlevideo]38 (#) Video URLS Links: [video]Youtube or GoogleVideo URL[/video]39 33 Named Spoiler: [spoiler=two plus two]four[/spoiler] 40 34 Unnamed Spoiler: [spoiler]Boo![/spoiler] 41 Freesound audio: [freesound]freesound.org sound id[/freesound]42 35 Contents appear to logged in users only: [user]This is a secret message[/user] 43 36 Contents appear to non-logged in users only: [guest]Log in to see secret message...[/guest] 44 37 ` 45 46 (*) If Vipers Video Quicktags plugin is installed, this will be used for47 these tags instead.48 (#) If Vipers Video Quicktags plugin is installed, the [video] tag will also49 detect urls for Vimeo, Veoh, Myspace, Flickr, DailyMotion, MetaCafe, iFilm and Spike,50 as well as default to supporting Viper's generic [video] tag handler if no url is detected.51 38 52 39 I have enhanced support for the [url] and [quote] tags, and added potentially … … 77 64 == Upgrade Notice == 78 65 79 If you are upgrading from the b0ingball bbcode plugin or viper's 80 bbcode plugin, just disable that plugin when you install this one. 66 Video and Audio tags no longer supported. If you require them, 67 try the 'Video Audio BBCode' plugin, which is 100% bbPress2 68 shortcode whitelist' compatible. 69 81 70 It is also recommended you install the bbPress2 shortcode whitelist 82 plugin, to stop unsafe shortcodes being posted on the forum by 83 your users. 71 plugin, to stop unsafe shortcodes being posted on the forum, in comments 72 and other places by your users. (For example: [bbp-login] would turn 73 into a login form where ever your users posted it otherwise.) 84 74 85 75 … … 108 98 109 99 == Changelog == 100 101 = 2.0 = 102 * Replaced support for "Viper's Video Quicktags" with support for the more 103 simple "Video Audio BBCode" plugin. The former was causing conflicts with 104 the shortcode whitelist. 105 * All audio and video bbcodes moved to 'Video Audio BBCode' plugin. 106 107 = 1.5.1 = 108 * Added support for buddypress private messages 110 109 111 110 = 1.5 =
Note: See TracChangeset
for help on using the changeset viewer.