このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

azurecurve BBCode

説明

Allows users to use standard bbcode in posts and pages in place of HTML.

The following bbcodes can be used:
Bold: [b]bold[/b]
Italic: [i]italics[/i]
Underline: [u]underline[/u]
Center Text:[center]centered text[/center]
Strike :
Quote:
Color:
Font size: [size=12pt]12pt font size[/size] [size=1.2em]1.2em font size[/size] [size=12px]12px font size[/size]
Image: [img]https://s.w.org/style/images/codeispoetry.png[/img] [img=Code is Poetry]https://s.w.org/style/images/codeispoetry.png[/img]
URL: [url]http://development.org/[/url] [url=http://development.org/]WordPress[/url] [link]http://development.org/[/link] [link=http://development.org/]WordPress[/link]
Ordered lists: [ol][li][/li][li][/li][/ol]
Unordered lists: [ul][li][/li][li][/li][/ul]
Table: [table][tr][th][/th][th][/th][/tr][tr][td][/td][td][/td][/tr][tr][td][/td][td][/td][/tr][/table]
Code:

function azc_bbcode_bold($atts, $content = null) { return "".do_shortcode($content).""; }

Allows users to use standard bbcode in posts and pages.

インストール

To install the plugin copy the azurcurve-bbcode folder into your plug-in directory and activate it.

FAQ

Can I translate this plugin?
  • Yes, the .pot fie is in the plugin’s languages folder and can also be downloaded from the plugin page on http://development.azurecurve.co.uk; if you do translate this plugin please sent the .po and .mo files to translations@azurecurve.co.uk for inclusion in the next version (full credit will be given).
Is this plugin compatible with both WordPress and ClassicPress?
  • Yes, this plugin will work with both.

評価

2019年3月2日
I transferred quite many SMF forum posts to my WP site many years ago. By using the b0ingBall plugin, which is now death, this was no problem. The b0ingBall plugin still seemed to work, but I prefer a plugin which is alive and maintained. Thanks!
2件のレビューをすべて表示

貢献者と開発者

azurecurve BBCode はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“azurecurve BBCode” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

Changes and feature additions for the BBCode plugin:

2.0.4

  • Fix bug with function call

2.0.3

  • Add settings menu link to plugins page
  • Update azurcurve menu

2.0.2

  • Correct issue with if exists azurecurve menu

2.0.1

  • Correct fc link

2.0.0

  • Add new azurecurve menu

1.0.0

  • First version